Home
last modified time | relevance | path

Searched refs:hid_ctx (Results 1 – 2 of 2) sorted by relevance

/drivers/hid/bpf/progs/
A DWacom__ArtPen.bpf.c149 struct hid_bpf_ctx *hid_ctx; in probe() local
154 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()
A DTUXEDO__Sirius-16-Gen1-and-Gen2.bpf.c15 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