Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/driver-api/soundwire/
H A Dstream.rst336 SDW_STREAM_PREPARED subsection
366 ``SDW_STREAM_PREPARED``.
372 ``SDW_STREAM_PREPARED`` to ``SDW_STREAM_DEPREPARED`` is allowed.
385 (1) All the values computed in SDW_STREAM_PREPARED state are programmed
437 ``SDW_STREAM_PREPARED``, with all required settings restored but
472 ``SDW_STREAM_PREPARED`` state.
/openbmc/linux/drivers/soundwire/
H A Dstream.c1416 stream->state = SDW_STREAM_PREPARED; in _sdw_prepare_stream()
1444 if (stream->state == SDW_STREAM_PREPARED) { in sdw_prepare_stream()
1534 if (stream->state != SDW_STREAM_PREPARED && in sdw_enable_stream()
1702 if (stream->state != SDW_STREAM_PREPARED && in sdw_deprepare_stream()
/openbmc/linux/include/linux/soundwire/
H A Dsdw.h997 SDW_STREAM_PREPARED = 2, enumerator