Home
last modified time | relevance | path

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

/linux-6.15/Documentation/driver-api/soundwire/
H A 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.15/drivers/soundwire/
H A Dstream.c729 if (m_rt->stream->state != SDW_STREAM_ENABLED) in sdw_program_params()
1608 stream->state = SDW_STREAM_ENABLED; in _sdw_enable_stream()
1630 if (stream->state == SDW_STREAM_ENABLED) { in sdw_enable_stream()
1723 if (stream->state != SDW_STREAM_ENABLED) { in sdw_disable_stream()
H A Dgeneric_bandwidth_allocation.c243 if (m_rt->stream->state != SDW_STREAM_ENABLED && in sdw_compute_group_params()
/linux-6.15/include/linux/soundwire/
H A Dsdw.h925 SDW_STREAM_ENABLED = 3, enumerator