Home
last modified time | relevance | path

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

/Linux-v5.10/Documentation/userspace-api/media/v4l/
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``
Dvidioc-querycap.rst257 * - ``V4L2_CAP_IO_MC``
Dopen.rst40 If the device returns ``V4L2_CAP_IO_MC`` flag at ``device_caps``,
/Linux-v5.10/Documentation/userspace-api/media/
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
Dvideodev2.h.rst.exceptions179 replace define V4L2_CAP_IO_MC device-capabilities
/Linux-v5.10/drivers/media/v4l2-core/
Dv4l2-ioctl.c1098 if (vfd->device_caps & V4L2_CAP_IO_MC) { in v4l_g_input()
1111 if (vfd->device_caps & V4L2_CAP_IO_MC) { in v4l_g_output()
1129 if (vfd->device_caps & V4L2_CAP_IO_MC) in v4l_s_input()
1140 if (vfd->device_caps & V4L2_CAP_IO_MC) in v4l_s_output()
1186 if (vfd->device_caps & V4L2_CAP_IO_MC) { in v4l_enuminput()
1212 if (vfd->device_caps & V4L2_CAP_IO_MC) { in v4l_enumoutput()
1487 if (!(vdev->device_caps & V4L2_CAP_IO_MC)) in v4l_enum_fmt()
Dv4l2-dev.c555 bool is_io_mc = vdev->device_caps & V4L2_CAP_IO_MC; in determine_valid_ioctls()
/Linux-v5.10/drivers/media/test-drivers/vimc/
Dvimc-capture.c462 | V4L2_CAP_IO_MC; in vimc_cap_add()
/Linux-v5.10/Documentation/admin-guide/media/
Drkisp1.rst54 the ``V4L2_CAP_IO_MC`` :ref:`capability <device-capabilities>`.
/Linux-v5.10/drivers/media/platform/qcom/camss/
Dcamss-video.c993 | V4L2_CAP_READWRITE | V4L2_CAP_IO_MC; in msm_video_register()
/Linux-v5.10/drivers/media/platform/rcar-vin/
Drcar-v4l2.c1009 vdev->device_caps |= V4L2_CAP_IO_MC; in rvin_v4l2_register()
/Linux-v5.10/include/uapi/linux/
Dvideodev2.h491 #define V4L2_CAP_IO_MC 0x20000000 /* Is input/output controlled by the media controller */ macro
/Linux-v5.10/drivers/staging/media/rkisp1/
Drkisp1-capture.c1329 V4L2_CAP_STREAMING | V4L2_CAP_IO_MC; in rkisp1_register_capture()
/Linux-v5.10/drivers/staging/media/ipu3/
Dipu3-v4l2.c1047 vdev->device_caps = V4L2_CAP_STREAMING | V4L2_CAP_IO_MC | cap; in imgu_node_to_v4l2()