Searched refs:bl_props (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/video/backlight/ |
| H A 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()
|
| /linux/drivers/auxdisplay/ |
| H A D | ht16k33.c | 571 struct backlight_properties bl_props; in ht16k33_fbdev_probe() local 573 memset(&bl_props, 0, sizeof(struct backlight_properties)); in ht16k33_fbdev_probe() 574 bl_props.type = BACKLIGHT_RAW; in ht16k33_fbdev_probe() 575 bl_props.max_brightness = MAX_BRIGHTNESS; in ht16k33_fbdev_probe() 579 &bl_props); in ht16k33_fbdev_probe()
|
| /linux/drivers/staging/fbtft/ |
| H A 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()
|