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