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

#include <panel.h>

Collaboration diagram for panel_init_command:
Collaboration graph

Data Fields

u8 cmd
 
u8 len
 
u8 data []
 
int len
 
char * data
 

Detailed Description

Definition at line 18 of file panel.h.

Field Documentation

◆ cmd

u8 panel_init_command::cmd

Definition at line 19 of file panel.h.

Referenced by mipi_panel_parse_init_commands(), and rk_mipi_prepare().

◆ data [1/2]

u8 panel_init_command::data[]

Definition at line 21 of file panel.h.

◆ data [2/2]

char* panel_init_command::data

Definition at line 310 of file mipi.h.

◆ len [1/2]

u8 panel_init_command::len

Definition at line 20 of file panel.h.

Referenced by mipi_panel_parse_init_commands(), and rk_mipi_prepare().

◆ len [2/2]

int panel_init_command::len

Definition at line 309 of file mipi.h.


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