Home
last modified time | relevance | path

Searched defs:pci_dev (Results 1 – 1 of 1) sorted by relevance

/pciutils/lib/
H A Dpci.h137 struct pci_dev { struct
138 struct pci_dev *next; /* Next device in the chain */ argument
139 u16 domain_16; /* 16-bit version of the PCI domain for backward compatibility */
141 u8 bus, dev, func; /* Bus inside domain, device and function */
165 struct pci_dev *parent; /* Parent device, does not have to be always accessible */ argument
187 u8 pci_read_byte(struct pci_dev *, int pos) PCI_ABI; argument