Home
last modified time | relevance | path

Searched defs:hid_bpf_ctx (Results 1 – 2 of 2) sorted by relevance

/linux-6.8/tools/testing/selftests/hid/progs/
Dhid_bpf_helpers.h9 #define hid_bpf_ctx hid_bpf_ctx___not_used macro
59 struct hid_bpf_ctx { struct
60 __u32 index;
61 const struct hid_device *hid;
62 __u32 allocated_size;
86 extern __u8 *hid_bpf_get_data(struct hid_bpf_ctx *ctx, argument
/linux-6.8/include/linux/
Dhid_bpf.h49 struct hid_bpf_ctx { struct
50 __u32 index;
51 const struct hid_device *hid;
52 __u32 allocated_size;
53 enum hid_report_type report_type;
77 int hid_bpf_device_event(struct hid_bpf_ctx *ctx); argument