Lines Matching full:mipi
9 * @brief Public APIs for MIPI-DSI drivers
16 * @brief MIPI-DSI driver APIs
17 * @defgroup mipi_dsi_interface MIPI-DSI driver APIs
33 /** MIPI-DSI display timings. */
54 * @name MIPI-DSI Device mode flags.
85 /** MIPI-DSI device. */
103 /** MIPI-DSI read/write message. */
121 /** MIPI-DSI host driver API. */
132 * @brief Attach a new device to the MIPI-DSI bus.
134 * @param dev MIPI-DSI host device.
136 * @param mdev MIPI-DSI device description.
150 * @brief Transfer data to/from a device attached to the MIPI-DSI bus.
152 * @param dev MIPI-DSI device.
168 * @brief MIPI-DSI generic read.
170 * @param dev MIPI-DSI host device.
184 * @brief MIPI-DSI generic write.
186 * @param dev MIPI-DSI host device.
197 * @brief MIPI-DSI DCS read.
199 * @param dev MIPI-DSI host device.
211 * @brief MIPI-DSI DCS write.
213 * @param dev MIPI-DSI host device.
226 * @brief Detach a device from the MIPI-DSI bus
228 * @param dev MIPI-DSI host device.
230 * @param mdev MIPI-DSI device description.