Searched defs:mipi_dsi_msg (Results 1 – 1 of 1) sorted by relevance
33 struct mipi_dsi_msg { struct34 uint8_t type;35 uint8_t channel;36 uint16_t flags;38 const void *tx_buf;39 size_t tx_len;40 uint8_t *rx_buf;64 const struct mipi_dsi_msg *); argument