Searched refs:__hid_bpf_hw_check_params (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/hid/bpf/ |
H A D | hid_bpf_dispatch.c | 350 __hid_bpf_hw_check_params(struct hid_bpf_ctx *ctx, __u8 *buf, size_t *buf__sz, in __hid_bpf_hw_check_params() function 412 ret = __hid_bpf_hw_check_params(ctx, buf, &size, rtype); in hid_bpf_hw_request() 470 ret = __hid_bpf_hw_check_params(ctx, buf, &size, HID_OUTPUT_REPORT); in hid_bpf_hw_output_report() 496 ret = __hid_bpf_hw_check_params(ctx, buf, &size, type); in __hid_bpf_input_report()
|