Lines Matching +full:four +full:- +full:lane
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
52 * @header: the four bytes that make up the header (Data ID, Word Count or
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 */
137 /* device supports non-continuous clock behavior (DSI spec 5.6.1) */
154 * struct mipi_dsi_device_info - template for creating a mipi_dsi_device
169 * struct mipi_dsi_device - DSI peripheral device
178 * @hs_rate: maximum lane frequency for high speed mode in hertz, this should
181 * @lp_rate: maximum lane frequency for low power mode in hertz, this should
202 * struct mipi_dsi_multi_context - Context to call multiple MIPI DSI funcs in a row
215 * non-zero value then the function will be a noop. This allows calling
222 #define MIPI_DSI_MODULE_PREFIX "mipi-dsi:"
227 * mipi_dsi_pixel_format_to_bpp - obtain the number of bits per pixel for any
248 return -EINVAL; in mipi_dsi_pixel_format_to_bpp()
297 if (!(ctx)->accum_err) \
303 if (!(ctx)->accum_err) \
308 * enum mipi_dsi_dcs_tear_mode - Tearing Effect Output Line mode
309 * @MIPI_DSI_DCS_TEAR_MODE_VBLANK: the TE output line consists of V-Blanking
312 * V-Blanking and H-Blanking information
382 * mipi_dsi_generic_write_seq - transmit data using a generic write packet
385 * FUNCTION (yes this is non-intuitive) upon error.
387 * Because of the non-intuitive return behavior, THIS MACRO IS DEPRECATED.
403 * mipi_dsi_generic_write_seq_multi - transmit data using a generic write packet
418 * mipi_dsi_dcs_write_seq - transmit a DCS command with payload
421 * FUNCTION (yes this is non-intuitive) upon error.
423 * Because of the non-intuitive return behavior, THIS MACRO IS DEPRECATED.
440 * mipi_dsi_dcs_write_seq_multi - transmit a DCS command with payload
456 * struct mipi_dsi_driver - DSI driver
477 return dev_get_drvdata(&dsi->dev); in mipi_dsi_get_drvdata()
482 dev_set_drvdata(&dsi->dev, data); in mipi_dsi_set_drvdata()