Searched defs:pci_dev (Results 1 – 1 of 1) sorted by relevance
137 struct pci_dev { struct138 struct pci_dev *next; /* Next device in the chain */ argument139 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 */ argument187 u8 pci_read_byte(struct pci_dev *, int pos) PCI_ABI; argument