Home
last modified time | relevance | path

Searched refs:controls_device (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/video/backlight/
H A Dlcd.c30 if (ld->ops->controls_device && !ld->ops->controls_device(ld, display_dev)) in lcd_notify_blank()
54 if (ld->ops->controls_device && !ld->ops->controls_device(ld, display_dev)) in lcd_notify_mode_change()
H A Dgpio_backlight.c43 .controls_device = gpio_backlight_controls_device,
H A Dplatform_lcd.c62 .controls_device = platform_lcd_controls_device,
H A Dlv5207lp.c75 .controls_device = lv5207lp_backlight_controls_device,
H A Dbd6107.c112 .controls_device = bd6107_backlight_controls_device,
H A Dbacklight.c88 if (bd->ops->controls_device && !bd->ops->controls_device(bd, display_dev)) in backlight_notify_blank()
/linux/include/linux/
H A Dlcd.h68 bool (*controls_device)(struct lcd_device *lcd, struct device *display_device); member
H A Dbacklight.h154 bool (*controls_device)(struct backlight_device *bd, struct device *display_dev); member