Home
last modified time | relevance | path

Searched refs:V4L2_SUBDEV_FL_STREAMS (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/drivers/media/v4l2-core/
A Dv4l2-subdev.c177 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 …]
/linux-6.3-rc2/include/media/
A Dv4l2-subdev.h975 #define V4L2_SUBDEV_FL_STREAMS (1U << 4) macro
/linux-6.3-rc2/Documentation/driver-api/media/
A Dv4l2-subdev.rst600 the V4L2_SUBDEV_FL_STREAMS subdev flag and implementing support for

Completed in 27 milliseconds