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
94 * struct mipi_dsi_host - DSI host device
119 /* enable hsync-end packets in vsync-pulse and v-porch area */
121 /* disable hfront-porch area */
123 /* disable hback-porch area */
125 /* disable hsync-active area */
131 /* device supports non-continuous clock behavior (DSI spec 5.6.1) */
146 * struct mipi_dsi_device_info - template for creating a mipi_dsi_device
161 * struct mipi_dsi_device - DSI peripheral device
169 * @hs_rate: maximum lane frequency for high speed mode in hertz, this should
172 * @lp_rate: maximum lane frequency for low power mode in hertz, this should
189 #define MIPI_DSI_MODULE_PREFIX "mipi-dsi:"
197 * mipi_dsi_pixel_format_to_bpp - obtain the number of bits per pixel for any
218 return -EINVAL; in mipi_dsi_pixel_format_to_bpp()
242 * enum mipi_dsi_dcs_tear_mode - Tearing Effect Output Line mode
243 * @MIPI_DSI_DCS_TEAR_MODE_VBLANK: the TE output line consists of V-Blanking
246 * V-Blanking and H-Blanking information
288 * struct mipi_dsi_driver - DSI driver
309 return dev_get_drvdata(&dsi->dev); in mipi_dsi_get_drvdata()
314 dev_set_drvdata(&dsi->dev, data); in mipi_dsi_set_drvdata()