coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
mipi_dsi_msg Struct Reference

mipi_dsi_msg - read/write DSI buffer More...

#include <mipi_dsi.h>

Collaboration diagram for mipi_dsi_msg:
Collaboration graph

Data Fields

u8 channel
 virtual channel id More...
 
u8 type
 payload data type More...
 
u16 flags
 flags controlling this message transmission More...
 
size_t tx_len
 length of tx_buf More...
 
const voidtx_buf
 data to be written More...
 
size_t rx_len
 length of rx_buf More...
 
voidrx_buf
 data to be read, or NULL More...
 

Detailed Description

mipi_dsi_msg - read/write DSI buffer

Definition at line 24 of file mipi_dsi.h.

Field Documentation

◆ channel

u8 mipi_dsi_msg::channel

virtual channel id

Definition at line 25 of file mipi_dsi.h.

Referenced by mipi_dsi_dcs_write(), and tegra_dsi_host_transfer().

◆ flags

u16 mipi_dsi_msg::flags

flags controlling this message transmission

Definition at line 27 of file mipi_dsi.h.

Referenced by mipi_dsi_dcs_write(), and tegra_dsi_host_transfer().

◆ rx_buf

void* mipi_dsi_msg::rx_buf

data to be read, or NULL

Definition at line 33 of file mipi_dsi.h.

Referenced by tegra_dsi_host_transfer(), and tegra_dsi_read_response().

◆ rx_len

size_t mipi_dsi_msg::rx_len

length of rx_buf

Definition at line 32 of file mipi_dsi.h.

Referenced by tegra_dsi_host_transfer(), and tegra_dsi_read_response().

◆ tx_buf

const void* mipi_dsi_msg::tx_buf

data to be written

Definition at line 30 of file mipi_dsi.h.

Referenced by mipi_dsi_dcs_write(), and tegra_dsi_host_transfer().

◆ tx_len

size_t mipi_dsi_msg::tx_len

length of tx_buf

Definition at line 29 of file mipi_dsi.h.

Referenced by mipi_dsi_dcs_write(), and tegra_dsi_host_transfer().

◆ type

u8 mipi_dsi_msg::type

payload data type

Definition at line 26 of file mipi_dsi.h.

Referenced by mipi_dsi_dcs_write(), and tegra_dsi_host_transfer().


The documentation for this struct was generated from the following file: