Home
last modified time | relevance | path

Searched refs:getParentEntry (Results 1 – 7 of 7) sorted by relevance

/xnu-8020.140.41/iokit/IOKit/
H A DIORegistryEntry.h680 virtual IORegistryEntry * getParentEntry( const IORegistryPlane * plane ) const;
/xnu-8020.140.41/iokit/Kernel/
H A DIOPolledInterface.cpp149 }while ((next = child->getParentEntry(gIOServicePlane)) in OSDefineMetaClassAndStructors()
273 next = next->getParentEntry(gIOServicePlane); in IOPolledFilePollersClose()
H A DIODeviceTreeSupport.cpp543 parent = regEntry->getParentEntry( gIODTPlane); in IODTFindInterruptParent()
782 if (nw && (parent = regEntry->getParentEntry( gIODTPlane))) { in IODTMapInterruptsSharing()
H A DIORegistryEntry.cpp1277 parent = entry->getParentEntry( plane ); in getPath()
1797 IORegistryEntry::getParentEntry( const IORegistryPlane * plane ) const in getParentEntry() function in IORegistryEntry
H A DIOServicePM.cpp447 if (!gIOPMRootNode && (getParentEntry(gIOPowerPlane) == getRegistryRoot())) { in PMinit()
943 parent = (IOService *) connection->getParentEntry(gIOPowerPlane); in addPowerChild2()
H A DIOPMrootDomain.cpp5908 IORegistryEntry * parent = child->getParentEntry(gIOPowerPlane); in tagPowerPlaneService()
5927 parent = child->getParentEntry(gIOPowerPlane); in tagPowerPlaneService()
5982 IORegistryEntry * parent = service->getParentEntry(gIODTPlane); in tagPowerPlaneService()
H A DIOService.cpp1032 parent = parent->getParentEntry( gIOServicePlane); in registerService()
1315 parent = (IOService *) getParentEntry( gIOServicePlane); in getProvider()