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>
22 * Array of supported rows and columns as per MIPI SoundWire Specification 1.1
1033 dev_err(dev, "SoundWire: Invalid port number :%d\n", num); in sdw_slave_port_is_valid_range()
1331 * @stream: SoundWire stream
1412 * @stream: SoundWire stream
1416 * NOTE: This function is called from SoundWire stream ops and is
1435 * @stream: SoundWire stream
1438 * NOTE: This function is called from SoundWire stream ops and is
1527 * sdw_prepare_stream() - Prepare SoundWire stream
1529 * @stream: Soundwire stream
1531 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1539 pr_err("SoundWire: Handle not found for stream\n"); in sdw_prepare_stream()
1613 * sdw_enable_stream() - Enable SoundWire stream
1615 * @stream: Soundwire stream
1617 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1624 pr_err("SoundWire: Handle not found for stream\n"); in sdw_enable_stream()
1701 * sdw_disable_stream() - Disable SoundWire stream
1703 * @stream: Soundwire stream
1705 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1712 pr_err("SoundWire: Handle not found for stream\n"); in sdw_disable_stream()
1806 * sdw_deprepare_stream() - Deprepare SoundWire stream
1808 * @stream: Soundwire stream
1810 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1817 pr_err("SoundWire: Handle not found for stream\n"); in sdw_deprepare_stream()
1867 * @stream_name: SoundWire stream name
1870 * Allocates a SoundWire stream runtime instance.
1893 * sdw_startup_stream() - Startup SoundWire stream
1895 * @sdw_substream: Soundwire stream
1897 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1937 * sdw_shutdown_stream() - Shutdown SoundWire stream
1939 * @sdw_substream: Soundwire stream
1941 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1972 * @stream: SoundWire stream runtime
1989 * @stream: SoundWire stream
2074 * @stream: SoundWire stream
2109 * @stream: SoundWire stream
2224 * @stream: SoundWire stream