Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/soundwire/
Dstream.c1589 stream->state != SDW_STREAM_DISABLED) { in sdw_prepare_stream()
1602 if (stream->state == SDW_STREAM_DISABLED) in sdw_prepare_stream()
1673 stream->state != SDW_STREAM_DISABLED) { in sdw_enable_stream()
1703 stream->state = SDW_STREAM_DISABLED; in _sdw_disable_stream()
1831 stream->state != SDW_STREAM_DISABLED) { in sdw_deprepare_stream()
/Linux-v5.10/Documentation/driver-api/soundwire/
Dstream.rst254 ``SDW_STREAM_DISABLED`` are only relevant when then INFO_PAUSE flag is
408 SDW_STREAM_DISABLED subsection
426 ``SDW_STREAM_DISABLED``.
436 stream can transition from ``SDW_STREAM_DISABLED`` to
/Linux-v5.10/include/linux/soundwire/
Dsdw.h932 SDW_STREAM_DISABLED = 4, enumerator