Searched refs:from_bpf (Results 1 – 5 of 5) sorted by relevance
| /linux/include/linux/ |
| H A D | hid_bpf.h | 71 u64 source, bool from_bpf); 73 u64 source, bool from_bpf); 76 bool from_bpf, bool lock_already_taken); 204 bool from_bpf); 209 u64 source, bool from_bpf); 211 u64 source, bool from_bpf); 220 int interrupt, u64 source, bool from_bpf) in dispatch_hid_bpf_device_event() argument 228 u64 source, bool from_bpf) { return 0; } in dispatch_hid_bpf_raw_requests() argument 230 u64 source, bool from_bpf) { return 0; } in dispatch_hid_bpf_output_report() argument
|
| H A D | hid.h | 1220 __u64 source, bool from_bpf); 1222 bool from_bpf);
|
| /linux/drivers/hid/bpf/ |
| H A D | hid_bpf_dispatch.c | 28 bool from_bpf) in dispatch_hid_bpf_device_event() argument 37 .from_bpf = from_bpf, in dispatch_hid_bpf_device_event() 87 u64 source, bool from_bpf) in dispatch_hid_bpf_raw_requests() argument 96 .from_bpf = from_bpf, in dispatch_hid_bpf_raw_requests() 127 bool from_bpf) in dispatch_hid_bpf_output_report() argument 136 .from_bpf = from_bpf, in dispatch_hid_bpf_output_report() 416 if (ctx_kern->from_bpf) in hid_bpf_hw_request() 476 if (ctx_kern->from_bpf) in hid_bpf_hw_output_report() 502 if (ctx_kern->from_bpf) in __hid_bpf_input_report()
|
| H A D | hid_bpf_dispatch.h | 11 bool from_bpf; member
|
| /linux/drivers/hid/ |
| H A D | hid-core.c | 2111 bool from_bpf, bool lock_already_taken) in __hid_input_report() argument 2137 source, from_bpf); in __hid_input_report() 2524 u64 source, bool from_bpf) in __hid_hw_raw_request() argument 2536 reqtype, source, from_bpf); in __hid_hw_raw_request() 2567 bool from_bpf) in __hid_hw_output_report() argument 2578 ret = dispatch_hid_bpf_output_report(hdev, buf, len, source, from_bpf); in __hid_hw_output_report()
|