Searched defs:hid_ctx (Results  1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/hid/progs/ | 
| H A D | hid.c | 18 int BPF_PROG(hid_first_event, struct hid_bpf_ctx *hid_ctx, enum hid_report_type type)  in BPF_PROG()38 int __hid_subprog_first_event(struct hid_bpf_ctx *hid_ctx, enum hid_report_type type)  in __hid_subprog_first_event()
 51 int BPF_PROG(hid_subprog_first_event, struct hid_bpf_ctx *hid_ctx, enum hid_report_type type)  in BPF_PROG()
 63 int BPF_PROG(hid_second_event, struct hid_bpf_ctx *hid_ctx, enum hid_report_type type)  in BPF_PROG()
 81 int BPF_PROG(hid_change_report_id, struct hid_bpf_ctx *hid_ctx, enum hid_report_type type)  in BPF_PROG()
 220 int BPF_PROG(hid_rdesc_fixup, struct hid_bpf_ctx *hid_ctx)  in BPF_PROG()
 244 int BPF_PROG(hid_test_insert1, struct hid_bpf_ctx *hid_ctx, enum hid_report_type type)  in BPF_PROG()
 267 int BPF_PROG(hid_test_insert2, struct hid_bpf_ctx *hid_ctx, enum hid_report_type type)  in BPF_PROG()
 289 int BPF_PROG(hid_test_insert3, struct hid_bpf_ctx *hid_ctx, enum hid_report_type type)  in BPF_PROG()
 461 	struct hid_bpf_ctx *hid_ctx;  in wq_cb_sleepable()  local
 [all …]
 
 | 
| /linux/drivers/hid/bpf/progs/ | 
| H A D | Wacom__ArtPen.bpf.c | 149 	struct hid_bpf_ctx *hid_ctx;  in probe()  local
 |