Home
last modified time | relevance | path

Searched refs:backlight_device (Results 1 – 3 of 3) sorted by relevance

/include/linux/
Dbacklight.h42 struct backlight_device;
51 int (*update_status)(struct backlight_device *);
54 int (*get_brightness)(struct backlight_device *);
57 int (*check_fb)(struct backlight_device *, struct fb_info *);
87 struct backlight_device { struct
106 static inline void backlight_update_status(struct backlight_device *bd) in backlight_update_status() argument
114 extern struct backlight_device *backlight_device_register(const char *name,
117 extern void backlight_device_unregister(struct backlight_device *bd);
118 extern void backlight_force_update(struct backlight_device *bd,
121 #define to_backlight_device(obj) container_of(obj, struct backlight_device, dev)
[all …]
Dfb.h467 struct backlight_device *bl_dev;
/include/video/
Datmel_lcdc.h51 struct backlight_device *backlight;