Searched refs:V4L2_SUBDEV_FL_STREAMS (Results 1 – 3 of 3) sorted by relevance
177 if (sd->flags & V4L2_SUBDEV_FL_STREAMS) { in check_state()203 if (!(sd->flags & V4L2_SUBDEV_FL_STREAMS)) in check_format()233 if (!(sd->flags & V4L2_SUBDEV_FL_STREAMS)) in call_enum_mbus_code()248 if (!(sd->flags & V4L2_SUBDEV_FL_STREAMS)) in call_enum_frame_size()286 if (!(sd->flags & V4L2_SUBDEV_FL_STREAMS)) in call_enum_frame_interval()301 if (!(sd->flags & V4L2_SUBDEV_FL_STREAMS)) in check_selection()514 bool streams_subdev = sd->flags & V4L2_SUBDEV_FL_STREAMS; in subdev_do_ioctl()823 if (!(sd->flags & V4L2_SUBDEV_FL_STREAMS)) in subdev_do_ioctl()853 if (!(sd->flags & V4L2_SUBDEV_FL_STREAMS)) in subdev_do_ioctl()1137 if (!(subdev->flags & V4L2_SUBDEV_FL_STREAMS)) { in v4l2_link_validate_get_streams()[all …]
975 #define V4L2_SUBDEV_FL_STREAMS (1U << 4) macro
600 the V4L2_SUBDEV_FL_STREAMS subdev flag and implementing support for
Completed in 27 milliseconds