Home
last modified time | relevance | path

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

/external/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;
/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h94416 struct backlight_device { struct
94440 int (*update_status)(struct backlight_device *); argument
Dvmlinux.h94416 struct backlight_device { struct
94440 int (*update_status)(struct backlight_device *); argument
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h67465 struct backlight_device { struct
67489 int (*update_status)(struct backlight_device *); argument
Dvmlinux_510.h67465 struct backlight_device { struct
67489 int (*update_status)(struct backlight_device *); argument
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h62260 struct backlight_device { struct
62261 struct backlight_properties props;
62262 struct mutex update_lock;
62263 struct mutex ops_lock;
62264 const struct backlight_ops *ops;
62265 struct notifier_block fb_notif;
62266 struct list_head entry;
62267 struct device dev;
62268 bool fb_bl_on[32];
62269 int use_count;
[all …]
Dvmlinux.h62260 struct backlight_device { struct
62261 struct backlight_properties props;
62262 struct mutex update_lock;
62263 struct mutex ops_lock;
62264 const struct backlight_ops *ops;
62265 struct notifier_block fb_notif;
62266 struct list_head entry;
62267 struct device dev;
62268 bool fb_bl_on[32];
62269 int use_count;
[all …]