Home
last modified time | relevance | path

Searched refs:v4l2_buf_type (Results 1 – 25 of 78) sorted by relevance

1234

/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-isp-video.h17 enum v4l2_buf_type type);
20 enum v4l2_buf_type type);
30 enum v4l2_buf_type type) in fimc_isp_video_device_register()
36 enum v4l2_buf_type type) in fimc_isp_video_device_unregister()
H A Dfimc-isp-video.c491 enum v4l2_buf_type type) in isp_video_streamon()
517 enum v4l2_buf_type type) in isp_video_streamoff()
570 enum v4l2_buf_type type) in fimc_isp_video_device_register()
639 enum v4l2_buf_type type) in fimc_isp_video_device_unregister()
H A Dfimc-isp.h130 enum v4l2_buf_type type;
/linux/include/media/
H A Dvideobuf2-v4l2.h201 int vb2_streamon(struct vb2_queue *q, enum v4l2_buf_type type);
220 int vb2_streamoff(struct vb2_queue *q, enum v4l2_buf_type type);
333 int vb2_ioctl_streamon(struct file *file, void *priv, enum v4l2_buf_type i);
334 int vb2_ioctl_streamoff(struct file *file, void *priv, enum v4l2_buf_type i);
H A Dv4l2-ioctl.h432 enum v4l2_buf_type i);
434 enum v4l2_buf_type i);
/linux/Documentation/userspace-api/media/
H A Dvideodev2.h.rst.exceptions31 # Documented enum v4l2_buf_type
32 replace symbol V4L2_BUF_TYPE_META_CAPTURE :c:type:`v4l2_buf_type`
33 replace symbol V4L2_BUF_TYPE_META_OUTPUT :c:type:`v4l2_buf_type`
34 replace symbol V4L2_BUF_TYPE_SDR_CAPTURE :c:type:`v4l2_buf_type`
35 replace symbol V4L2_BUF_TYPE_SDR_OUTPUT :c:type:`v4l2_buf_type`
36 replace symbol V4L2_BUF_TYPE_SLICED_VBI_CAPTURE :c:type:`v4l2_buf_type`
37 replace symbol V4L2_BUF_TYPE_SLICED_VBI_OUTPUT :c:type:`v4l2_buf_type`
38 replace symbol V4L2_BUF_TYPE_VBI_CAPTURE :c:type:`v4l2_buf_type`
39 replace symbol V4L2_BUF_TYPE_VBI_OUTPUT :c:type:`v4l2_buf_type`
40 replace symbol V4L2_BUF_TYPE_VIDEO_CAPTURE :c:type:`v4l2_buf_type`
[all …]
/linux/include/uapi/linux/
H A Divtv.h51 enum v4l2_buf_type type; /* V4L2_BUF_TYPE_VIDEO_OUTPUT */
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-expbuf.rst70 int buffer_export(int v4lfd, enum v4l2_buf_type bt, int index, int *dmafd)
89 int buffer_export_mp(int v4lfd, enum v4l2_buf_type bt, int index,
127 by the application. See :c:type:`v4l2_buf_type`
H A Dvidioc-remove-bufs.rst64 :c:type:`v4l2_buf_type` for valid values.
H A Dplanar-apis.rst25 :c:type:`v4l2_buf_type`.
/linux/drivers/media/platform/qcom/camss/
H A Dcamss-video.h42 enum v4l2_buf_type type;
/linux/drivers/media/platform/renesas/vsp1/
H A Dvsp1_video.h37 enum v4l2_buf_type type;
/linux/drivers/staging/media/starfive/camss/
H A Dstf-video.h76 enum v4l2_buf_type type;
/linux/drivers/usb/gadget/function/
H A Duvc_queue.h68 int uvcg_queue_init(struct uvc_video_queue *queue, struct device *dev, enum v4l2_buf_type type,
H A Duvc_queue.c127 int uvcg_queue_init(struct uvc_video_queue *queue, struct device *dev, enum v4l2_buf_type type, in uvcg_queue_init()
/linux/drivers/media/usb/uvc/
H A Duvcvideo.h462 enum v4l2_buf_type type;
693 int uvc_queue_init(struct uvc_video_queue *queue, enum v4l2_buf_type type);
738 enum v4l2_buf_type type,
/linux/drivers/media/platform/rockchip/rga/
H A Drga.h118 struct rga_frame *rga_get_frame(struct rga_ctx *ctx, enum v4l2_buf_type type);
/linux/drivers/media/platform/ti/omap3isp/
H A Dispvideo.h157 enum v4l2_buf_type type;
/linux/drivers/media/v4l2-core/
H A Dv4l2-mem2mem.c115 enum v4l2_buf_type type) in get_queue_ctx()
124 enum v4l2_buf_type type) in v4l2_m2m_get_vq()
858 enum v4l2_buf_type type) in v4l2_m2m_streamon()
873 enum v4l2_buf_type type) in v4l2_m2m_streamoff()
1450 enum v4l2_buf_type type) in v4l2_m2m_ioctl_streamon()
1459 enum v4l2_buf_type type) in v4l2_m2m_ioctl_streamoff()
/linux/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-m2m.c83 mxc_isi_m2m_ctx_qdata(struct mxc_isi_m2m_ctx *ctx, enum v4l2_buf_type type) in mxc_isi_m2m_ctx_qdata()
485 enum v4l2_buf_type type) in mxc_isi_m2m_streamon()
573 enum v4l2_buf_type type) in mxc_isi_m2m_streamoff()
/linux/drivers/media/platform/renesas/
H A Drcar_jpu.c732 enum v4l2_buf_type type) in jpu_get_q_data()
763 enum v4l2_buf_type type) in __jpu_try_fmt()
898 static int jpu_streamon(struct file *file, void *priv, enum v4l2_buf_type type) in jpu_streamon()
902 enum v4l2_buf_type adj_type; in jpu_streamon()
1119 enum v4l2_buf_type type = vb->vb2_queue->type; in jpu_buf_finish()
/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-v4l2.c869 int vb2_streamon(struct vb2_queue *q, enum v4l2_buf_type type) in vb2_streamon()
879 int vb2_streamoff(struct vb2_queue *q, enum v4l2_buf_type type) in vb2_streamoff()
1111 int vb2_ioctl_streamon(struct file *file, void *priv, enum v4l2_buf_type i) in vb2_ioctl_streamon()
1121 int vb2_ioctl_streamoff(struct file *file, void *priv, enum v4l2_buf_type i) in vb2_ioctl_streamoff()
/linux/drivers/staging/media/imx/
H A Dimx-media.h208 enum v4l2_buf_type buftype, bool upstream);
H A Dimx-media-utils.c656 enum v4l2_buf_type buftype, bool upstream) in imx_media_pipeline_pad()
708 enum v4l2_buf_type buftype, bool upstream) in find_pipeline_entity()
/linux/drivers/staging/media/atomisp/pci/
H A Datomisp_subdev.h39 enum v4l2_buf_type type;

1234