Lines Matching +full:hardware +full:- +full:wise
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
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
105 * @rotation: initial rotation in degrees Counter Clock Wise
200 * mipi_dbi_command - MIPI DCS command with optional parameter(s)
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
235 * hardware is @enable, for which the driver has to provide an implementation.
236 * MIPI-based drivers are encouraged to use this macro for initialization.