Searched refs:bl_props (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/video/backlight/ |
D | pcf50633-backlight.c | 99 struct backlight_properties bl_props; in pcf50633_bl_probe() local 105 memset(&bl_props, 0, sizeof(bl_props)); in pcf50633_bl_probe() 106 bl_props.type = BACKLIGHT_RAW; in pcf50633_bl_probe() 107 bl_props.max_brightness = 0x3f; in pcf50633_bl_probe() 108 bl_props.power = BACKLIGHT_POWER_ON; in pcf50633_bl_probe() 111 bl_props.brightness = pdata->default_brightness; in pcf50633_bl_probe() 114 bl_props.brightness = 0x3f; in pcf50633_bl_probe() 122 &pcf50633_bl_ops, &bl_props); in pcf50633_bl_probe()
|
D | rt4831-backlight.c | 90 struct backlight_properties *bl_props) in rt4831_parse_backlight_properties() argument 103 bl_props->max_brightness = min_t(u32, brightness, RT4831_BLMAX_BRIGHTNESS); in rt4831_parse_backlight_properties() 107 brightness = bl_props->max_brightness; in rt4831_parse_backlight_properties() 109 bl_props->brightness = min_t(u32, brightness, bl_props->max_brightness); in rt4831_parse_backlight_properties() 171 struct backlight_properties bl_props = { .type = BACKLIGHT_RAW, in rt4831_bl_probe() local 187 ret = rt4831_parse_backlight_properties(priv, &bl_props); in rt4831_bl_probe() 194 &rt4831_bl_ops, &bl_props); in rt4831_bl_probe()
|
D | tps65217_bl.c | 259 struct backlight_properties bl_props; in tps65217_bl_probe() local 278 memset(&bl_props, 0, sizeof(struct backlight_properties)); in tps65217_bl_probe() 279 bl_props.type = BACKLIGHT_RAW; in tps65217_bl_probe() 280 bl_props.max_brightness = 100; in tps65217_bl_probe() 284 &tps65217_bl_ops, &bl_props); in tps65217_bl_probe()
|
/linux-6.12.1/drivers/gpu/drm/panel/ |
D | panel-raydium-rm67191.c | 526 struct backlight_properties bl_props; in rad_panel_probe() local 571 memset(&bl_props, 0, sizeof(bl_props)); in rad_panel_probe() 572 bl_props.type = BACKLIGHT_RAW; in rad_panel_probe() 573 bl_props.brightness = 255; in rad_panel_probe() 574 bl_props.max_brightness = 255; in rad_panel_probe() 578 &bl_props); in rad_panel_probe()
|
/linux-6.12.1/drivers/staging/fbtft/ |
D | fb_ssd1351.c | 210 struct backlight_properties bl_props = { 0, }; in register_onboard_backlight() local 212 bl_props.type = BACKLIGHT_RAW; in register_onboard_backlight() 213 bl_props.power = BACKLIGHT_POWER_OFF; in register_onboard_backlight() 217 &bl_props); in register_onboard_backlight()
|
D | fbtft-core.c | 171 struct backlight_properties bl_props = { 0, }; in fbtft_register_backlight() local 179 bl_props.type = BACKLIGHT_RAW; in fbtft_register_backlight() 181 bl_props.power = BACKLIGHT_POWER_OFF; in fbtft_register_backlight() 187 &fbtft_bl_ops, &bl_props); in fbtft_register_backlight()
|
/linux-6.12.1/drivers/auxdisplay/ |
D | ht16k33.c | 574 struct backlight_properties bl_props; in ht16k33_fbdev_probe() local 576 memset(&bl_props, 0, sizeof(struct backlight_properties)); in ht16k33_fbdev_probe() 577 bl_props.type = BACKLIGHT_RAW; in ht16k33_fbdev_probe() 578 bl_props.max_brightness = MAX_BRIGHTNESS; in ht16k33_fbdev_probe() 582 &bl_props); in ht16k33_fbdev_probe()
|