Lines Matching full:soundwire
5 * stream.c - SoundWire Bus stream operations.
14 #include <linux/soundwire/sdw_registers.h>
15 #include <linux/soundwire/sdw.h>
20 * Array of supported rows and columns as per MIPI SoundWire Specification 1.1
869 * @stream: SoundWire stream runtime
882 * @stream_name: SoundWire stream name
884 * Allocates a SoundWire stream runtime instance.
1082 * @stream: SoundWire stream
1116 * @stream: SoundWire stream
1138 * @stream: SoundWire stream
1185 "SoundWire: Invalid port number :%d\n", p_rt->num); in sdw_is_valid_port_range()
1276 * @stream: SoundWire stream
1335 * @stream: SoundWire stream
1442 * @stream: SoundWire stream
1446 * NOTE: This function is called from SoundWire stream ops and is
1465 * @stream: SoundWire stream
1468 * NOTE: This function is called from SoundWire stream ops and is
1564 * sdw_prepare_stream() - Prepare SoundWire stream
1566 * @stream: Soundwire stream
1568 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1576 pr_err("SoundWire: Handle not found for stream\n"); in sdw_prepare_stream()
1655 * sdw_enable_stream() - Enable SoundWire stream
1657 * @stream: Soundwire stream
1659 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1666 pr_err("SoundWire: Handle not found for stream\n"); in sdw_enable_stream()
1738 * sdw_disable_stream() - Disable SoundWire stream
1740 * @stream: Soundwire stream
1742 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1749 pr_err("SoundWire: Handle not found for stream\n"); in sdw_disable_stream()
1813 * sdw_deprepare_stream() - Deprepare SoundWire stream
1815 * @stream: Soundwire stream
1817 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1824 pr_err("SoundWire: Handle not found for stream\n"); in sdw_deprepare_stream()
1867 * sdw_startup_stream() - Startup SoundWire stream
1869 * @sdw_substream: Soundwire stream
1871 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1911 * sdw_shutdown_stream() - Shutdown SoundWire stream
1913 * @sdw_substream: Soundwire stream
1915 * Documentation/driver-api/soundwire/stream.rst explains this API in detail