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

#include <display.h>

Collaboration diagram for edp_bridge:
Collaboration graph

Data Fields

void(* power_on )(void)
 
int(* get_edid )(u8 i2c_bus, struct edid *edid)
 
int(* post_power_on )(u8 i2c_bus, struct edid *edid)
 

Detailed Description

Definition at line 8 of file display.h.

Field Documentation

◆ get_edid

int(* edp_bridge::get_edid) (u8 i2c_bus, struct edid *edid)

Definition at line 10 of file display.h.

◆ post_power_on

int(* edp_bridge::post_power_on) (u8 i2c_bus, struct edid *edid)

Definition at line 11 of file display.h.

◆ power_on

void(* edp_bridge::power_on) (void)

Definition at line 9 of file display.h.


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