Home
last modified time | relevance | path

Searched defs:buf__sz (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/hid/bpf/
H A Dhid_bpf_dispatch.c361 __hid_bpf_hw_check_params(struct hid_bpf_ctx *ctx, __u8 *buf, size_t *buf__sz, in __hid_bpf_hw_check_params() argument
409 hid_bpf_hw_request(struct hid_bpf_ctx * ctx,__u8 * buf,size_t buf__sz,enum hid_report_type rtype,enum hid_class_request reqtype) hid_bpf_hw_request() argument
471 hid_bpf_hw_output_report(struct hid_bpf_ctx * ctx,__u8 * buf,size_t buf__sz) hid_bpf_hw_output_report() argument
530 hid_bpf_try_input_report(struct hid_bpf_ctx * ctx,enum hid_report_type type,u8 * buf,const size_t buf__sz) hid_bpf_try_input_report() argument
555 hid_bpf_input_report(struct hid_bpf_ctx * ctx,enum hid_report_type type,u8 * buf,const size_t buf__sz) hid_bpf_input_report() argument
[all...]
/linux/fs/
H A Dbpf_fs_kfuncs.c81 __bpf_kfunc int bpf_path_d_path(const struct path *path, char *buf, size_t buf__sz) in bpf_path_d_path()