Lines Matching full:streams

296  *	way to select I2S clock used by driving digital audio streams at some
830 * @enable_streams: Enable the streams defined in streams_mask on the given
836 * @disable_streams: Disable the streams defined in streams_mask on the given
980 * Set this flag if this subdev supports multiplexed streams. This means
987 * - Multiple streams per pad are supported
1271 * implement the multiplexed streams API (as indicated by the
1529 * @fmt: Format used to initialize all the streams
1532 * all the streams using the given format.
1576 * v4l2_subdev_state_xlate_streams() - Translate streams from one pad to another
1581 * @streams: Streams bitmask on the first pad
1583 * Streams on sink pads of a subdev are routed to source pads as expressed in
1586 * on @pad0, expressed as a bitmask in @streams, to the corresponding streams
1588 * on @pad1, and updates @streams with the streams that have been found in the
1593 * Return: The bitmask of streams of @pad1 that are routed to @streams on @pad0.
1596 u32 pad0, u32 pad1, u64 *streams);
1602 * an input stream shall not be routed to multiple output streams (stream
1605 * multiple input streams shall not be routed to the same output stream
1608 * all streams from a sink pad must be routed to a single source pad
1610 * all streams on a source pad must originate from a single sink pad
1612 * source pads shall not contain multiplexed streams
1614 * sink pads shall not contain multiplexed streams
1619 * all streams from a sink pad must be routed to a single source pad, and
1624 * no multiplexed streams allowed on either source or sink sides.
1660 * v4l2_subdev_enable_streams() - Enable streams on a pad
1663 * @streams_mask: Bitmask of streams to enable
1665 * This function enables streams on a source @pad of a subdevice. The pad is
1666 * identified by its index, while the streams are identified by the
1667 * @streams_mask bitmask. This allows enabling multiple streams on a pad at
1681 * * -EALREADY: One of the streams in streams_mask is already enabled
1690 * v4l2_subdev_disable_streams() - Disable streams on a pad
1693 * @streams_mask: Bitmask of streams to disable
1695 * This function disables streams on a source @pad of a subdevice. The pad is
1696 * identified by its index, while the streams are identified by the
1697 * @streams_mask bitmask. This allows disabling multiple streams on a pad at
1700 * Disabling a streams that is not enabled isn't allowed. If @streams_mask
1711 * * -EALREADY: One of the streams in streams_mask is not enabled
1725 * Subdevice drivers that implement the streams-aware