Home
last modified time | relevance | path

Searched refs:SDW_STREAM_DEPREPARED (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/driver-api/soundwire/
H A Dstream.rst372 ``SDW_STREAM_PREPARED`` to ``SDW_STREAM_DEPREPARED`` is allowed.
445 SDW_STREAM_DEPREPARED subsection
459 ``SDW_STREAM_DEPREPARED``.
470 Other implementations may transition to the ``SDW_STREAM_DEPREPARED``
/linux/drivers/soundwire/
H A Dstream.c1551 stream->state != SDW_STREAM_DEPREPARED && in sdw_prepare_stream()
1752 stream->state = SDW_STREAM_DEPREPARED; in _sdw_deprepare_stream()
1823 if (stream->state == SDW_STREAM_DEPREPARED) { in sdw_deprepare_stream()
H A Dgeneric_bandwidth_allocation.c360 if (m_rt->stream->state == SDW_STREAM_DEPREPARED) in sdw_get_group_count()
/linux/include/linux/soundwire/
H A Dsdw.h932 SDW_STREAM_DEPREPARED = 5, enumerator