Home
last modified time | relevance | path

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

/linux-6.15/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)
142 ``V4L2_CAP_IO_MC`` :ref:`capability <device-capabilities>`, shall be 0
265 If ``V4L2_CAP_IO_MC`` is set and the specified ``mbus_code``
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-6.15/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.exceptions200 replace define V4L2_CAP_IO_MC device-capabilities
/linux-6.15/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c1131 if (vfd->device_caps & V4L2_CAP_IO_MC) { in v4l_g_input()
1144 if (vfd->device_caps & V4L2_CAP_IO_MC) { in v4l_g_output()
1162 if (vfd->device_caps & V4L2_CAP_IO_MC) in v4l_s_input()
1173 if (vfd->device_caps & V4L2_CAP_IO_MC) in v4l_s_output()
1219 if (vfd->device_caps & V4L2_CAP_IO_MC) { in v4l_enuminput()
1245 if (vfd->device_caps & V4L2_CAP_IO_MC) { in v4l_enumoutput()
1596 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-6.15/drivers/media/test-drivers/vimc/
H A Dvimc-capture.c461 | V4L2_CAP_IO_MC; in vimc_capture_add()
/linux-6.15/Documentation/admin-guide/media/
H A Drkisp1.rst70 the ``V4L2_CAP_IO_MC`` :ref:`capability <device-capabilities>`.
/linux-6.15/drivers/media/platform/qcom/camss/
H A Dcamss-video.c749 | V4L2_CAP_READWRITE | V4L2_CAP_IO_MC; in msm_video_register()
/linux-6.15/drivers/media/platform/renesas/rzg2l-cru/
H A Drzg2l-video.c915 vdev->device_caps |= V4L2_CAP_IO_MC; in rzg2l_cru_v4l2_init()
/linux-6.15/drivers/media/platform/st/stm32/stm32-dcmipp/
H A Ddcmipp-bytecap.c934 V4L2_CAP_IO_MC; in dcmipp_bytecap_ent_init()
/linux-6.15/drivers/staging/media/imx/
H A Dimx-media-capture.c997 | (!legacy_api ? V4L2_CAP_IO_MC : 0); in imx_media_capture_device_init()
/linux-6.15/drivers/media/platform/ti/cal/
H A Dcal-video.c1021 | (cal_mc_api ? V4L2_CAP_IO_MC : 0); in cal_ctx_v4l2_init()
/linux-6.15/drivers/media/platform/ti/j721e-csi2rx/
H A Dj721e-csi2rx.c1034 V4L2_CAP_IO_MC; in ti_csi2rx_v4l2_init()
/linux-6.15/drivers/media/platform/renesas/rcar-vin/
H A Drcar-v4l2.c1173 vdev->device_caps |= V4L2_CAP_IO_MC; in rvin_v4l2_register()
/linux-6.15/drivers/media/platform/nxp/imx8-isi/
H A Dimx8-isi-video.c1442 | V4L2_CAP_IO_MC; in mxc_isi_video_register()
/linux-6.15/drivers/media/pci/intel/ipu6/
H A Dipu6-isys-video.c1282 av->vdev.device_caps = V4L2_CAP_STREAMING | V4L2_CAP_IO_MC | in ipu6_isys_video_init()
/linux-6.15/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-6.15/include/uapi/linux/
H A Dvideodev2.h511 #define V4L2_CAP_IO_MC 0x20000000 /* Is input/output controlled by the media controller */ macro
/linux-6.15/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-capture.c1549 V4L2_CAP_STREAMING | V4L2_CAP_IO_MC; in rkisp1_register_capture()
/linux-6.15/drivers/media/platform/nxp/
H A Dimx7-media-csi.c1665 | V4L2_CAP_IO_MC; in imx7_csi_video_init()
/linux-6.15/drivers/media/platform/microchip/
H A Dmicrochip-isc-base.c1821 V4L2_CAP_IO_MC; in isc_async_complete()
/linux-6.15/drivers/media/platform/broadcom/
H A Dbcm2835-unicam.c2282 vdev->device_caps |= V4L2_CAP_STREAMING | V4L2_CAP_IO_MC; in unicam_register_node()
/linux-6.15/drivers/media/platform/raspberrypi/rp1-cfe/
H A Dcfe.c2025 vdev->device_caps |= V4L2_CAP_STREAMING | V4L2_CAP_IO_MC; in cfe_register_node()