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

#include <acpi_device.h>

Collaboration diagram for acpi_dp:
Collaboration graph

Data Fields

enum acpi_dp_type type
 
const char * name
 
const char * uuid
 
struct acpi_dpnext
 
union {
   struct acpi_dp *   child
 
   struct acpi_dp *   array
 
}; 
 
union {
   uint64_t   integer
 
   const char *   string
 
}; 
 

Detailed Description

Definition at line 21 of file acpi_device.h.

Field Documentation

◆ 

union { ... }

◆ 

union { ... }

◆ array

◆ child

◆ integer

uint64_t acpi_dp::integer

Definition at line 31 of file acpi_device.h.

Referenced by acpi_dp_add_property_list(), and acpi_dp_write_value().

◆ name

◆ next

struct acpi_dp* acpi_dp::next

◆ string

const char* acpi_dp::string

◆ type

◆ uuid

const char* acpi_dp::uuid

Definition at line 24 of file acpi_device.h.

Referenced by acpi_dp_write_(), and acpi_dp_write_properties().


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