• 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>
20 * Array of supported rows and columns as per MIPI SoundWire Specification 1.1
868 * @stream: SoundWire stream runtime
881 * @stream_name: SoundWire stream name
883 * Allocates a SoundWire stream runtime instance.
1081 * @stream: SoundWire stream
1115 * @stream: SoundWire stream
1137 * @stream: SoundWire stream
1184 "SoundWire: Invalid port number :%d\n", p_rt->num); in sdw_is_valid_port_range()
1275 * @stream: SoundWire stream
1334 * @stream: SoundWire stream
1449 * @stream: SoundWire stream
1453 * NOTE: This function is called from SoundWire stream ops and is
1472 * @stream: SoundWire stream
1475 * NOTE: This function is called from SoundWire stream ops and is
1571 * sdw_prepare_stream() - Prepare SoundWire stream
1573 * @stream: Soundwire stream
1575 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1583 pr_err("SoundWire: Handle not found for stream\n"); in sdw_prepare_stream()
1662 * sdw_enable_stream() - Enable SoundWire stream
1664 * @stream: Soundwire stream
1666 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1673 pr_err("SoundWire: Handle not found for stream\n"); in sdw_enable_stream()
1745 * sdw_disable_stream() - Disable SoundWire stream
1747 * @stream: Soundwire stream
1749 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1756 pr_err("SoundWire: Handle not found for stream\n"); in sdw_disable_stream()
1820 * sdw_deprepare_stream() - Deprepare SoundWire stream
1822 * @stream: Soundwire stream
1824 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1831 pr_err("SoundWire: Handle not found for stream\n"); in sdw_deprepare_stream()
1874 * sdw_startup_stream() - Startup SoundWire stream
1876 * @sdw_substream: Soundwire stream
1878 * Documentation/driver-api/soundwire/stream.rst explains this API in detail
1918 * sdw_shutdown_stream() - Shutdown SoundWire stream
1920 * @sdw_substream: Soundwire stream
1922 * Documentation/driver-api/soundwire/stream.rst explains this API in detail