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

#include <chip.h>

Collaboration diagram for drivers_gfx_generic_privacy_screen_config:
Collaboration graph

Data Fields

int enabled
 
const char * detect_function
 
const char * status_function
 
const char * enable_function
 
const char * disable_function
 
struct acpi_gpio gpio
 

Detailed Description

Definition at line 9 of file chip.h.

Field Documentation

◆ detect_function

const char* drivers_gfx_generic_privacy_screen_config::detect_function

Definition at line 13 of file chip.h.

Referenced by gfx_fill_privacy_screen_dsm().

◆ disable_function

const char* drivers_gfx_generic_privacy_screen_config::disable_function

Definition at line 19 of file chip.h.

Referenced by gfx_fill_privacy_screen_dsm().

◆ enable_function

const char* drivers_gfx_generic_privacy_screen_config::enable_function

Definition at line 17 of file chip.h.

Referenced by gfx_fill_privacy_screen_dsm().

◆ enabled

int drivers_gfx_generic_privacy_screen_config::enabled

Definition at line 11 of file chip.h.

Referenced by gfx_fill_privacy_screen_dsm().

◆ gpio

struct acpi_gpio drivers_gfx_generic_privacy_screen_config::gpio

Definition at line 19 of file chip.h.

Referenced by gfx_fill_privacy_screen_dsm().

◆ status_function

const char* drivers_gfx_generic_privacy_screen_config::status_function

Definition at line 15 of file chip.h.

Referenced by gfx_fill_privacy_screen_dsm().


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