Searched refs:__hid_bpf_input_report (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/hid/bpf/ |
D | hid_bpf_dispatch.c | 491 __hid_bpf_input_report(struct hid_bpf_ctx *ctx, enum hid_report_type type, u8 *buf, in __hid_bpf_input_report() function 531 return __hid_bpf_input_report(ctx, type, buf, buf__sz, from_hid_event_hook); in hid_bpf_try_input_report() 557 ret = __hid_bpf_input_report(ctx, type, buf, buf__sz, true /* lock_already_taken */); in hid_bpf_input_report()
|