Lines Matching +full:mipi +full:- +full:mode
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * MIPI Display Bus Interface (DBI) LCD controller support
23 * struct mipi_dbi - MIPI DBI interface
65 * @tx_buf9: Buffer used for Option 1 9-bit conversion
76 * struct mipi_dbi_dev - MIPI DBI device
95 * @mode: Fixed display mode
97 struct drm_display_mode mode; member
137 * @dbi: MIPI DBI interface
160 const struct drm_display_mode *mode,
164 const struct drm_display_mode *mode, unsigned int rotation);
166 const struct drm_display_mode *mode);
200 * mipi_dbi_command - MIPI DCS command with optional parameter(s)
201 * @dbi: MIPI DBI structure
205 * Send MIPI DCS command to the controller. Use mipi_dbi_command_read() for
214 struct device *dev = &(dbi)->spi->dev; \
229 * DRM_MIPI_DBI_SIMPLE_DISPLAY_PIPE_FUNCS - Initializes struct drm_simple_display_pipe_funcs
230 * for MIPI-DBI devices
231 * @enable_: Enable-callback implementation
234 * values for MIPI-DBI-based devices. The only callback that depends on the
236 * MIPI-based drivers are encouraged to use this macro for initialization.