Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/drm/include/drm/
H A Ddrm_mipi_dsi.h33 struct mipi_dsi_msg { struct
34 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