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
21 * struct mipi_dbi - MIPI DBI interface
63 * @tx_buf9: Buffer used for Option 1 9-bit conversion
74 * struct mipi_dbi_dev - MIPI DBI device
93 * @mode: Fixed display mode
95 struct drm_display_mode mode; member
130 * @dbi: MIPI DBI interface
145 const struct drm_display_mode *mode,
149 const struct drm_display_mode *mode, unsigned int rotation);
172 * mipi_dbi_command - MIPI DCS command with optional parameter(s)
173 * @dbi: MIPI DBI structure
177 * Send MIPI DCS command to the controller. Use mipi_dbi_command_read() for