Searched refs:buf__sz (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/hid/bpf/ |
| H A D | hid_bpf_dispatch.c | 361 __hid_bpf_hw_check_params(struct hid_bpf_ctx *ctx, __u8 *buf, size_t *buf__sz, in __hid_bpf_hw_check_params() argument 381 if (*buf__sz < 1) in __hid_bpf_hw_check_params() 391 if (*buf__sz > report_len) in __hid_bpf_hw_check_params() 392 *buf__sz = report_len; in __hid_bpf_hw_check_params() 409 hid_bpf_hw_request(struct hid_bpf_ctx *ctx, __u8 *buf, size_t buf__sz, in hid_bpf_hw_request() argument 413 size_t size = buf__sz; in hid_bpf_hw_request() 471 hid_bpf_hw_output_report(struct hid_bpf_ctx *ctx, __u8 *buf, size_t buf__sz) in hid_bpf_hw_output_report() argument 474 size_t size = buf__sz; in hid_bpf_hw_output_report() 530 const size_t buf__sz) in hid_bpf_try_input_report() argument 538 return __hid_bpf_input_report(ctx, type, buf, buf__sz, from_hid_event_hook); in hid_bpf_try_input_report() [all …]
|
| /linux/tools/testing/selftests/hid/progs/ |
| H A D | hid_bpf_helpers.h | 114 size_t buf__sz, 118 __u8 *buf, size_t buf__sz) __weak __ksym; 122 size_t buf__sz) __weak __ksym; 126 size_t buf__sz) __weak __ksym;
|
| /linux/fs/ |
| H A D | bpf_fs_kfuncs.c | 81 __bpf_kfunc int bpf_path_d_path(const struct path *path, char *buf, size_t buf__sz) in bpf_path_d_path() argument 86 if (!buf__sz) in bpf_path_d_path() 89 ret = d_path(path, buf, buf__sz); in bpf_path_d_path() 93 len = buf + buf__sz - ret; in bpf_path_d_path()
|
| /linux/samples/hid/ |
| H A D | hid_bpf_helpers.h | 17 size_t buf__sz,
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | bpf_experimental.h | 75 extern int bpf_path_d_path(const struct path *path, char *buf, size_t buf__sz) __ksym;
|