Home
last modified time | relevance | path

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

/linux-6.14.4/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.14.4/drivers/soundwire/
Dstream.c697 if (m_rt->stream->state != SDW_STREAM_ENABLED) in sdw_program_params()
1548 stream->state = SDW_STREAM_ENABLED; in _sdw_enable_stream()
1570 if (stream->state == SDW_STREAM_ENABLED) { in sdw_enable_stream()
1663 if (stream->state != SDW_STREAM_ENABLED) { in sdw_disable_stream()
Dgeneric_bandwidth_allocation.c200 if (m_rt->stream->state != SDW_STREAM_ENABLED && in sdw_compute_group_params()
/linux-6.14.4/include/linux/soundwire/
Dsdw.h907 SDW_STREAM_ENABLED = 3, enumerator