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
1001 dev_err(dev, "SoundWire: Invalid port number :%d\n", num); in sdw_slave_port_is_valid_range()
1276 * @stream: SoundWire stream
1352 * @stream: SoundWire stream
1356 * NOTE: This function is called from SoundWire stream ops and is
1375 * @stream: SoundWire stream
1378 * NOTE: This function is called from SoundWire stream ops and is
1467 * sdw_prepare_stream() - Prepare SoundWire stream
1469 * @stream: Soundwire stream
1471 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1479 pr_err("SoundWire: Handle not found for stream\n"); in sdw_prepare_stream()
1553 * sdw_enable_stream() - Enable SoundWire stream
1555 * @stream: Soundwire stream
1557 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1564 pr_err("SoundWire: Handle not found for stream\n"); in sdw_enable_stream()
1641 * sdw_disable_stream() - Disable SoundWire stream
1643 * @stream: Soundwire stream
1645 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1652 pr_err("SoundWire: Handle not found for stream\n"); in sdw_disable_stream()
1746 * sdw_deprepare_stream() - Deprepare SoundWire stream
1748 * @stream: Soundwire stream
1750 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1757 pr_err("SoundWire: Handle not found for stream\n"); in sdw_deprepare_stream()
1807 * @stream_name: SoundWire stream name
1809 * Allocates a SoundWire stream runtime instance.
1831 * sdw_startup_stream() - Startup SoundWire stream
1833 * @sdw_substream: Soundwire stream
1835 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1875 * sdw_shutdown_stream() - Shutdown SoundWire stream
1877 * @sdw_substream: Soundwire stream
1879 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1910 * @stream: SoundWire stream runtime
1927 * @stream: SoundWire stream
2006 * @stream: SoundWire stream
2041 * @stream: SoundWire stream
2149 * @stream: SoundWire stream