iPXE
null_pci.c File Reference

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)

Detailed Description

Null PCI API.

Definition in file null_pci.c.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )

◆ PROVIDE_PCIAPI_INLINE() [1/9]

PROVIDE_PCIAPI_INLINE ( null ,
pci_can_probe  )

References pci_can_probe().

◆ PROVIDE_PCIAPI_INLINE() [2/9]

PROVIDE_PCIAPI_INLINE ( null ,
pci_discover  )

References pci_discover().

◆ PROVIDE_PCIAPI_INLINE() [3/9]

PROVIDE_PCIAPI_INLINE ( null ,
pci_read_config_byte  )

◆ PROVIDE_PCIAPI_INLINE() [4/9]

PROVIDE_PCIAPI_INLINE ( null ,
pci_read_config_word  )

◆ PROVIDE_PCIAPI_INLINE() [5/9]

PROVIDE_PCIAPI_INLINE ( null ,
pci_read_config_dword  )

◆ PROVIDE_PCIAPI_INLINE() [6/9]

PROVIDE_PCIAPI_INLINE ( null ,
pci_write_config_byte  )

◆ PROVIDE_PCIAPI_INLINE() [7/9]

PROVIDE_PCIAPI_INLINE ( null ,
pci_write_config_word  )

◆ PROVIDE_PCIAPI_INLINE() [8/9]

PROVIDE_PCIAPI_INLINE ( null ,
pci_write_config_dword  )

◆ PROVIDE_PCIAPI_INLINE() [9/9]

PROVIDE_PCIAPI_INLINE ( null ,
pci_ioremap  )

References pci_ioremap().