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

#include <acpi_pld.h>

Collaboration diagram for acpi_pld:
Collaboration graph

Data Fields

bool ignore_color
 
uint8_t color_red
 
uint8_t color_blue
 
uint8_t color_green
 
bool visible
 
bool lid
 
bool dock
 
bool bay
 
bool ejectable
 
bool ejectable_ospm
 
uint16_t width
 
uint16_t height
 
uint16_t vertical_offset
 
uint16_t horizontal_offset
 
enum acpi_pld_panel panel
 
enum acpi_pld_horizontal_position horizontal_position
 
enum acpi_pld_vertical_position vertical_position
 
enum acpi_pld_shape shape
 
enum acpi_pld_rotate rotation
 
enum acpi_pld_orientation orientation
 
struct acpi_pld_group group
 
uint8_t draw_order
 
uint8_t cabinet_number
 
uint8_t card_cage_number
 
bool reference_shape
 

Detailed Description

Definition at line 103 of file acpi_pld.h.

Field Documentation

◆ bay

bool acpi_pld::bay

Definition at line 114 of file acpi_pld.h.

Referenced by acpi_pld_to_buffer().

◆ cabinet_number

uint8_t acpi_pld::cabinet_number

Definition at line 131 of file acpi_pld.h.

Referenced by acpi_pld_to_buffer().

◆ card_cage_number

uint8_t acpi_pld::card_cage_number

Definition at line 132 of file acpi_pld.h.

Referenced by acpi_pld_to_buffer().

◆ color_blue

uint8_t acpi_pld::color_blue

Definition at line 107 of file acpi_pld.h.

Referenced by acpi_pld_to_buffer().

◆ color_green

uint8_t acpi_pld::color_green

Definition at line 108 of file acpi_pld.h.

Referenced by acpi_pld_to_buffer().

◆ color_red

uint8_t acpi_pld::color_red

Definition at line 106 of file acpi_pld.h.

Referenced by acpi_pld_to_buffer().

◆ dock

bool acpi_pld::dock

Definition at line 113 of file acpi_pld.h.

Referenced by acpi_pld_to_buffer().

◆ draw_order

uint8_t acpi_pld::draw_order

Definition at line 130 of file acpi_pld.h.

Referenced by acpi_pld_to_buffer().

◆ ejectable

bool acpi_pld::ejectable

Definition at line 115 of file acpi_pld.h.

Referenced by acpi_pld_to_buffer().

◆ ejectable_ospm

bool acpi_pld::ejectable_ospm

Definition at line 116 of file acpi_pld.h.

Referenced by acpi_pld_to_buffer().

◆ group

struct acpi_pld_group acpi_pld::group

Definition at line 120 of file acpi_pld.h.

Referenced by acpi_pld_fill_usb(), and acpi_pld_to_buffer().

◆ height

uint16_t acpi_pld::height

Definition at line 118 of file acpi_pld.h.

Referenced by acpi_pld_to_buffer().

◆ horizontal_offset

uint16_t acpi_pld::horizontal_offset

Definition at line 120 of file acpi_pld.h.

Referenced by acpi_pld_to_buffer().

◆ horizontal_position

enum acpi_pld_horizontal_position acpi_pld::horizontal_position

Definition at line 120 of file acpi_pld.h.

Referenced by acpi_pld_fill_usb(), and acpi_pld_to_buffer().

◆ ignore_color

bool acpi_pld::ignore_color

Definition at line 105 of file acpi_pld.h.

Referenced by acpi_pld_fill_usb(), and acpi_pld_to_buffer().

◆ lid

bool acpi_pld::lid

Definition at line 112 of file acpi_pld.h.

Referenced by acpi_pld_to_buffer().

◆ orientation

enum acpi_pld_orientation acpi_pld::orientation

Definition at line 120 of file acpi_pld.h.

Referenced by acpi_pld_to_buffer().

◆ panel

enum acpi_pld_panel acpi_pld::panel

Definition at line 120 of file acpi_pld.h.

Referenced by acpi_pld_fill_usb(), and acpi_pld_to_buffer().

◆ reference_shape

bool acpi_pld::reference_shape

Definition at line 135 of file acpi_pld.h.

Referenced by acpi_pld_to_buffer().

◆ rotation

enum acpi_pld_rotate acpi_pld::rotation

Definition at line 120 of file acpi_pld.h.

Referenced by acpi_pld_fill_usb(), and acpi_pld_to_buffer().

◆ shape

enum acpi_pld_shape acpi_pld::shape

Definition at line 120 of file acpi_pld.h.

Referenced by acpi_pld_fill_usb(), and acpi_pld_to_buffer().

◆ vertical_offset

uint16_t acpi_pld::vertical_offset

Definition at line 119 of file acpi_pld.h.

Referenced by acpi_pld_to_buffer().

◆ vertical_position

enum acpi_pld_vertical_position acpi_pld::vertical_position

Definition at line 120 of file acpi_pld.h.

Referenced by acpi_pld_fill_usb(), and acpi_pld_to_buffer().

◆ visible

bool acpi_pld::visible

Definition at line 111 of file acpi_pld.h.

Referenced by acpi_pld_fill_usb(), and acpi_pld_to_buffer().

◆ width

uint16_t acpi_pld::width

Definition at line 117 of file acpi_pld.h.

Referenced by acpi_pld_to_buffer().


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