Searched defs:mipi_dsi_msg (Results 1 – 1 of 1) sorted by relevance
34 struct mipi_dsi_msg { struct35 u8 channel;36 u8 type;37 u16 flags;39 size_t tx_len;40 const void *tx_buf;65 const struct mipi_dsi_msg *msg); argument