Home
last modified time | relevance | path

Searched defs:mipi_dsi_msg (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/include/drm/
Ddrm_mipi_dsi.h34 struct mipi_dsi_msg { struct
35 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