Home
last modified time | relevance | path

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

/Linux-v5.15/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)
132 ``V4L2_CAP_IO_MC`` :ref:`capability <device-capabilities>`, shall be 0
242 If ``V4L2_CAP_IO_MC`` is set and the specified ``mbus_code``
Dvidioc-querycap.rst259 * - ``V4L2_CAP_IO_MC``
Dopen.rst40 If the device returns ``V4L2_CAP_IO_MC`` flag at ``device_caps``,
/Linux-v5.15/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.exceptions185 replace define V4L2_CAP_IO_MC device-capabilities
/Linux-v5.15/drivers/media/v4l2-core/
Dv4l2-ioctl.c1060 if (vfd->device_caps & V4L2_CAP_IO_MC) { in v4l_g_input()
1073 if (vfd->device_caps & V4L2_CAP_IO_MC) { in v4l_g_output()
1091 if (vfd->device_caps & V4L2_CAP_IO_MC) in v4l_s_input()
1102 if (vfd->device_caps & V4L2_CAP_IO_MC) in v4l_s_output()
1148 if (vfd->device_caps & V4L2_CAP_IO_MC) { in v4l_enuminput()
1174 if (vfd->device_caps & V4L2_CAP_IO_MC) { in v4l_enumoutput()
1448 if (!(vdev->device_caps & V4L2_CAP_IO_MC)) in v4l_enum_fmt()
Dv4l2-dev.c558 bool is_io_mc = vdev->device_caps & V4L2_CAP_IO_MC; in determine_valid_ioctls()
/Linux-v5.15/drivers/media/test-drivers/vimc/
Dvimc-capture.c462 | V4L2_CAP_IO_MC; in vimc_cap_add()
/Linux-v5.15/Documentation/admin-guide/media/
Drkisp1.rst70 the ``V4L2_CAP_IO_MC`` :ref:`capability <device-capabilities>`.
/Linux-v5.15/drivers/media/platform/qcom/camss/
Dcamss-video.c1028 | V4L2_CAP_READWRITE | V4L2_CAP_IO_MC; in msm_video_register()
/Linux-v5.15/drivers/staging/media/imx/
Dimx-media-capture.c993 | (!legacy_api ? V4L2_CAP_IO_MC : 0); in imx_media_capture_device_init()
/Linux-v5.15/drivers/media/platform/rcar-vin/
Drcar-v4l2.c1039 vdev->device_caps |= V4L2_CAP_IO_MC; in rvin_v4l2_register()
/Linux-v5.15/drivers/media/platform/ti-vpe/
Dcal-video.c1006 | (cal_mc_api ? V4L2_CAP_IO_MC : 0); in cal_ctx_v4l2_init()
/Linux-v5.15/include/uapi/linux/
Dvideodev2.h489 #define V4L2_CAP_IO_MC 0x20000000 /* Is input/output controlled by the media controller */ macro
/Linux-v5.15/drivers/media/platform/rockchip/rkisp1/
Drkisp1-capture.c1342 V4L2_CAP_STREAMING | V4L2_CAP_IO_MC; in rkisp1_register_capture()
/Linux-v5.15/drivers/staging/media/ipu3/
Dipu3-v4l2.c1050 vdev->device_caps = V4L2_CAP_STREAMING | V4L2_CAP_IO_MC | cap; in imgu_node_to_v4l2()