Searched defs:hid_driver (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 98246 struct hid_driver { struct 98247 char *name; 98248 const struct hid_device_id *id_table; 98249 struct list_head dyn_list; 98250 spinlock_t dyn_lock; 98251 bool (*match)(struct hid_device *, bool); 98252 int (*probe)(struct hid_device *, const struct hid_device_id *); 98253 void (*remove)(struct hid_device *); 98254 const struct hid_report_id *report_table; 98255 int (*raw_event)(struct hid_device *, struct hid_report *, u8 *, int); [all …]
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 107942 struct hid_driver { struct 107943 char *name; 107944 const struct hid_device_id *id_table; 107945 struct list_head dyn_list; 107946 spinlock_t dyn_lock; 107947 bool (*match)(struct hid_device *, bool); 107948 int (*probe)(struct hid_device *, const struct hid_device_id *); 107949 void (*remove)(struct hid_device *); 107950 const struct hid_report_id *report_table; 107951 int (*raw_event)(struct hid_device *, struct hid_report *, u8 *, int); [all …]
|