Lines Matching refs:streams_mask
830 * @enable_streams: Enable the streams defined in streams_mask on the given
840 * @disable_streams: Disable the streams defined in streams_mask on the given
907 u64 streams_mask);
910 u64 streams_mask);
1671 * @streams_mask: Bitmask of streams to enable
1675 * @streams_mask bitmask. This allows enabling multiple streams on a pad at
1678 * Enabling a stream that is already enabled isn't allowed. If @streams_mask
1687 * Drivers that are not stream-aware shall set @streams_mask to BIT_ULL(0).
1691 * * -EALREADY: One of the streams in streams_mask is already enabled
1697 u64 streams_mask);
1703 * @streams_mask: Bitmask of streams to disable
1707 * @streams_mask bitmask. This allows disabling multiple streams on a pad at
1710 * Disabling a streams that is not enabled isn't allowed. If @streams_mask
1719 * Drivers that are not stream-aware shall set @streams_mask to BIT_ULL(0).
1723 * * -EALREADY: One of the streams in streams_mask is not enabled
1729 u64 streams_mask);