Searched refs:xf86GetPciInfoForEntity (Results 1 – 8 of 8) sorted by relevance
148 pInt->dev = xf86GetPciInfoForEntity(entityIndex); in xf86ExtendedInitInt10()196 xf86GetPciInfoForEntity(pInt->entityIndex); in xf86ExtendedInitInt10()257 xf86GetPciInfoForEntity(pInt->entityIndex); in xf86ExtendedInitInt10()
689 struct pci_device *const pvp = xf86GetPciInfoForEntity(pInt->entityIndex); in int1A_handler()876 if ((pvp = xf86GetPciInfoForEntity(pInt->entityIndex))) in intE6_handler()
164 pInt->dev = xf86GetPciInfoForEntity(entityIndex); in xf86ExtendedInitInt10()280 xf86GetPciInfoForEntity(pInt->entityIndex); in xf86ExtendedInitInt10()
115 extern _X_EXPORT struct pci_device *xf86GetPciInfoForEntity(int entityIndex);
374 xf86GetPciInfoForEntity(int entityIndex) in xf86GetPciInfoForEntity() function1042 || !xf86GetPciInfoForEntity(entityIndex)) { in xf86ConfigPciEntity()
1714 hwp->dev = xf86GetPciInfoForEntity(scrp->entityList[0]); in vgaHWGetHWRec()
948 PciInfo = xf86GetPciInfoForEntity(ms->pEnt->index); in ms_get_drm_master_fd()
174244 Refactor xf86GetPciInfoForEntity to use pci_device_find_by_slot.