Searched refs:V4L2_CAP_IO_MC (Results 1 – 14 of 14) 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)130 ``V4L2_CAP_IO_MC`` :ref:`capability <device-capabilities>`, shall be 0238 If ``V4L2_CAP_IO_MC`` is set and the specified ``mbus_code``
257 * - ``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
179 replace define V4L2_CAP_IO_MC device-capabilities
1098 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()
555 bool is_io_mc = vdev->device_caps & V4L2_CAP_IO_MC; in determine_valid_ioctls()
462 | V4L2_CAP_IO_MC; in vimc_cap_add()
54 the ``V4L2_CAP_IO_MC`` :ref:`capability <device-capabilities>`.
993 | V4L2_CAP_READWRITE | V4L2_CAP_IO_MC; in msm_video_register()
1009 vdev->device_caps |= V4L2_CAP_IO_MC; in rvin_v4l2_register()
491 #define V4L2_CAP_IO_MC 0x20000000 /* Is input/output controlled by the media controller */ macro
1329 V4L2_CAP_STREAMING | V4L2_CAP_IO_MC; in rkisp1_register_capture()
1047 vdev->device_caps = V4L2_CAP_STREAMING | V4L2_CAP_IO_MC | cap; in imgu_node_to_v4l2()