Searched refs:hid_bpf_device_event (Results 1 – 4 of 4) sorted by relevance
77 int hid_bpf_device_event(struct hid_bpf_ctx *ctx);
43 __weak noinline int hid_bpf_device_event(struct hid_bpf_ctx *ctx) in hid_bpf_device_event() function435 BTF_ID_FLAGS(func, hid_bpf_device_event)
60 BTF_ID(func, hid_bpf_device_event) /* HID_BPF_PROG_TYPE_DEVICE_EVENT */ in BTF_ID() argument
140 1. event processing/filtering with ``SEC("fmod_ret/hid_bpf_device_event")`` in libbpf144 A ``hid_bpf_device_event`` is calling a BPF program when an event is received from170 :functions: hid_bpf_device_event hid_bpf_rdesc_fixup237 ``SEC("fmod_ret/hid_bpf_device_event")``386 SEC("?fmod_ret/hid_bpf_device_event")
Completed in 6 milliseconds