Searched refs:buf__sz (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/hid/bpf/ |
D | hid_bpf_dispatch.c | 347 __hid_bpf_hw_check_params(struct hid_bpf_ctx *ctx, __u8 *buf, size_t *buf__sz, in __hid_bpf_hw_check_params() argument 368 if (*buf__sz < 1) in __hid_bpf_hw_check_params() 380 if (*buf__sz > report_len) in __hid_bpf_hw_check_params() 381 *buf__sz = report_len; in __hid_bpf_hw_check_params() 398 hid_bpf_hw_request(struct hid_bpf_ctx *ctx, __u8 *buf, size_t buf__sz, in hid_bpf_hw_request() argument 403 size_t size = buf__sz; in hid_bpf_hw_request() 461 hid_bpf_hw_output_report(struct hid_bpf_ctx *ctx, __u8 *buf, size_t buf__sz) in hid_bpf_hw_output_report() argument 465 size_t size = buf__sz; in hid_bpf_hw_output_report() 523 const size_t buf__sz) in hid_bpf_try_input_report() argument 531 return __hid_bpf_input_report(ctx, type, buf, buf__sz, from_hid_event_hook); in hid_bpf_try_input_report() [all …]
|
/linux-6.12.1/fs/ |
D | bpf_fs_kfuncs.c | 79 __bpf_kfunc int bpf_path_d_path(struct path *path, char *buf, size_t buf__sz) in bpf_path_d_path() argument 84 if (!buf__sz) in bpf_path_d_path() 87 ret = d_path(path, buf, buf__sz); in bpf_path_d_path() 91 len = buf + buf__sz - ret; in bpf_path_d_path()
|
/linux-6.12.1/tools/testing/selftests/hid/progs/ |
D | hid_bpf_helpers.h | 99 size_t buf__sz, 103 __u8 *buf, size_t buf__sz) __ksym; 107 size_t buf__sz) __ksym; 111 size_t buf__sz) __ksym;
|
/linux-6.12.1/samples/hid/ |
D | hid_bpf_helpers.h | 17 size_t buf__sz,
|
/linux-6.12.1/drivers/hid/bpf/progs/ |
D | hid_bpf_helpers.h | 19 size_t buf__sz,
|
/linux-6.12.1/tools/testing/selftests/bpf/ |
D | bpf_experimental.h | 222 extern int bpf_path_d_path(struct path *path, char *buf, size_t buf__sz) __ksym;
|