Searched refs:from_bpf (Results 1 – 5 of 5) sorted by relevance
/linux-6.14.4/include/linux/ |
D | hid_bpf.h | 71 u64 source, bool from_bpf); 73 u64 source, bool from_bpf); 75 u8 *data, u32 size, int interrupt, u64 source, bool from_bpf, 203 u32 *size, int interrupt, u64 source, bool from_bpf); 208 u64 source, bool from_bpf); 210 u64 source, bool from_bpf); 219 u64 source, bool from_bpf) { return data; } in dispatch_hid_bpf_device_event() argument 224 u64 source, bool from_bpf) { return 0; } in dispatch_hid_bpf_raw_requests() argument 226 u64 source, bool from_bpf) { return 0; } in dispatch_hid_bpf_output_report() argument
|
D | hid.h | 1138 __u64 source, bool from_bpf); 1140 bool from_bpf);
|
/linux-6.14.4/drivers/hid/bpf/ |
D | hid_bpf_dispatch.c | 27 u32 *size, int interrupt, u64 source, bool from_bpf) in dispatch_hid_bpf_device_event() argument 36 .from_bpf = from_bpf, in dispatch_hid_bpf_device_event() 82 u64 source, bool from_bpf) in dispatch_hid_bpf_raw_requests() argument 91 .from_bpf = from_bpf, in dispatch_hid_bpf_raw_requests() 119 bool from_bpf) in dispatch_hid_bpf_output_report() argument 128 .from_bpf = from_bpf, in dispatch_hid_bpf_output_report() 408 if (ctx_kern->from_bpf) in hid_bpf_hw_request() 466 if (ctx_kern->from_bpf) in hid_bpf_hw_output_report() 492 if (ctx_kern->from_bpf) in __hid_bpf_input_report()
|
D | hid_bpf_dispatch.h | 11 bool from_bpf; member
|
/linux-6.14.4/drivers/hid/ |
D | hid-core.c | 2063 u8 *data, u32 size, int interrupt, u64 source, bool from_bpf, in __hid_input_report() argument 2089 data = dispatch_hid_bpf_device_event(hid, type, data, &size, interrupt, source, from_bpf); in __hid_input_report() 2441 u64 source, bool from_bpf) in __hid_hw_raw_request() argument 2453 reqtype, source, from_bpf); in __hid_hw_raw_request() 2484 bool from_bpf) in __hid_hw_output_report() argument 2495 ret = dispatch_hid_bpf_output_report(hdev, buf, len, source, from_bpf); in __hid_hw_output_report()
|