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()
1240 * @stream: SoundWire stream
1316 * @stream: SoundWire stream
1320 * NOTE: This function is called from SoundWire stream ops and is
1339 * @stream: SoundWire stream
1342 * NOTE: This function is called from SoundWire stream ops and is
1431 * sdw_prepare_stream() - Prepare SoundWire stream
1433 * @stream: Soundwire stream
1435 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1443 pr_err("SoundWire: Handle not found for stream\n"); in sdw_prepare_stream()
1517 * sdw_enable_stream() - Enable SoundWire stream
1519 * @stream: Soundwire stream
1521 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1528 pr_err("SoundWire: Handle not found for stream\n"); in sdw_enable_stream()
1605 * sdw_disable_stream() - Disable SoundWire stream
1607 * @stream: Soundwire stream
1609 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1616 pr_err("SoundWire: Handle not found for stream\n"); in sdw_disable_stream()
1685 * sdw_deprepare_stream() - Deprepare SoundWire stream
1687 * @stream: Soundwire stream
1689 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1696 pr_err("SoundWire: Handle not found for stream\n"); in sdw_deprepare_stream()
1746 * @stream_name: SoundWire stream name
1748 * Allocates a SoundWire stream runtime instance.
1770 * sdw_startup_stream() - Startup SoundWire stream
1772 * @sdw_substream: Soundwire stream
1774 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1814 * sdw_shutdown_stream() - Shutdown SoundWire stream
1816 * @sdw_substream: Soundwire stream
1818 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1849 * @stream: SoundWire stream runtime
1866 * @stream: SoundWire stream
1945 * @stream: SoundWire stream
1980 * @stream: SoundWire stream
2088 * @stream: SoundWire stream