Home
last modified time | relevance | path

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

/third_party/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 …]