Lines Matching +full:four +full:- +full:lane
1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (C) 2012-2013, Samsung Electronics, Co., Ltd.
24 * struct mipi_dsi_msg - read/write DSI buffer
49 * struct mipi_dsi_packet - represents a MIPI DSI packet in protocol format
51 * @header: the four bytes that make up the header (Data ID, Word Count or
67 * struct mipi_dsi_host_ops - DSI bus operations
99 * struct mipi_dsi_host - DSI host device
124 /* enable hsync-end packets in vsync-pulse and v-porch area */
126 /* disable hfront-porch area */
128 /* disable hback-porch area */
130 /* disable hsync-active area */
136 /* device supports non-continuous clock behavior (DSI spec 5.6.1) */
151 * struct mipi_dsi_device_info - template for creating a mipi_dsi_device
166 * struct mipi_dsi_device - DSI peripheral device
174 * @hs_rate: maximum lane frequency for high speed mode in hertz, this should
177 * @lp_rate: maximum lane frequency for low power mode in hertz, this should
194 #define MIPI_DSI_MODULE_PREFIX "mipi-dsi:"
202 * mipi_dsi_pixel_format_to_bpp - obtain the number of bits per pixel for any
223 return -EINVAL; in mipi_dsi_pixel_format_to_bpp()
247 * enum mipi_dsi_dcs_tear_mode - Tearing Effect Output Line mode
248 * @MIPI_DSI_DCS_TEAR_MODE_VBLANK: the TE output line consists of V-Blanking
251 * V-Blanking and H-Blanking information
293 * struct mipi_dsi_driver - DSI driver
314 return dev_get_drvdata(&dsi->dev); in mipi_dsi_get_drvdata()
319 dev_set_drvdata(&dsi->dev, data); in mipi_dsi_set_drvdata()