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
70 * @tx_buf9: Buffer used for Option 1 9-bit conversion
81 * struct mipi_dbi_dev - MIPI DBI device
100 * @mode: Fixed display mode
102 struct drm_display_mode mode; member
147 * @dbi: MIPI DBI interface
170 const struct drm_display_mode *mode,
174 const struct drm_display_mode *mode, unsigned int rotation);
176 const struct drm_display_mode *mode);
210 * mipi_dbi_command - MIPI DCS command with optional parameter(s)
211 * @dbi: MIPI DBI structure
215 * Send MIPI DCS command to the controller. Use mipi_dbi_command_read() for
224 struct device *dev = &(dbi)->spi->dev; \
239 * DRM_MIPI_DBI_SIMPLE_DISPLAY_PIPE_FUNCS - Initializes struct drm_simple_display_pipe_funcs
240 * for MIPI-DBI devices
241 * @enable_: Enable-callback implementation
244 * values for MIPI-DBI-based devices. The only callback that depends on the
246 * MIPI-based drivers are encouraged to use this macro for initialization.