Searched refs:backlight_device (Results 1 – 3 of 3) sorted by relevance
34 struct backlight_device;59 int (*update_status)(struct backlight_device *);60 int (*get_brightness)(struct backlight_device *);63 struct backlight_device { struct75 void linux_backlight_device_unregister(struct backlight_device *bd);81 backlight_update_status(struct backlight_device *bd) in backlight_update_status()87 backlight_force_update(struct backlight_device *bd, int reason) in backlight_force_update()93 backlight_get_brightness(struct backlight_device *bd) in backlight_get_brightness()110 backlight_enable(struct backlight_device *bd) in backlight_enable()119 backlight_disable(struct backlight_device *bd) in backlight_disable()[all …]
126 struct backlight_device *bd;
1941 struct backlight_device *1962 linux_backlight_device_unregister(struct backlight_device *bd) in linux_backlight_device_unregister()