Searched defs:backlight_device (Results 1 – 1 of 1) 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;