Home
last modified time | relevance | path

Searched refs:xf86GetPciInfoForEntity (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dgeneric.c148 pInt->dev = xf86GetPciInfoForEntity(entityIndex); in xf86ExtendedInitInt10()
196 xf86GetPciInfoForEntity(pInt->entityIndex); in xf86ExtendedInitInt10()
257 xf86GetPciInfoForEntity(pInt->entityIndex); in xf86ExtendedInitInt10()
H A Dxf86int10.c689 struct pci_device *const pvp = xf86GetPciInfoForEntity(pInt->entityIndex); in int1A_handler()
876 if ((pvp = xf86GetPciInfoForEntity(pInt->entityIndex))) in intE6_handler()
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/int10/
H A Dlinux.c164 pInt->dev = xf86GetPciInfoForEntity(entityIndex); in xf86ExtendedInitInt10()
280 xf86GetPciInfoForEntity(pInt->entityIndex); in xf86ExtendedInitInt10()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86.h115 extern _X_EXPORT struct pci_device *xf86GetPciInfoForEntity(int entityIndex);
H A Dxf86pciBus.c374 xf86GetPciInfoForEntity(int entityIndex) in xf86GetPciInfoForEntity() function
1042 || !xf86GetPciInfoForEntity(entityIndex)) { in xf86ConfigPciEntity()
/OK3568_Linux_fs/external/xserver/hw/xfree86/vgahw/
H A DvgaHW.c1714 hwp->dev = xf86GetPciInfoForEntity(scrp->entityList[0]); in vgaHWGetHWRec()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddriver.c948 PciInfo = xf86GetPciInfoForEntity(ms->pEnt->index); in ms_get_drm_master_fd()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog174244 Refactor xf86GetPciInfoForEntity to use pci_device_find_by_slot.