Searched refs:IOPMinformeeList (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPMinformeeList.cpp29 #include <IOKit/pwr_mgt/IOPMinformeeList.h>
33 OSDefineMetaClassAndStructors(IOPMinformeeList,OSObject)
39 void IOPMinformeeList::initialize ( void )
49 IORecursiveLock *IOPMinformeeList::getSharedRecursiveLock( void )
60 * The IOPMinformeeList class will be around for the lifetime of the system,
75 IOPMinformee *IOPMinformeeList::appendNewInformee ( IOService * newObject )
99 IOReturn IOPMinformeeList::addToList ( IOPMinformee * newInformee )
138 IOReturn IOPMinformeeList::removeFromList ( IOService * theItem )
183 IOPMinformee * IOPMinformeeList::firstInList ( void )
193 IOPMinformee * IOPMinformeeList
[all...]
H A DIOStartIOKit.cpp42 #include <IOKit/pwr_mgt/IOPMinformeeList.h>
103 // Initializes IOPMinformeeList class-wide shared lock
104 IOPMinformeeList::getSharedRecursiveLock();
H A DIOServicePMPrivate.h190 IOPMinformeeList * InterestedDrivers;
H A DIOServicePM.cpp45 #include <IOKit/pwr_mgt/IOPMinformeeList.h>
524 fInterestedDrivers = new IOPMinformeeList;
844 IOPMinformeeList * list = fInterestedDrivers;
1395 IOPMinformeeList * list;
1445 IOPMinformeeList * list = fInterestedDrivers;
3353 IOPMinformeeList * list = fInterestedDrivers;
/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DIOPMinformeeList.h35 class IOPMinformeeList : public OSObject class in inherits:OSObject
37 OSDeclareDefaultStructors(IOPMinformeeList)
H A DIOPMinformee.h37 friend class IOPMinformeeList;
H A DMakefile16 IOPMinformeeList.h \
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOServicePM.h44 class IOPMinformeeList;

Completed in 35 milliseconds