Home
last modified time | relevance | path

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

/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h75178 struct hid_driver { struct
75179 char *name;
75180 const struct hid_device_id *id_table;
75181 struct list_head dyn_list;
75182 spinlock_t dyn_lock;
75183 bool (*match)(struct hid_device *, bool);
75184 int (*probe)(struct hid_device *, const struct hid_device_id *);
75185 void (*remove)(struct hid_device *);
75186 const struct hid_report_id *report_table;
75187 int (*raw_event)(struct hid_device *, struct hid_report *, u8 *, int);
[all …]
/external/bcc/libbpf-tools/x86/
Dvmlinux_505.h98934 struct hid_driver { struct
98935 char *name;
98936 const struct hid_device_id *id_table;
98937 struct list_head dyn_list;
98938 spinlock_t dyn_lock;
98939 bool (*match)(struct hid_device *, bool);
98940 int (*probe)(struct hid_device *, const struct hid_device_id *);
98941 void (*remove)(struct hid_device *);
98942 const struct hid_report_id *report_table;
98943 int (*raw_event)(struct hid_device *, struct hid_report *, u8 *, int);
[all …]
Dvmlinux.h98934 struct hid_driver { struct
98935 char *name;
98936 const struct hid_device_id *id_table;
98937 struct list_head dyn_list;
98938 spinlock_t dyn_lock;
98939 bool (*match)(struct hid_device *, bool);
98940 int (*probe)(struct hid_device *, const struct hid_device_id *);
98941 void (*remove)(struct hid_device *);
98942 const struct hid_report_id *report_table;
98943 int (*raw_event)(struct hid_device *, struct hid_report *, u8 *, int);
[all …]