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