Skip to main content

Module pci

Module pci 

Source
Expand description

PCI syscall handlers.

Provides userspace PCI enumeration and configuration space access.

Structsยง

PciAddressAbi ๐Ÿ”’
PciDeviceInfoAbi ๐Ÿ”’
PciProbeCriteriaAbi ๐Ÿ”’

Constantsยง

PCI_MATCH_CLASS_CODE ๐Ÿ”’
PCI_MATCH_DEVICE_ID ๐Ÿ”’
PCI_MATCH_PROG_IF ๐Ÿ”’
PCI_MATCH_SUBCLASS ๐Ÿ”’
PCI_MATCH_VENDOR_ID ๐Ÿ”’
PCI match flags for probe criteria.

Functionsยง

read_pci_address ๐Ÿ”’
sys_pci_cfg_read
SYS_PCI_CFG_READ: read from PCI configuration space.
sys_pci_cfg_write
SYS_PCI_CFG_WRITE: write to PCI configuration space.
sys_pci_enum
SYS_PCI_ENUM: enumerate PCI devices matching a probe criteria.