Searched refs:hid_ctx (Results 1 – 2 of 2) sorted by relevance
149 struct hid_bpf_ctx *hid_ctx; in probe() local154 hid_ctx = hid_bpf_allocate_context(ctx->hid); in probe()155 if (!hid_ctx) { in probe()159 pid = hid_ctx->hid->product; in probe()173 hid_bpf_release_context(hid_ctx); in probe()
15 int BPF_PROG(ignore_key_fix_event, struct hid_bpf_ctx *hid_ctx) in SEC()22 if (hid_ctx->size < expected_length) in SEC()25 data = hid_bpf_get_data(hid_ctx, 0, expected_length); in SEC()
Completed in 6 milliseconds