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 void backlight_update_status(struct backlight_device *bd) in backlight_update_status() argument
128 extern struct backlight_device *backlight_device_register(const char *name,
131 extern struct backlight_device *devm_backlight_device_register(
135 extern void backlight_device_unregister(struct backlight_device *bd);
137 struct backlight_device *bd);
138 extern void backlight_force_update(struct backlight_device *bd,
144 #define to_backlight_device(obj) container_of(obj, struct backlight_device, dev)
146 static inline void * bl_get_data(struct backlight_device *bl_dev) in bl_get_data()
161 struct backlight_device *of_find_backlight_by_node(struct device_node *node);
163 static inline struct backlight_device *