Searched defs:hid_bpf_ctx (Results 1 – 2 of 2) sorted by relevance
9 #define hid_bpf_ctx hid_bpf_ctx___not_used macro59 struct hid_bpf_ctx { struct60 __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
49 struct hid_bpf_ctx { struct50 __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