Searched defs:backlight_ops (Results 1 – 3 of 3) sorted by relevance
102 struct backlight_ops { struct110 unsigned int options;128 int (*update_status)(struct backlight_device *);142 int (*get_brightness)(struct backlight_device *);156 bool (*controls_device)(struct backlight_device *bd, struct device *display_dev);
36 const struct backlight_ops backlight_ops; member
564 static const struct backlight_ops backlight_ops = { variable