Searched refs:dispatch_hid_bpf_device_event (Results  1 – 3 of 3) sorted by relevance
| /Linux-v6.6/include/linux/ | 
| D | hid_bpf.h | 149 u8 *dispatch_hid_bpf_device_event(struct hid_device *hid, enum hid_report_type type, u8 *data, 157 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-v6.6/drivers/hid/bpf/ | 
| D | hid_bpf_dispatch.c | 49 dispatch_hid_bpf_device_event(struct hid_device *hdev, enum hid_report_type type, u8 *data,  in dispatch_hid_bpf_device_event()  function 86 EXPORT_SYMBOL_GPL(dispatch_hid_bpf_device_event);
  | 
| /Linux-v6.6/drivers/hid/ | 
| D | hid-core.c | 2054 	data = dispatch_hid_bpf_device_event(hid, type, data, &size, interrupt);  in hid_input_report()
  |