Searched defs:backlight_device (Results 1 – 7 of 7) sorted by relevance
61296 struct backlight_device { struct61297 struct backlight_properties props;61298 struct mutex update_lock;61299 struct mutex ops_lock;61300 const struct backlight_ops *ops;61301 struct notifier_block fb_notif;61302 struct list_head entry;61303 struct device dev;61304 bool fb_bl_on[32];61305 int use_count;
94416 struct backlight_device { struct94440 int (*update_status)(struct backlight_device *); argument
67465 struct backlight_device { struct67489 int (*update_status)(struct backlight_device *); argument
62260 struct backlight_device { struct62261 struct backlight_properties props;62262 struct mutex update_lock;62263 struct mutex ops_lock;62264 const struct backlight_ops *ops;62265 struct notifier_block fb_notif;62266 struct list_head entry;62267 struct device dev;62268 bool fb_bl_on[32];62269 int use_count;[all …]