Searched defs:backlight_ops (Results 1 – 3 of 3) sorted by relevance
101 struct backlight_ops { struct109 unsigned int options;127 int (*update_status)(struct backlight_device *);141 int (*get_brightness)(struct backlight_device *);155 bool (*controls_device)(struct backlight_device *bd, struct device *display_dev);
36 const struct backlight_ops backlight_ops; member
568 static const struct backlight_ops backlight_ops = { variable