Home
last modified time | relevance | path

Searched refs:hid_bpf_rdesc_fixup (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/Documentation/hid/
A Dhid-bpf.rst142 3. change of the report descriptor with ``SEC("fmod_ret/hid_bpf_rdesc_fixup")`` in libbpf
152 Last, ``hid_bpf_rdesc_fixup`` is different from the others as there can be only one
154 change the report descriptor from the BPF program. Once a ``hid_bpf_rdesc_fixup``
170 :functions: hid_bpf_device_event hid_bpf_rdesc_fixup
225 For all HID-BPF attachment types except for :c:func:`hid_bpf_rdesc_fixup`, several eBPF
267 ``SEC("fmod_ret/hid_bpf_rdesc_fixup")``
270 The ``hid_bpf_rdesc_fixup`` program works in a similar manner to
280 Whenever a ``SEC("fmod_ret/hid_bpf_rdesc_fixup")`` program is attached (if no
284 In the same way, when the ``SEC("fmod_ret/hid_bpf_rdesc_fixup")`` program is
/linux-6.3-rc2/include/linux/
A Dhid_bpf.h78 int hid_bpf_rdesc_fixup(struct hid_bpf_ctx *ctx);
/linux-6.3-rc2/drivers/hid/bpf/
A Dhid_bpf_dispatch.c103 __weak noinline int hid_bpf_rdesc_fixup(struct hid_bpf_ctx *ctx) in hid_bpf_rdesc_fixup() function
436 BTF_ID_FLAGS(func, hid_bpf_rdesc_fixup)
A Dhid_bpf_jmp_table.c61 BTF_ID(func, hid_bpf_rdesc_fixup) /* HID_BPF_PROG_TYPE_RDESC_FIXUP */ in BTF_ID()

Completed in 6 milliseconds