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
22 * struct mipi_dbi - MIPI DBI interface
64 * @tx_buf9: Buffer used for Option 1 9-bit conversion
75 * struct mipi_dbi_dev - MIPI DBI device
94 * @mode: Fixed display mode
96 struct drm_display_mode mode; member
136 * @dbi: MIPI DBI interface
159 const struct drm_display_mode *mode,
163 const struct drm_display_mode *mode, unsigned int rotation);
165 const struct drm_display_mode *mode);
198 * mipi_dbi_command - MIPI DCS command with optional parameter(s)
199 * @dbi: MIPI DBI structure
203 * Send MIPI DCS command to the controller. Use mipi_dbi_command_read() for
212 struct device *dev = &(dbi)->spi->dev; \
227 * DRM_MIPI_DBI_SIMPLE_DISPLAY_PIPE_FUNCS - Initializes struct drm_simple_display_pipe_funcs
228 * for MIPI-DBI devices
229 * @enable_: Enable-callback implementation
232 * values for MIPI-DBI-based devices. The only callback that depends on the
234 * MIPI-based drivers are encouraged to use this macro for initialization.