Searched defs:pci_dev (Results 1 – 3 of 3) sorted by relevance
54 struct pci_dev { struct55 struct list_head alldevs_list;56 struct list_head domain_list;58 struct list_head msi_list;82 struct pci_dev_info info; argument83 struct arch_pci_dev arch; argument84 struct {88 } ats;112 bool_t pci_device_detect(u16 seg, u8 bus, u8 dev, u8 func); argument116 struct pci_dev *pci_lock_pdev(int seg, int bus, int devfn); argument
1123 struct domain *d, int (*handler)(u8 devfn, struct pci_dev *)) in setup_hwdom_pci_devices()
8377 struct pci_dev { struct8381 struct pci_dev *next; argument
Completed in 28 milliseconds