Home
last modified time | relevance | path

Searched refs:controls_device (Results 1 – 4 of 4) 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,
/linux/include/linux/
H A Dlcd.h68 bool (*controls_device)(struct lcd_device *lcd, struct device *display_device); member