• Home
  • Raw
  • Download

Lines Matching full:soundwire

5  *  stream.c - SoundWire Bus stream operations.
14 #include <linux/soundwire/sdw_registers.h>
15 #include <linux/soundwire/sdw.h>
19 * Array of supported rows and columns as per MIPI SoundWire Specification 1.1
722 * @stream: SoundWire stream runtime
735 * @stream_name: SoundWire stream name
737 * Allocates a SoundWire stream runtime instance.
914 * @stream: SoundWire stream
939 * @stream: SoundWire stream
961 * @stream: SoundWire stream
1007 "SoundWire: Invalid port number :%d", p_rt->num); in sdw_is_valid_port_range()
1097 * @stream: SoundWire stream
1142 * @stream: SoundWire stream
1299 * sdw_prepare_stream() - Prepare SoundWire stream
1301 * @stream: Soundwire stream
1303 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1310 pr_err("SoundWire: Handle not found for stream"); in sdw_prepare_stream()
1356 * sdw_enable_stream() - Enable SoundWire stream
1358 * @stream: Soundwire stream
1360 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1367 pr_err("SoundWire: Handle not found for stream"); in sdw_enable_stream()
1408 * sdw_disable_stream() - Disable SoundWire stream
1410 * @stream: Soundwire stream
1412 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1419 pr_err("SoundWire: Handle not found for stream"); in sdw_disable_stream()
1464 * sdw_deprepare_stream() - Deprepare SoundWire stream
1466 * @stream: Soundwire stream
1468 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1475 pr_err("SoundWire: Handle not found for stream"); in sdw_deprepare_stream()