Searched defs:hid_driver (Results 1 – 9 of 9) sorted by relevance
| /external/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 27991 struct hid_driver { struct 27992 char *name; 27993 const struct hid_device_id *id_table; 27994 struct list_head dyn_list; 27995 spinlock_t dyn_lock; 27996 bool (*match)(struct hid_device *, bool); 27997 int (*probe)(struct hid_device *, const struct hid_device_id *); 27998 void (*remove)(struct hid_device *); 27999 const struct hid_report_id *report_table; 28000 int (*raw_event)(struct hid_device *, struct hid_report *, u8 *, int); [all …]
|
| /external/bcc/libbpf-tools/powerpc/ |
| D | vmlinux_600.h | 33648 struct hid_driver { struct 33649 char *name; 33650 const struct hid_device_id *id_table; 33651 struct list_head dyn_list; 33652 spinlock_t dyn_lock; 33653 bool (*match)(struct hid_device *, bool); 33654 int (*probe)(struct hid_device *, const struct hid_device_id *); 33655 void (*remove)(struct hid_device *); 33656 const struct hid_report_id *report_table; 33657 int (*raw_event)(struct hid_device *, struct hid_report *, u8 *, int); [all …]
|
| D | vmlinux.h | 33648 struct hid_driver { struct 33649 char *name; 33650 const struct hid_device_id *id_table; 33651 struct list_head dyn_list; 33652 spinlock_t dyn_lock; 33653 bool (*match)(struct hid_device *, bool); 33654 int (*probe)(struct hid_device *, const struct hid_device_id *); 33655 void (*remove)(struct hid_device *); 33656 const struct hid_report_id *report_table; 33657 int (*raw_event)(struct hid_device *, struct hid_report *, u8 *, int); [all …]
|
| /external/bcc/libbpf-tools/loongarch/ |
| D | vmlinux_602.h | 61184 struct hid_driver { struct 61185 char *name; 61186 const struct hid_device_id *id_table; 61187 struct list_head dyn_list; 61188 spinlock_t dyn_lock; 61189 bool (*match)(struct hid_device *, bool); 61190 int (*probe)(struct hid_device *, const struct hid_device_id *); 61191 void (*remove)(struct hid_device *); 61192 const struct hid_report_id *report_table; 61193 int (*raw_event)(struct hid_device *, struct hid_report *, u8 *, int); [all …]
|
| D | vmlinux.h | 61184 struct hid_driver { struct 61185 char *name; 61186 const struct hid_device_id *id_table; 61187 struct list_head dyn_list; 61188 spinlock_t dyn_lock; 61189 bool (*match)(struct hid_device *, bool); 61190 int (*probe)(struct hid_device *, const struct hid_device_id *); 61191 void (*remove)(struct hid_device *); 61192 const struct hid_report_id *report_table; 61193 int (*raw_event)(struct hid_device *, struct hid_report *, u8 *, int); [all …]
|
| /external/bcc/libbpf-tools/arm64/ |
| D | vmlinux.h | 56485 struct hid_driver { struct 56486 char *name; 56487 const struct hid_device_id *id_table; 56488 struct list_head dyn_list; 56489 spinlock_t dyn_lock; 56490 bool (*match)(struct hid_device *, bool); 56491 int (*probe)(struct hid_device *, const struct hid_device_id *); 56492 void (*remove)(struct hid_device *); 56493 const struct hid_report_id *report_table; 56494 int (*raw_event)(struct hid_device *, struct hid_report *, u8 *, int); [all …]
|
| D | vmlinux_608.h | 56485 struct hid_driver { struct 56486 char *name; 56487 const struct hid_device_id *id_table; 56488 struct list_head dyn_list; 56489 spinlock_t dyn_lock; 56490 bool (*match)(struct hid_device *, bool); 56491 int (*probe)(struct hid_device *, const struct hid_device_id *); 56492 void (*remove)(struct hid_device *); 56493 const struct hid_report_id *report_table; 56494 int (*raw_event)(struct hid_device *, struct hid_report *, u8 *, int); [all …]
|
| /external/bcc/libbpf-tools/riscv/ |
| D | vmlinux.h | 113145 struct hid_driver { struct 113146 char *name; 113147 const struct hid_device_id *id_table; 113148 struct list_head dyn_list; 113149 spinlock_t dyn_lock; 113150 bool (*match)(struct hid_device *, bool); 113151 int (*probe)(struct hid_device *, const struct hid_device_id *); 113152 void (*remove)(struct hid_device *); 113153 const struct hid_report_id *report_table; 113154 int (*raw_event)(struct hid_device *, struct hid_report *, u8 *, int); [all …]
|
| D | vmlinux_602.h | 113145 struct hid_driver { struct 113146 char *name; 113147 const struct hid_device_id *id_table; 113148 struct list_head dyn_list; 113149 spinlock_t dyn_lock; 113150 bool (*match)(struct hid_device *, bool); 113151 int (*probe)(struct hid_device *, const struct hid_device_id *); 113152 void (*remove)(struct hid_device *); 113153 const struct hid_report_id *report_table; 113154 int (*raw_event)(struct hid_device *, struct hid_report *, u8 *, int); [all …]
|