Lines Matching +full:implementation +full:- +full:defined
10 SoundWire is a 2-pin multi-drop interface with data and clock line. It
15 commands over a single two-pin interface.
23 (4) Device status monitoring, including interrupt-style alerts to the Master.
38 +---------------+ +---------------+
40 | Master |-------+-------------------------------| Slave |
42 | |-------|-------+-----------------------| |
43 +---------------+ | | +---------------+
47 +--+-------+--+
52 +-------------+
64 3rd-party vendors to enable implementation-defined functionality while
69 Programs all the MIPI-defined Slave registers. Represents a SoundWire
77 Driver controlling the Slave device. MIPI-specified registers are controlled
79 Any implementation-defined Slave register is controlled by Slave driver. In
87 implementation and SoundWire Slave devices. All the code uses the "sdw"
102 .. code-block:: c
106 if (!bus->dev)
107 return -ENODEV;
109 mutex_init(&bus->lock);
110 INIT_LIST_HEAD(&bus->slaves);
131 Master interface Port. Master interface Port register map is not defined by
134 set", "Port enable and disable". The implementation of the Master driver can
135 then perform hardware-specific configurations.
141 48-bit identifier, stored in 6 read-only dev_id registers. This dev_id
153 board-file, ACPI or DT. The MIPI Software specification defines additional
160 .. code-block:: c
198 https://members.mipi.org/wg/All-Members/document/70290
202 https://www.mipi.org/specifications/mipi-disco-soundwire