Home
last modified time | relevance | path

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

/linux-5.19.10/Documentation/driver-api/soundwire/
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.
/linux-5.19.10/drivers/soundwire/
Dstream.c1408 stream->state = SDW_STREAM_PREPARED; in _sdw_prepare_stream()
1436 if (stream->state == SDW_STREAM_PREPARED) { in sdw_prepare_stream()
1531 if (stream->state != SDW_STREAM_PREPARED && in sdw_enable_stream()
1699 if (stream->state != SDW_STREAM_PREPARED && in sdw_deprepare_stream()
/linux-5.19.10/include/linux/soundwire/
Dsdw.h966 SDW_STREAM_PREPARED = 2, enumerator