Lines Matching refs:backlight_device
48 struct backlight_device;
57 int (*update_status)(struct backlight_device *);
60 int (*get_brightness)(struct backlight_device *);
63 int (*check_fb)(struct backlight_device *, struct fb_info *);
93 struct backlight_device { struct
120 static inline int backlight_update_status(struct backlight_device *bd) in backlight_update_status() argument
132 extern struct backlight_device *backlight_device_register(const char *name,
135 extern struct backlight_device *devm_backlight_device_register(
139 extern void backlight_device_unregister(struct backlight_device *bd);
141 struct backlight_device *bd);
142 extern void backlight_force_update(struct backlight_device *bd,
148 #define to_backlight_device(obj) container_of(obj, struct backlight_device, dev)
150 static inline void * bl_get_data(struct backlight_device *bl_dev) in bl_get_data()
165 struct backlight_device *of_find_backlight_by_node(struct device_node *node);
167 static inline struct backlight_device *