Home
last modified time | relevance | path

Searched defs:backlight_device (Results 1 – 1 of 1) sorted by relevance

/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h61296 struct backlight_device { struct
61297 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;