Home
last modified time | relevance | path

Searched defs:mipi_dsi_msg (Results 1 – 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/drm/
Ddrm_mipi_dsi.h43 struct mipi_dsi_msg { struct
44 u8 channel;
45 u8 type;
46 u16 flags;
47 u32 ctrl;
48 u32 wait_ms;
50 size_t tx_len;
51 const void *tx_buf;
75 int mipi_dsi_create_packet(struct mipi_dsi_packet *packet, const struct mipi_dsi_msg *msg); argument
/device/soc/hpmicro/sdk/hpm_sdk/drivers/inc/
Dhpm_mipi_dsi_drv.h118 typedef struct mipi_dsi_msg { struct
125 } mipi_dsi_msg_t; argument