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
964 dev_err(dev, "SoundWire: Invalid port number :%d\n", num); in sdw_slave_port_is_valid_range()
1220 * @stream: SoundWire stream
1296 * @stream: SoundWire stream
1300 * NOTE: This function is called from SoundWire stream ops and is
1319 * @stream: SoundWire stream
1322 * NOTE: This function is called from SoundWire stream ops and is
1418 * sdw_prepare_stream() - Prepare SoundWire stream
1420 * @stream: Soundwire stream
1422 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1430 pr_err("SoundWire: Handle not found for stream\n"); in sdw_prepare_stream()
1509 * sdw_enable_stream() - Enable SoundWire stream
1511 * @stream: Soundwire stream
1513 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1520 pr_err("SoundWire: Handle not found for stream\n"); in sdw_enable_stream()
1597 * sdw_disable_stream() - Disable SoundWire stream
1599 * @stream: Soundwire stream
1601 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1608 pr_err("SoundWire: Handle not found for stream\n"); in sdw_disable_stream()
1677 * sdw_deprepare_stream() - Deprepare SoundWire stream
1679 * @stream: Soundwire stream
1681 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1688 pr_err("SoundWire: Handle not found for stream\n"); in sdw_deprepare_stream()
1738 * @stream_name: SoundWire stream name
1740 * Allocates a SoundWire stream runtime instance.
1762 * sdw_startup_stream() - Startup SoundWire stream
1764 * @sdw_substream: Soundwire stream
1766 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1806 * sdw_shutdown_stream() - Shutdown SoundWire stream
1808 * @sdw_substream: Soundwire stream
1810 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1841 * @stream: SoundWire stream runtime
1858 * @stream: SoundWire stream
1941 * @stream: SoundWire stream
1976 * @stream: SoundWire stream
2087 * @stream: SoundWire stream