Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/driver-api/soundwire/
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-v6.6/drivers/soundwire/
Dstream.c1449 stream->state != SDW_STREAM_DEPREPARED && in sdw_prepare_stream()
1674 stream->state = SDW_STREAM_DEPREPARED; in _sdw_deprepare_stream()
1696 if (stream->state == SDW_STREAM_DEPREPARED) { in sdw_deprepare_stream()
/Linux-v6.6/include/linux/soundwire/
Dsdw.h998 SDW_STREAM_DEPREPARED = 5, enumerator