Searched refs:dispatch_hid_bpf_device_event (Results 1 – 3 of 3) sorted by relevance
/linux/include/linux/ |
H A D | hid_bpf.h | 202 u8 *dispatch_hid_bpf_device_event(struct hid_device *hid, enum hid_report_type type, u8 *data, 217 static inline u8 *dispatch_hid_bpf_device_event(struct hid_device *hid, enum hid_report_type type, in dispatch_hid_bpf_device_event() function
|
/linux/drivers/hid/bpf/ |
H A D | hid_bpf_dispatch.c | 26 dispatch_hid_bpf_device_event(struct hid_device *hdev, enum hid_report_type type, u8 *data, in dispatch_hid_bpf_device_event() function 79 EXPORT_SYMBOL_GPL(dispatch_hid_bpf_device_event);
|
/linux/drivers/hid/ |
H A D | hid-core.c | 2106 data = dispatch_hid_bpf_device_event(hid, type, data, &size, interrupt, source, from_bpf); in __hid_input_report()
|