|
iPXE
|
Null PCI API. More...
#include <ipxe/pci.h>Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| PROVIDE_PCIAPI_INLINE (null, pci_can_probe) | |
| PROVIDE_PCIAPI_INLINE (null, pci_discover) | |
| PROVIDE_PCIAPI_INLINE (null, pci_read_config_byte) | |
| PROVIDE_PCIAPI_INLINE (null, pci_read_config_word) | |
| PROVIDE_PCIAPI_INLINE (null, pci_read_config_dword) | |
| PROVIDE_PCIAPI_INLINE (null, pci_write_config_byte) | |
| PROVIDE_PCIAPI_INLINE (null, pci_write_config_word) | |
| PROVIDE_PCIAPI_INLINE (null, pci_write_config_dword) | |
| PROVIDE_PCIAPI_INLINE (null, pci_ioremap) | |
Null PCI API.
Definition in file null_pci.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| PROVIDE_PCIAPI_INLINE | ( | null | , |
| pci_can_probe | ) |
References pci_can_probe().
| PROVIDE_PCIAPI_INLINE | ( | null | , |
| pci_discover | ) |
References pci_discover().
| PROVIDE_PCIAPI_INLINE | ( | null | , |
| pci_read_config_byte | ) |
References pci_read_config_byte().
| PROVIDE_PCIAPI_INLINE | ( | null | , |
| pci_read_config_word | ) |
References pci_read_config_word().
| PROVIDE_PCIAPI_INLINE | ( | null | , |
| pci_read_config_dword | ) |
References pci_read_config_dword().
| PROVIDE_PCIAPI_INLINE | ( | null | , |
| pci_write_config_byte | ) |
References pci_write_config_byte().
| PROVIDE_PCIAPI_INLINE | ( | null | , |
| pci_write_config_word | ) |
References pci_write_config_word().
| PROVIDE_PCIAPI_INLINE | ( | null | , |
| pci_write_config_dword | ) |
References pci_write_config_dword().
| PROVIDE_PCIAPI_INLINE | ( | null | , |
| pci_ioremap | ) |
References pci_ioremap().