Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dvidioc-enum-fmt.rst43 Depending on the ``V4L2_CAP_IO_MC`` :ref:`capability <device-capabilities>`,
46 1) ``V4L2_CAP_IO_MC`` is not set (also known as a 'video-node-centric' driver)
58 2) ``V4L2_CAP_IO_MC`` is set (also known as an 'MC-centric' driver)
130 ``V4L2_CAP_IO_MC`` :ref:`capability <device-capabilities>`, shall be 0
238 If ``V4L2_CAP_IO_MC`` is set and the specified ``mbus_code``
H A Dvidioc-querycap.rst257 * - ``V4L2_CAP_IO_MC``
H A Dopen.rst40 If the device returns ``V4L2_CAP_IO_MC`` flag at ``device_caps``,
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/
H A Dglossary.rst132 Such drivers have ``V4L2_CAP_IO_MC`` device_caps field set
197 Such drivers have the ``V4L2_CAP_IO_MC`` device_caps field unset
H A Dvideodev2.h.rst.exceptions181 replace define V4L2_CAP_IO_MC device-capabilities
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c1127 if (vfd->device_caps & V4L2_CAP_IO_MC) { in v4l_g_input()
1140 if (vfd->device_caps & V4L2_CAP_IO_MC) { in v4l_g_output()
1158 if (vfd->device_caps & V4L2_CAP_IO_MC) in v4l_s_input()
1169 if (vfd->device_caps & V4L2_CAP_IO_MC) in v4l_s_output()
1215 if (vfd->device_caps & V4L2_CAP_IO_MC) { in v4l_enuminput()
1241 if (vfd->device_caps & V4L2_CAP_IO_MC) { in v4l_enumoutput()
1519 if (!(vdev->device_caps & V4L2_CAP_IO_MC)) in v4l_enum_fmt()
H A Dv4l2-dev.c555 bool is_io_mc = vdev->device_caps & V4L2_CAP_IO_MC; in determine_valid_ioctls()
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vimc/
H A Dvimc-capture.c462 | V4L2_CAP_IO_MC; in vimc_cap_add()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Drkisp1.rst54 the ``V4L2_CAP_IO_MC`` :ref:`capability <device-capabilities>`.
/OK3568_Linux_fs/kernel/drivers/media/platform/rcar-vin/
H A Drcar-v4l2.c1016 vdev->device_caps |= V4L2_CAP_IO_MC; in rvin_v4l2_register()
/OK3568_Linux_fs/kernel/drivers/media/platform/qcom/camss/
H A Dcamss-video.c994 | V4L2_CAP_READWRITE | V4L2_CAP_IO_MC; in msm_video_register()
/OK3568_Linux_fs/kernel/drivers/staging/media/rkisp1/
H A Drkisp1-capture.c1331 V4L2_CAP_STREAMING | V4L2_CAP_IO_MC; in rkisp1_register_capture()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvideodev2.h491 #define V4L2_CAP_IO_MC 0x20000000 /* Is input/output controlled by the media controller */ macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dvideodev2.h493 #define V4L2_CAP_IO_MC 0x20000000 /* Is input/output controlled by the media controller */ macro
/OK3568_Linux_fs/kernel/drivers/staging/media/ipu3/
H A Dipu3-v4l2.c1054 vdev->device_caps = V4L2_CAP_STREAMING | V4L2_CAP_IO_MC | cap; in imgu_node_to_v4l2()