Searched defs:backlight_device (Results 1 – 13 of 13) sorted by relevance
16796 struct backlight_device { struct16797 struct backlight_properties props;16798 struct mutex update_lock;16799 struct mutex ops_lock;16800 const struct backlight_ops *ops;16801 struct notifier_block fb_notif;16802 struct list_head entry;16803 struct device dev;16804 bool fb_bl_on[32];16805 int use_count;
24707 struct backlight_device { struct24708 struct backlight_properties props;24709 struct mutex update_lock;24710 struct mutex ops_lock;24711 const struct backlight_ops *ops;24712 struct notifier_block fb_notif;24713 struct list_head entry;24714 struct device dev;24715 bool fb_bl_on[32];24716 int use_count;
35385 struct backlight_device { struct35386 struct backlight_properties props;35387 struct mutex update_lock;35388 struct mutex ops_lock;35389 const struct backlight_ops *ops;35390 struct notifier_block fb_notif;35391 struct list_head entry;35392 struct device dev;35393 bool fb_bl_on[32];35394 int use_count;
83589 struct backlight_device { struct83613 int (*update_status)(struct backlight_device *); argument
69728 struct backlight_device { struct69744 int (*update_status)(struct backlight_device *); argument
39295 struct backlight_device { struct39296 struct backlight_properties props;39297 struct mutex update_lock;39298 struct mutex ops_lock;39299 const struct backlight_ops *ops;39300 struct notifier_block fb_notif;39301 struct list_head entry;39302 struct device dev;39303 bool fb_bl_on[32];39304 int use_count;
85413 struct backlight_device { struct85414 struct backlight_properties props;85415 struct mutex update_lock;85416 struct mutex ops_lock;85417 const struct backlight_ops *ops;85418 struct notifier_block fb_notif;85419 struct list_head entry;85420 struct device dev;85421 bool fb_bl_on[32];85422 int use_count;
79066 struct backlight_device { struct79082 int (*update_status)(struct backlight_device *); argument