Searched refs:buf__sz (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/hid/bpf/ |
H A D | hid_bpf_dispatch.c | 401 hid_bpf_hw_request(struct hid_bpf_ctx *ctx, __u8 *buf, size_t buf__sz, in hid_bpf_hw_request() argument 436 if (buf__sz < 1) in hid_bpf_hw_request() 448 if (buf__sz > report_len) in hid_bpf_hw_request() 449 buf__sz = report_len; in hid_bpf_hw_request() 451 dma_data = kmemdup(buf, buf__sz, GFP_KERNEL); in hid_bpf_hw_request() 458 buf__sz, in hid_bpf_hw_request()
|
/openbmc/linux/tools/testing/selftests/hid/progs/ |
H A D | hid_bpf_helpers.h | 17 size_t buf__sz,
|
/openbmc/linux/samples/hid/ |
H A D | hid_bpf_helpers.h | 17 size_t buf__sz,
|
/openbmc/linux/include/linux/ |
H A D | hid_bpf.h | 86 int hid_bpf_hw_request(struct hid_bpf_ctx *ctx, __u8 *buf, size_t buf__sz,
|