Home
last modified time | relevance | path

Searched refs:from_bpf (Results 1 – 3 of 3) sorted by relevance

/drivers/hid/bpf/
A Dhid_bpf_dispatch.c27 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()
85 u64 source, bool from_bpf) in dispatch_hid_bpf_raw_requests() argument
94 .from_bpf = from_bpf, in dispatch_hid_bpf_raw_requests()
125 bool from_bpf) in dispatch_hid_bpf_output_report() argument
134 .from_bpf = from_bpf, in dispatch_hid_bpf_output_report()
417 if (ctx_kern->from_bpf) in hid_bpf_hw_request()
475 if (ctx_kern->from_bpf) in hid_bpf_hw_output_report()
501 if (ctx_kern->from_bpf) in __hid_bpf_input_report()
A Dhid_bpf_dispatch.h11 bool from_bpf; member
/drivers/hid/
A Dhid-core.c2080 u8 *data, u32 size, int interrupt, u64 source, bool from_bpf, in __hid_input_report() argument
2106 data = dispatch_hid_bpf_device_event(hid, type, data, &size, interrupt, source, from_bpf); in __hid_input_report()
2468 u64 source, bool from_bpf) in __hid_hw_raw_request() argument
2480 reqtype, source, from_bpf); in __hid_hw_raw_request()
2511 bool from_bpf) in __hid_hw_output_report() argument
2522 ret = dispatch_hid_bpf_output_report(hdev, buf, len, source, from_bpf); in __hid_hw_output_report()

Completed in 12 milliseconds