Home
last modified time | relevance | path

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

/linux-6.6.21/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.6.21/drivers/soundwire/ !
Dstream.c661 if (m_rt->stream->state != SDW_STREAM_ENABLED) in sdw_program_params()
1507 stream->state = SDW_STREAM_ENABLED; in _sdw_enable_stream()
1529 if (stream->state == SDW_STREAM_ENABLED) { in sdw_enable_stream()
1622 if (stream->state != SDW_STREAM_ENABLED) { in sdw_disable_stream()
/linux-6.6.21/include/linux/soundwire/ !
Dsdw.h998 SDW_STREAM_ENABLED = 3, enumerator