Lines Matching +full:v +full:- +full:blanking
1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (C) 2012-2013, Samsung Electronics, Co., Ltd.
25 * struct mipi_dsi_msg - read/write DSI buffer
50 * struct mipi_dsi_packet - represents a MIPI DSI packet in protocol format
68 * struct mipi_dsi_host_ops - DSI bus operations
100 * struct mipi_dsi_host - DSI host device
125 /* enable hsync-end packets in vsync-pulse and v-porch area */
127 /* disable hfront-porch area */
129 /* disable hback-porch area */
131 /* disable hsync-active area */
135 /* device supports non-continuous clock behavior (DSI spec 5.6.1) */
152 * struct mipi_dsi_device_info - template for creating a mipi_dsi_device
167 * struct mipi_dsi_device - DSI peripheral device
200 * struct mipi_dsi_multi_context - Context to call multiple MIPI DSI funcs in a row
213 * non-zero value then the function will be a noop. This allows calling
220 #define MIPI_DSI_MODULE_PREFIX "mipi-dsi:"
225 #define dev_is_mipi_dsi(dev) ((dev)->bus == &mipi_dsi_bus_type)
228 * mipi_dsi_pixel_format_to_bpp - obtain the number of bits per pixel for any
249 return -EINVAL; in mipi_dsi_pixel_format_to_bpp()
301 if (!(ctx)->accum_err) \
307 if (!(ctx)->accum_err) \
312 * enum mipi_dsi_dcs_tear_mode - Tearing Effect Output Line mode
313 * @MIPI_DSI_DCS_TEAR_MODE_VBLANK: the TE output line consists of V-Blanking
316 * V-Blanking and H-Blanking information
386 * mipi_dsi_generic_write_seq - transmit data using a generic write packet
389 * FUNCTION (yes this is non-intuitive) upon error.
391 * Because of the non-intuitive return behavior, THIS MACRO IS DEPRECATED.
407 * mipi_dsi_generic_write_seq_multi - transmit data using a generic write packet
422 * mipi_dsi_dcs_write_seq_multi - transmit a DCS command with payload
438 * struct mipi_dsi_driver - DSI driver
459 return dev_get_drvdata(&dsi->dev); in mipi_dsi_get_drvdata()
464 dev_set_drvdata(&dsi->dev, data); in mipi_dsi_set_drvdata()