Searched defs:mipi_dsi_msg (Results 1 – 2 of 2) sorted by relevance
39 struct mipi_dsi_msg { struct40 u8 channel;41 u8 type;42 u16 flags;44 size_t tx_len;45 const void *tx_buf;70 const struct mipi_dsi_msg *msg); argument
143 struct mipi_dsi_msg { struct144 u8 channel; /* virtual channel id */145 u8 type; /* payload data type */146 u16 flags; /* flags controlling this message transmission */147 size_t tx_len;148 const void *tx_buf;149 size_t rx_len;150 void *rx_buf;
Completed in 4 milliseconds