Home
last modified time | relevance | path

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

/linux/Documentation/userspace-api/media/
H A Dglossary.rst139 Such drivers have ``V4L2_CAP_IO_MC`` device_caps field set
209 Such drivers have the ``V4L2_CAP_IO_MC`` device_caps field unset
H A Dvideodev2.h.rst.exceptions199 replace define V4L2_CAP_IO_MC device-capabilities
/linux/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c1129 if (vfd->device_caps & V4L2_CAP_IO_MC) { in v4l_g_input()
1142 if (vfd->device_caps & V4L2_CAP_IO_MC) { in v4l_g_output()
1160 if (vfd->device_caps & V4L2_CAP_IO_MC) in v4l_s_input()
1171 if (vfd->device_caps & V4L2_CAP_IO_MC) in v4l_s_output()
1217 if (vfd->device_caps & V4L2_CAP_IO_MC) { in v4l_enuminput()
1243 if (vfd->device_caps & V4L2_CAP_IO_MC) { in v4l_enumoutput()
1594 if (!(vdev->device_caps & V4L2_CAP_IO_MC)) in v4l_enum_fmt()
H A Dv4l2-dev.c559 bool is_io_mc = vdev->device_caps & V4L2_CAP_IO_MC; in determine_valid_ioctls()
/linux/Documentation/admin-guide/media/
H A Drkisp1.rst70 the ``V4L2_CAP_IO_MC`` :ref:`capability <device-capabilities>`.
/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-querycap.rst267 * - ``V4L2_CAP_IO_MC``
H A Dopen.rst40 If the device returns ``V4L2_CAP_IO_MC`` flag at ``device_caps``,
/linux/drivers/media/platform/qcom/camss/
H A Dcamss-video.c749 | V4L2_CAP_READWRITE | V4L2_CAP_IO_MC; in msm_video_register()
/linux/include/uapi/linux/
H A Dvideodev2.h511 #define V4L2_CAP_IO_MC 0x20000000 /* Is input/output controlled by the media controller */ macro
/linux/drivers/staging/media/ipu3/
H A Dipu3-v4l2.c1080 vdev->device_caps = V4L2_CAP_STREAMING | V4L2_CAP_IO_MC | cap; in imgu_node_to_v4l2()
/linux/drivers/media/platform/microchip/
H A Dmicrochip-isc-base.c1821 V4L2_CAP_IO_MC; in isc_async_complete()