Searched defs:hid_driver (Results  1 – 3 of 3) sorted by relevance
| /external/libbpf/.github/actions/build-selftests/ | 
| D | vmlinux.h | 75178 struct hid_driver {  struct75179 	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/ | 
| D | vmlinux_505.h | 98934 struct hid_driver {  struct98935 	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 …]
 
 | 
| D | vmlinux.h | 98934 struct hid_driver {  struct98935 	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 …]
 
 |