Home
last modified time | relevance | path

Searched refs:IOPMinformeeList (Results 1 – 9 of 9) sorted by relevance

/xnu-8792.81.2/iokit/Kernel/
H A DIOPMinformeeList.cpp33 OSDefineMetaClassAndStructors(IOPMinformeeList, OSObject) in OSDefineMetaClassAndStructors() argument
40 IOPMinformeeList::initialize( void ) in OSDefineMetaClassAndStructors()
51 IOPMinformeeList::getSharedRecursiveLock( void ) in getSharedRecursiveLock()
77 IOPMinformeeList::appendNewInformee( IOService * newObject ) in appendNewInformee()
106 IOPMinformeeList::addToList( IOPMinformee * newInformee ) in addToList()
142 IOPMinformeeList::removeFromList( IOService * theItem ) in removeFromList()
187 IOPMinformeeList::firstInList( void ) in firstInList()
198 IOPMinformeeList::nextInList( IOPMinformee * currentItem ) in nextInList()
212 IOPMinformeeList::numberOfItems( void ) in numberOfItems()
225 IOPMinformeeList::findItem( IOService * driverOrChild ) in findItem()
[all …]
H A DIOStartIOKit.cpp113 IOPMinformeeList::getSharedRecursiveLock(); in iokit_post_constructor_init()
H A DIOServicePMPrivate.h185 IOPMinformeeList * InterestedDrivers;
H A DIOServicePM.cpp440 fInterestedDrivers = new IOPMinformeeList; in PMinit()
784 IOPMinformeeList * list = fInterestedDrivers; in handlePMstop()
1463 IOPMinformeeList * list = fInterestedDrivers; in handleInterestChanged()
3720 IOPMinformeeList * list = fInterestedDrivers; in notifyInterestedDrivers()
/xnu-8792.81.2/iokit/IOKit/pwr_mgt/
H A DIOPMinformeeList.h36 class IOPMinformeeList : public OSObject
38 OSDeclareDefaultStructors(IOPMinformeeList);
H A DIOPMinformee.h37 friend class IOPMinformeeList; variable
H A DMakefile12 IOPMinformeeList.h \
/xnu-8792.81.2/iokit/IOKit/
H A DIOServicePM.h44 class IOPMinformeeList; variable
/xnu-8792.81.2/iokit/conf/
H A Dfiles49 iokit/Kernel/IOPMinformeeList.cpp optional iokitcpp