Lines Matching refs:pci_device
28 static struct pci_device *findPci(xf86Int10InfoPtr pInt, unsigned short bx);
29 static CARD32 pciSlotBX(const struct pci_device *pvp);
604 static struct pci_device *
605 do_find(const struct pci_id_match *m, char n, const struct pci_device *exclude) in do_find()
607 struct pci_device *dev; in do_find()
624 static struct pci_device *
626 char n, const struct pci_device *exclude) in find_pci_device_vendor()
640 static struct pci_device *
642 char n, const struct pci_device *exclude) in find_pci_class()
663 int1A_last_bus_number(struct pci_device *dev) in int1A_last_bus_number()
665 struct pci_device *d; in int1A_last_bus_number()
689 struct pci_device *const pvp = xf86GetPciInfoForEntity(pInt->entityIndex); in int1A_handler()
690 struct pci_device *dev; in int1A_handler()
852 static struct pci_device *
863 pciSlotBX(const struct pci_device *pvp) in pciSlotBX()
874 struct pci_device *pvp; in intE6_handler()