Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c401 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 Dhid_bpf_helpers.h17 size_t buf__sz,
/openbmc/linux/samples/hid/
H A Dhid_bpf_helpers.h17 size_t buf__sz,
/openbmc/linux/include/linux/
H A Dhid_bpf.h86 int hid_bpf_hw_request(struct hid_bpf_ctx *ctx, __u8 *buf, size_t buf__sz,