Home
last modified time | relevance | path

Searched refs:bl_props (Results 1 – 7 of 7) sorted by relevance

/drivers/video/backlight/
A Drt4831-backlight.c90 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()
A Dtps65217_bl.c258 struct backlight_properties bl_props; in tps65217_bl_probe() local
277 memset(&bl_props, 0, sizeof(struct backlight_properties)); in tps65217_bl_probe()
278 bl_props.type = BACKLIGHT_RAW; in tps65217_bl_probe()
279 bl_props.max_brightness = 100; in tps65217_bl_probe()
283 &tps65217_bl_ops, &bl_props); in tps65217_bl_probe()
/drivers/gpu/drm/panel/
A Dpanel-raydium-rm67191.c526 struct backlight_properties bl_props; in rad_panel_probe() local
573 memset(&bl_props, 0, sizeof(bl_props)); in rad_panel_probe()
574 bl_props.type = BACKLIGHT_RAW; in rad_panel_probe()
575 bl_props.brightness = 255; in rad_panel_probe()
576 bl_props.max_brightness = 255; in rad_panel_probe()
580 &bl_props); in rad_panel_probe()
/drivers/hid/
A Dhid-appletb-bl.c106 struct backlight_properties bl_props = { 0 }; in appletb_bl_probe() local
153 bl_props.type = BACKLIGHT_RAW; in appletb_bl_probe()
154 bl_props.max_brightness = ARRAY_SIZE(appletb_bl_brightness_map) - 1; in appletb_bl_probe()
157 &appletb_bl_backlight_ops, &bl_props); in appletb_bl_probe()
/drivers/staging/fbtft/
A Dfb_ssd1351.c211 struct backlight_properties bl_props = { 0, }; in register_onboard_backlight() local
213 bl_props.type = BACKLIGHT_RAW; in register_onboard_backlight()
214 bl_props.power = BACKLIGHT_POWER_OFF; in register_onboard_backlight()
218 &bl_props); in register_onboard_backlight()
A Dfbtft-core.c171 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()
/drivers/auxdisplay/
A Dht16k33.c574 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()

Completed in 19 milliseconds