Searched refs:pciDevice (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/IOPCIFamily-239.1.2/
H A DIOPCIConfigurator.cpp193 IOPCIDevice * pciDevice; local
195 if ((pciDevice = OSDynamicCast(IOPCIDevice, device)))
196 entry = pciDevice->reserved->configEntry;
1253 IOPCIDevice * pciDevice; local
1284 pciDevice = OSDynamicCast(IOPCIDevice, child->dtNub);
1286 if (!pciDevice)
1364 if (pciDevice
1366 && pciDevice->getProperty(kIOPCIResourcedKey))
1381 pciDevice->relocate(true);
1589 IOPCIDevice * pciDevice; local
[all...]
H A DIOPCIBridge.cpp594 IOPCIDevice * pciDevice; local
604 pciDevice = OSDynamicCast(IOPCIDevice, provider);
611 IOPCIRegisterPowerDriver(this, !pciDevice);
616 pciDevice = OSDynamicCast(IOPCIDevice, provider);
617 if (!pciDevice)
634 if (pciDevice
635 && pciDevice->hasPCIPowerManagement(kPCIPMCPMESupportFromD3Hot))
637 pciDevice->enablePCIPowerManagement(kPCIPMCSPowerStateD3);
/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp4068 IOPCIDevice * pciDevice; local
4074 else if ((pciDevice = OSDynamicCast(IOPCIDevice, device))
4075 && pciDevice->getFunctionNumber())
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOPMrootDomain.cpp4325 // is called before pciDevice->registerService().
7139 int PMTraceWorker::recordTopLevelPCIDevice(IOService * pciDevice) argument
7157 if ((deviceName = pciDevice->copyName()) &&

Completed in 150 milliseconds