Home
last modified time | relevance | path

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

/linux-6.1.9/Documentation/driver-api/soundwire/
Dstream.rst253 NOTE: State transitions between ``SDW_STREAM_ENABLED`` and
379 SDW_STREAM_ENABLED subsection
398 ``SDW_STREAM_ENABLED``.
433 ``SDW_STREAM_ENABLED`` is allowed.
/linux-6.1.9/drivers/soundwire/
Dstream.c661 if (m_rt->stream->state != SDW_STREAM_ENABLED) in sdw_program_params()
1504 stream->state = SDW_STREAM_ENABLED; in _sdw_enable_stream()
1526 if (stream->state == SDW_STREAM_ENABLED) { in sdw_enable_stream()
1619 if (stream->state != SDW_STREAM_ENABLED) { in sdw_disable_stream()
/linux-6.1.9/include/linux/soundwire/
Dsdw.h974 SDW_STREAM_ENABLED = 3, enumerator