Searched refs:V4L2_CAP_IO_MC (Results 1 – 16 of 16) sorted by relevance
43 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 0242 If ``V4L2_CAP_IO_MC`` is set and the specified ``mbus_code``
259 * - ``V4L2_CAP_IO_MC``
40 If the device returns ``V4L2_CAP_IO_MC`` flag at ``device_caps``,
132 Such drivers have ``V4L2_CAP_IO_MC`` device_caps field set197 Such drivers have the ``V4L2_CAP_IO_MC`` device_caps field unset
185 replace define V4L2_CAP_IO_MC device-capabilities
1078 if (vfd->device_caps & V4L2_CAP_IO_MC) { in v4l_g_input()1091 if (vfd->device_caps & V4L2_CAP_IO_MC) { in v4l_g_output()1109 if (vfd->device_caps & V4L2_CAP_IO_MC) in v4l_s_input()1120 if (vfd->device_caps & V4L2_CAP_IO_MC) in v4l_s_output()1166 if (vfd->device_caps & V4L2_CAP_IO_MC) { in v4l_enuminput()1192 if (vfd->device_caps & V4L2_CAP_IO_MC) { in v4l_enumoutput()1468 if (!(vdev->device_caps & V4L2_CAP_IO_MC)) in v4l_enum_fmt()
558 bool is_io_mc = vdev->device_caps & V4L2_CAP_IO_MC; in determine_valid_ioctls()
462 | V4L2_CAP_IO_MC; in vimc_cap_add()
70 the ``V4L2_CAP_IO_MC`` :ref:`capability <device-capabilities>`.
1028 | V4L2_CAP_READWRITE | V4L2_CAP_IO_MC; in msm_video_register()
993 | (!legacy_api ? V4L2_CAP_IO_MC : 0); in imx_media_capture_device_init()
1064 vdev->device_caps |= V4L2_CAP_IO_MC; in rvin_v4l2_register()
1006 | (cal_mc_api ? V4L2_CAP_IO_MC : 0); in cal_ctx_v4l2_init()
1349 V4L2_CAP_STREAMING | V4L2_CAP_IO_MC; in rkisp1_register_capture()
489 #define V4L2_CAP_IO_MC 0x20000000 /* Is input/output controlled by the media controller */ macro
1051 vdev->device_caps = V4L2_CAP_STREAMING | V4L2_CAP_IO_MC | cap; in imgu_node_to_v4l2()
Completed in 42 milliseconds