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

#include <chip.h>

Collaboration diagram for drivers_gfx_generic_device_config:
Collaboration graph

Data Fields

const char * name
 
const char * hid
 
unsigned int addr
 
struct drivers_gfx_generic_privacy_screen_config privacy
 

Detailed Description

Definition at line 29 of file chip.h.

Field Documentation

◆ addr

unsigned int drivers_gfx_generic_device_config::addr

Definition at line 35 of file chip.h.

◆ hid

const char* drivers_gfx_generic_device_config::hid

Definition at line 33 of file chip.h.

◆ name

const char* drivers_gfx_generic_device_config::name

Definition at line 31 of file chip.h.

◆ privacy

struct drivers_gfx_generic_privacy_screen_config drivers_gfx_generic_device_config::privacy

Definition at line 35 of file chip.h.


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