Lines Matching +full:dsi +full:- +full:based

1 /* SPDX-License-Identifier: GPL-2.0+ */
62 /* MIPI DSI Processor-to-Peripheral transaction types */
111 * struct mipi_dsim_config - interface for configuring mipi-dsi controller.
121 * In VSYNC pulse and Vporch area, MIPI DSI master transfers only HSYNC
122 * start packet to MIPI DSI slave at MIPI DSI spec1.1r02.
126 * if this variable is set, DSI master ignores HFP area in VIDEO mode.
129 * if this variable is set, DSI master ignores HBP area in VIDEO mode.
132 * if this variable is set, DSI master ignores HSA area in VIDEO mode.
139 * in Non-burst mode, RGB data area is filled with RGB data and NULL
154 * BTA requests to D-PHY automatically. this counter value specifies
162 * - RxValid specifies Rx data valid indicator.
163 * - RxLpdt specifies an indicator that D-PHY is under RxLpdt mode.
164 * - RxValid and RxLpdt specifies signal from D-PHY.
186 * -------------------------------------------
207 * -------------------------------------------
227 * struct mipi_dsim_device - global interface for mipi-dsi driver.
229 * @dsim_config: infomation for configuring mipi-dsi controller.
230 * @master_ops: callbacks to mipi-dsi operations.
232 * (it would be registered by mipi-dsi driver.)
234 * (it would be registered by mipi-dsi driver.)
235 * @state: specifies status of MIPI-DSI controller.
241 * @pd: pointer to MIPI-DSI driver platform data.
257 * struct exynos_platform_mipi_dsim - interface to platform data
258 * for mipi-dsi driver.
260 * @lcd_panel_name: specifies lcd panel name registered to mipi-dsi driver.
262 * @dsim_config: pointer of structure for configuring mipi-dsi controller.
267 * @phy_enable: pointer to a callback controlling D-PHY enable/reset
281 * struct mipi_dsim_master_ops - callbacks to mipi-dsi operations.
286 * transferred to mipi-dsi.
290 * - this one would be used only in case of CPU mode.
305 * device structure for mipi-dsi based lcd panel.
312 * @master: pointer to mipi-dsi master device object.
326 * driver structure for mipi-dsi based lcd panel.
329 * mipi-dsi driver seeks lcd panel registered through name field
336 * @mipi_panel_init: callback pointer for initializing lcd panel based on mipi
337 * dsi interface.
360 * to mipi-dsi driver.
366 * register mipi_dsim_lcd_device to mipi-dsi master.
375 /* panel driver init based on mipi dsi interface */