Lines Matching full:soundwire

5  *  stream.c - SoundWire Bus stream operations.
14 #include <linux/soundwire/sdw_registers.h>
15 #include <linux/soundwire/sdw.h>
16 #include <linux/soundwire/sdw_type.h>
21 * Array of supported rows and columns as per MIPI SoundWire Specification 1.1
965 dev_err(dev, "SoundWire: Invalid port number :%d\n", num); in sdw_slave_port_is_valid_range()
1235 * @stream: SoundWire stream
1311 * @stream: SoundWire stream
1315 * NOTE: This function is called from SoundWire stream ops and is
1334 * @stream: SoundWire stream
1337 * NOTE: This function is called from SoundWire stream ops and is
1426 * sdw_prepare_stream() - Prepare SoundWire stream
1428 * @stream: Soundwire stream
1430 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1438 pr_err("SoundWire: Handle not found for stream\n"); in sdw_prepare_stream()
1512 * sdw_enable_stream() - Enable SoundWire stream
1514 * @stream: Soundwire stream
1516 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1523 pr_err("SoundWire: Handle not found for stream\n"); in sdw_enable_stream()
1600 * sdw_disable_stream() - Disable SoundWire stream
1602 * @stream: Soundwire stream
1604 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1611 pr_err("SoundWire: Handle not found for stream\n"); in sdw_disable_stream()
1680 * sdw_deprepare_stream() - Deprepare SoundWire stream
1682 * @stream: Soundwire stream
1684 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1691 pr_err("SoundWire: Handle not found for stream\n"); in sdw_deprepare_stream()
1741 * @stream_name: SoundWire stream name
1743 * Allocates a SoundWire stream runtime instance.
1765 * sdw_startup_stream() - Startup SoundWire stream
1767 * @sdw_substream: Soundwire stream
1769 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1809 * sdw_shutdown_stream() - Shutdown SoundWire stream
1811 * @sdw_substream: Soundwire stream
1813 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1844 * @stream: SoundWire stream runtime
1861 * @stream: SoundWire stream
1940 * @stream: SoundWire stream
1975 * @stream: SoundWire stream
2083 * @stream: SoundWire stream