Searched defs:mipi_dsi_msg (Results 1 – 1 of 1) sorted by relevance
35 struct mipi_dsi_msg { struct36 u8 channel;37 u8 type;38 u16 flags;40 size_t tx_len;41 const void *tx_buf;66 const struct mipi_dsi_msg *msg); argument