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

#include <panel.h>

Collaboration diagram for panel_description:
Collaboration graph

Data Fields

const char * name
 
struct panel_serializable_datas
 
void(* power_on )(void)
 
void(* post_power_on )(void)
 
enum lb_fb_orientation orientation
 

Detailed Description

Definition at line 9 of file panel.h.

Field Documentation

◆ name

const char* panel_description::name

Definition at line 10 of file panel.h.

Referenced by get_panel_from_cbfs().

◆ orientation

enum lb_fb_orientation panel_description::orientation

Definition at line 13 of file panel.h.

Referenced by configure_display().

◆ post_power_on

void(* panel_description::post_power_on) (void)

Definition at line 13 of file panel.h.

Referenced by configure_display().

◆ power_on

void(* panel_description::power_on) (void)

Definition at line 12 of file panel.h.

Referenced by power_on_panel().

◆ s

struct panel_serializable_data* panel_description::s

Definition at line 11 of file panel.h.

Referenced by configure_display(), get_active_panel(), and get_panel_from_cbfs().


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