Searched refs:hid_bpf_rdesc_fixup (Results 1 – 4 of 4) sorted by relevance
142 3. change of the report descriptor with ``SEC("fmod_ret/hid_bpf_rdesc_fixup")`` in libbpf152 Last, ``hid_bpf_rdesc_fixup`` is different from the others as there can be only one154 change the report descriptor from the BPF program. Once a ``hid_bpf_rdesc_fixup``170 :functions: hid_bpf_device_event hid_bpf_rdesc_fixup225 For all HID-BPF attachment types except for :c:func:`hid_bpf_rdesc_fixup`, several eBPF267 ``SEC("fmod_ret/hid_bpf_rdesc_fixup")``270 The ``hid_bpf_rdesc_fixup`` program works in a similar manner to280 Whenever a ``SEC("fmod_ret/hid_bpf_rdesc_fixup")`` program is attached (if no284 In the same way, when the ``SEC("fmod_ret/hid_bpf_rdesc_fixup")`` program is
78 int hid_bpf_rdesc_fixup(struct hid_bpf_ctx *ctx);
103 __weak noinline int hid_bpf_rdesc_fixup(struct hid_bpf_ctx *ctx) in hid_bpf_rdesc_fixup() function436 BTF_ID_FLAGS(func, hid_bpf_rdesc_fixup)
61 BTF_ID(func, hid_bpf_rdesc_fixup) /* HID_BPF_PROG_TYPE_RDESC_FIXUP */ in BTF_ID()
Completed in 6 milliseconds