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