Home
last modified time | relevance | path

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

/xnu-8020.140.41/iokit/IOKit/pwr_mgt/
H A DIOPMinformeeList.h32 class IOPMinformee; variable
39 friend class IOPMinformee; variable
43 IOPMinformee *firstItem;
53 LIBKERN_RETURNS_NOT_RETAINED IOPMinformee *appendNewInformee( IOService * newObject );
57 IOReturn addToList(LIBKERN_CONSUMED IOPMinformee * newInformee );
60 LIBKERN_RETURNS_NOT_RETAINED IOPMinformee * firstInList( void );
61 LIBKERN_RETURNS_NOT_RETAINED IOPMinformee * nextInList( IOPMinformee * currentItem );
63 LIBKERN_RETURNS_NOT_RETAINED IOPMinformee * findItem( IOService * driverOrChild );
H A DIOPMinformee.h34 class IOPMinformee : public OSObject
36 OSDeclareDefaultStructors(IOPMinformee);
40 static IOPMinformee * withObject( IOService * theObject );
49 IOPMinformee * nextInList; // linkage pointer
H A DMakefile15 IOPMinformee.h \
/xnu-8020.140.41/iokit/Kernel/
H A DIOPMinformeeList.cpp76 IOPMinformee *
79 IOPMinformee * newInformee; in appendNewInformee()
85 newInformee = IOPMinformee::withObject(newObject); in appendNewInformee()
106 IOPMinformeeList::addToList( IOPMinformee * newInformee ) in addToList()
144 IOPMinformee * item = firstItem; in removeFromList()
145 IOPMinformee * temp; in removeFromList()
186 IOPMinformee *
197 IOPMinformee *
198 IOPMinformeeList::nextInList( IOPMinformee * currentItem ) in nextInList()
224 IOPMinformee *
[all …]
H A DIOPMinformee.cpp32 OSDefineMetaClassAndStructors(IOPMinformee, OSObject) in OSDefineMetaClassAndStructors() argument
39 IOPMinformee *IOPMinformee::withObject( IOService * theObject ) in OSDefineMetaClassAndStructors()
41 IOPMinformee *newInformee = new IOPMinformee; in OSDefineMetaClassAndStructors()
58 IOPMinformee::initialize( IOService * theObject ) in initialize()
72 IOPMinformee::free(void ) in free()
H A DIOServicePM.cpp763 IOPMinformee * item; in handlePMstop()
1385 IOPMinformee * item; in deRegisterInterestedDriver()
1440 IOPMinformee * informee; in handleInterestChanged()
1521 IOPMinformee * informee; in handleAcknowledgePowerChange()
3697 IOPMinformee * informee; in notifyInterestedDrivers()
3783 IOPMinformee * informee; in notifyInterestedDriversDone()
3798 informee = (IOPMinformee *) param->Target; in notifyInterestedDriversDone()
4233 IOPMinformee * informee; in driverInformPowerChange()
4256 informee = (IOPMinformee *) param->Target; in driverInformPowerChange()
5456 IOPMinformee * nextObject; in ackTimerTick()
[all …]
/xnu-8020.140.41/iokit/IOKit/
H A DIOServicePM.h43 class IOPMinformee; variable
H A DIOService.h2119 …bool assertPMDriverCall( IOPMDriverCallEntry * callEntry, IOOptionBits method, const IOPMinformee
/xnu-8020.140.41/iokit/conf/
H A Dfiles48 iokit/Kernel/IOPMinformee.cpp optional iokitcpp