Searched defs:mipi_dsi_msg (Results 1 – 7 of 7) sorted by relevance
24 struct mipi_dsi_msg { struct45 * DSI packets transmitted by .transfer() are passed in as mipi_dsi_msg argument
95461 struct mipi_dsi_msg { struct95485 ssize_t (*transfer)(struct mipi_dsi_host *, const struct mipi_dsi_msg *); argument
79118 struct mipi_dsi_msg { struct79119 u8 channel;79120 u8 type;79121 u16 flags;79122 size_t tx_len;79123 const void *tx_buf;79124 size_t rx_len;79125 void *rx_buf;
128166 struct mipi_dsi_msg { struct128190 ssize_t (*transfer)(struct mipi_dsi_host *, const struct mipi_dsi_msg *); argument
88839 struct mipi_dsi_msg { struct88840 u8 channel;88841 u8 type;88842 u16 flags;88843 size_t tx_len;88844 const void *tx_buf;88845 size_t rx_len;88846 void *rx_buf;