Home
last modified time | relevance | path

Searched refs:buftype (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/media/platform/qcom/venus/
Dhelpers.h42 u32 buftype);
49 u32 buftype);
52 int venus_helper_set_bufsize(struct venus_inst *inst, u32 bufsize, u32 buftype);
Dhelpers.c136 u32 buftype = inst->dpb_buftype; in venus_helper_alloc_dpb_bufs() local
155 ret = venus_helper_get_bufreq(inst, buftype, &bufreq); in venus_helper_alloc_dpb_bufs()
168 buf->type = buftype; in venus_helper_alloc_dpb_bufs()
680 u32 buftype) in venus_helper_set_output_resolution() argument
685 fs.buffer_type = buftype; in venus_helper_set_output_resolution()
755 u32 buftype) in venus_helper_set_raw_format() argument
760 fmt.buffer_type = buftype; in venus_helper_set_raw_format()
769 u32 hfi_format, buftype; in venus_helper_set_color_format() local
772 buftype = HFI_BUFFER_OUTPUT; in venus_helper_set_color_format()
774 buftype = HFI_BUFFER_INPUT; in venus_helper_set_color_format()
[all …]
Dcore.h67 u32 buftype; member
Dhfi_parser.c159 rawfmts[i].buftype = fmt->buffer_type; in parse_raw_formats()
/Linux-v4.19/include/uapi/linux/
Datm_nicstar.h42 int buftype; member
/Linux-v4.19/drivers/atm/
Dnicstar.c2474 (pl.buftype, &((pool_levels __user *) arg)->buftype)) in ns_ioctl()
2476 switch (pl.buftype) { in ns_ioctl()
2526 switch (pl.buftype) { in ns_ioctl()
/Linux-v4.19/fs/cifs/
Dsmb2pdu.c2255 struct kvec *err_iov, int *buftype) in SMB2_open() argument
2294 *buftype = resp_buftype; in SMB2_open()