Home
last modified time | relevance | path

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

/drivers/hid/bpf/
A Dhid_bpf_dispatch.c69 ret = ctx_kern.ctx.size; in dispatch_hid_bpf_device_event()
77 return ctx_kern.data; in dispatch_hid_bpf_device_event()
174 ctx_kern.data = kzalloc(ctx_kern.ctx.allocated_size, GFP_KERNEL); in call_hid_bpf_rdesc_fixup()
175 if (!ctx_kern.data) in call_hid_bpf_rdesc_fixup()
194 kfree(ctx_kern.data); in call_hid_bpf_rdesc_fixup()
326 ctx_kern = kzalloc(sizeof(*ctx_kern), GFP_KERNEL); in hid_bpf_allocate_context()
327 if (!ctx_kern) { in hid_bpf_allocate_context()
334 return &ctx_kern->ctx; in hid_bpf_allocate_context()
352 kfree(ctx_kern); in hid_bpf_release_context()
417 if (ctx_kern->from_bpf) in hid_bpf_hw_request()
[all …]

Completed in 5 milliseconds