Lines Matching full:mipi

9  * @brief Public APIs for MIPI-DBI drivers
11 * MIPI-DBI defines the following 3 interfaces:
25 * @brief MIPI-DBI driver APIs
26 * @defgroup mipi_dbi_interface MIPI-DBI driver APIs
44 * @brief initialize a MIPI DBI SPI configuration struct from devicetree
46 * This helper allows drivers to initialize a MIPI DBI SPI configuration
48 * @param node_id Devicetree node identifier for the MIPI DBI device whose
73 * @brief Initialize a MIPI DBI SPI configuration from devicetree instance
75 * This helper initializes a MIPI DBI SPI configuration from a devicetree
86 * @brief Initialize a MIPI DBI configuration from devicetree
88 * This helper allows drivers to initialize a MIPI DBI configuration
89 * structure from devicetree. It sets the MIPI DBI mode, as well
91 * @param node_id Devicetree node identifier for the MIPI DBI device to
104 * @brief Initialize a MIPI DBI configuration from device instance
107 * @param inst Instance of the device to initialize a MIPI DBI configuration for
116 * @brief Get the MIPI DBI TE mode from devicetree
118 * Gets the MIPI DBI TE mode from a devicetree property.
119 * @param node_id Devicetree node identifier for the MIPI DBI device with the
128 * @brief Get the MIPI DBI TE mode for device instance
130 * Gets the MIPI DBI TE mode from a devicetree property. Equivalent to
140 * @brief MIPI DBI controller configuration
142 * Configuration for MIPI DBI controller write
145 /** MIPI DBI mode */
152 /** MIPI-DBI host driver API */
182 * @param dev mipi dbi controller
183 * @param config MIPI DBI configuration
212 * @param dev mipi dbi controller
213 * @param config MIPI DBI configuration
244 * @param dev mipi dbi controller
245 * @param config MIPI DBI configuration
276 * @param dev mipi dbi controller
295 * @brief Releases a locked MIPI DBI device.
297 * Releases a lock on a MIPI DBI device and/or the device's CS line if and
302 * needs to keep CS asserted for multiple transactions, or the MIPI DBI device
304 * @param dev mipi dbi controller
305 * @param config MIPI DBI configuration
324 * @brief Configures MIPI DBI tearing effect signal
330 * MCU. This function configures the MIPI DBI controller to delay transmitting
339 * using vendor specific commands before the MIPI DBI controller can react
342 * @param dev mipi dbi controller