Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/media/imx/
H A Dimx-media-utils.c707 enum v4l2_buf_type buftype, bool upstream) in imx_media_pipeline_pad() argument
734 buftype, upstream); in imx_media_pipeline_pad()
735 } else if (buftype) { in imx_media_pipeline_pad()
738 if (buftype == vfd->queue->type) in imx_media_pipeline_pad()
743 buftype, upstream); in imx_media_pipeline_pad()
759 enum v4l2_buf_type buftype, bool upstream) in find_pipeline_entity() argument
769 } else if (buftype && is_media_entity_v4l2_video_device(start)) { in find_pipeline_entity()
771 if (buftype == vfd->queue->type) in find_pipeline_entity()
775 pad = imx_media_pipeline_pad(start, grp_id, buftype, upstream); in find_pipeline_entity()
825 enum v4l2_buf_type buftype, bool upstream) in imx_media_pipeline_video_device() argument
[all …]
H A Dimx-media.h216 enum v4l2_buf_type buftype, bool upstream);
222 enum v4l2_buf_type buftype, bool upstream);
/OK3568_Linux_fs/kernel/drivers/media/platform/qcom/venus/
H A Dhelpers.h34 u32 buftype);
41 u32 buftype);
44 int venus_helper_set_bufsize(struct venus_inst *inst, u32 bufsize, u32 buftype);
H A Dhelpers.c126 u32 buftype = inst->dpb_buftype; in venus_helper_alloc_dpb_bufs() local
145 ret = venus_helper_get_bufreq(inst, buftype, &bufreq); in venus_helper_alloc_dpb_bufs()
158 buf->type = buftype; in venus_helper_alloc_dpb_bufs()
1016 u32 buftype) in venus_helper_set_output_resolution() argument
1021 fs.buffer_type = buftype; in venus_helper_set_output_resolution()
1107 u32 buftype) in venus_helper_set_raw_format() argument
1112 fmt.buffer_type = buftype; in venus_helper_set_raw_format()
1121 u32 hfi_format, buftype; in venus_helper_set_color_format() local
1124 buftype = HFI_BUFFER_OUTPUT; in venus_helper_set_color_format()
1126 buftype = HFI_BUFFER_INPUT; in venus_helper_set_color_format()
[all …]
H A Dhfi_parser.c159 rawfmts[i].buftype = fmt->buffer_type; in parse_raw_formats()
H A Dcore.h101 u32 buftype; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Datm_nicstar.h42 int buftype; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Datm_nicstar.h42 int buftype; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Datm_nicstar.h42 int buftype; member
/OK3568_Linux_fs/external/libmali/include/EGL/
H A Degl.h240 …ENTRYP PFNEGLCREATEPBUFFERFROMCLIENTBUFFERPROC) (EGLDisplay dpy, EGLenum buftype, EGLClientBuffer …
246 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EG…
/OK3568_Linux_fs/external/libmali/include/FBDEV/
H A Degl.h204 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferFromClientBuffer (EGLDisplay dpy, EGLenum buftype, EG…
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dsmb2proto.h295 struct kvec *rsp, int *buftype,
H A Dsmb2ops.c1084 int buftype = CIFS_NO_BUFFER; in smb2_query_eas() local
1099 &rsp_iov, &buftype, cifs_sb); in smb2_query_eas()
1126 free_rsp_buf(buftype, rsp_iov.iov_base); in smb2_query_eas()
2507 struct kvec *rsp, int *buftype, in smb2_query_info_compound() argument
2585 *buftype = resp_buftype[1]; in smb2_query_info_compound()
2604 int buftype = CIFS_NO_BUFFER; in smb2_queryfs() local
2613 &rsp_iov, &buftype, cifs_sb); in smb2_queryfs()
2629 free_rsp_buf(buftype, rsp_iov.iov_base); in smb2_queryfs()
H A Dsmb2pdu.c2837 struct kvec *err_iov, int *buftype) in SMB2_open() argument
2879 *buftype = resp_buftype; in SMB2_open()
/OK3568_Linux_fs/kernel/drivers/atm/
H A Dnicstar.c2479 (pl.buftype, &((pool_levels __user *) arg)->buftype)) in ns_ioctl()
2481 switch (pl.buftype) { in ns_ioctl()
2531 switch (pl.buftype) { in ns_ioctl()