coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
pci_resource Struct Reference
Collaboration diagram for pci_resource:
Collaboration graph

Data Fields

struct devicedev
 
struct resourceres
 
struct pci_resourcenext
 

Detailed Description

Definition at line 12 of file chip_common.c.

Field Documentation

◆ dev

struct device* pci_resource::dev

Definition at line 13 of file chip_common.c.

Referenced by add_res_to_stack().

◆ next

struct pci_resource* pci_resource::next

Definition at line 15 of file chip_common.c.

Referenced by add_res_to_stack(), reclaim_resource_mem(), and reserve_dev_resources().

◆ res

struct resource* pci_resource::res

Definition at line 14 of file chip_common.c.

Referenced by add_res_to_stack(), and reserve_dev_resources().


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