Searched defs:mipi_dsi_msg (Results 1 – 2 of 2) sorted by relevance
43 struct mipi_dsi_msg { struct44 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
118 typedef struct mipi_dsi_msg { struct125 } mipi_dsi_msg_t; argument