Lines Matching full:soundwire
5 * stream.c - SoundWire Bus stream operations.
14 #include <linux/soundwire/sdw_registers.h>
15 #include <linux/soundwire/sdw.h>
20 * Array of supported rows and columns as per MIPI SoundWire Specification 1.1
871 * @stream: SoundWire stream runtime
884 * @stream_name: SoundWire stream name
886 * Allocates a SoundWire stream runtime instance.
1084 * @stream: SoundWire stream
1118 * @stream: SoundWire stream
1140 * @stream: SoundWire stream
1187 "SoundWire: Invalid port number :%d\n", p_rt->num); in sdw_is_valid_port_range()
1278 * @stream: SoundWire stream
1337 * @stream: SoundWire stream
1452 * @stream: SoundWire stream
1456 * NOTE: This function is called from SoundWire stream ops and is
1475 * @stream: SoundWire stream
1478 * NOTE: This function is called from SoundWire stream ops and is
1574 * sdw_prepare_stream() - Prepare SoundWire stream
1576 * @stream: Soundwire stream
1578 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1586 pr_err("SoundWire: Handle not found for stream\n"); in sdw_prepare_stream()
1665 * sdw_enable_stream() - Enable SoundWire stream
1667 * @stream: Soundwire stream
1669 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1676 pr_err("SoundWire: Handle not found for stream\n"); in sdw_enable_stream()
1748 * sdw_disable_stream() - Disable SoundWire stream
1750 * @stream: Soundwire stream
1752 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1759 pr_err("SoundWire: Handle not found for stream\n"); in sdw_disable_stream()
1823 * sdw_deprepare_stream() - Deprepare SoundWire stream
1825 * @stream: Soundwire stream
1827 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1834 pr_err("SoundWire: Handle not found for stream\n"); in sdw_deprepare_stream()
1877 * sdw_startup_stream() - Startup SoundWire stream
1879 * @sdw_substream: Soundwire stream
1881 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1921 * sdw_shutdown_stream() - Shutdown SoundWire stream
1923 * @sdw_substream: Soundwire stream
1925 * Documentation/driver-api/soundwire/stream.rst explains this API in detail