Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dlcd.h69 bool (*controls_device)(struct lcd_device *lcd, struct device *display_device); member
H A Dbacklight.h156 bool (*controls_device)(struct backlight_device *bd, struct device *display_dev); member
/linux-6.15/drivers/video/backlight/
H A Dlcd.c57 if (ld->ops->controls_device && !ld->ops->controls_device(ld, info->device)) in fb_notifier_callback()
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.c114 if (bd->ops->controls_device && !bd->ops->controls_device(bd, info->device)) in fb_notifier_callback()