Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h98121 void *hidraw; member
111199 struct hidraw { struct
111200 unsigned int minor;
111201 int exist;
111202 int open;
111203 wait_queue_head_t wait;
111204 struct hid_device *hid;
111205 struct device *dev;
111206 spinlock_t list_lock;
111207 struct list_head list;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h107817 void *hidraw; member
118601 struct hidraw { struct
118602 unsigned int minor;
118603 int exist;
118604 int open;
118605 wait_queue_head_t wait;
118606 struct hid_device *hid;
118607 struct device *dev;
118608 spinlock_t list_lock;
118609 struct list_head list;
[all …]