Searched refs:ro_subdev (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/v4l2-core/
H A Dv4l2-subdev.c567 bool ro_subdev = test_bit(V4L2_FL_SUBDEV_RO_DEVNODE, &vdev->flags); local
587 (ro_subdev ? V4L2_SUBDEV_CAP_RO_SUBDEV : 0) |
713 if (format->which != V4L2_SUBDEV_FORMAT_TRY && ro_subdev)
749 if (crop->which != V4L2_SUBDEV_FORMAT_TRY && ro_subdev)
808 if (fi->which != V4L2_SUBDEV_FORMAT_TRY && ro_subdev)
840 if (sel->which != V4L2_SUBDEV_FORMAT_TRY && ro_subdev)
882 if (ro_subdev)
893 if (ro_subdev)
952 if (routing->which != V4L2_SUBDEV_FORMAT_TRY && ro_subdev)

Completed in 257 milliseconds