Searched refs:IOPMinformee (Results 1 – 9 of 9) sorted by relevance
32 class IOPMinformee; variable39 friend class IOPMinformee; variable43 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 );
34 class IOPMinformee : public OSObject36 OSDeclareDefaultStructors(IOPMinformee);40 static IOPMinformee * withObject( IOService * theObject );49 IOPMinformee * nextInList; // linkage pointer
15 IOPMinformee.h \
76 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 …]
32 OSDefineMetaClassAndStructors(IOPMinformee, OSObject) in OSDefineMetaClassAndStructors() argument39 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()
763 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 …]
43 class IOPMinformee; variable
2119 …bool assertPMDriverCall( IOPMDriverCallEntry * callEntry, IOOptionBits method, const IOPMinformee …
48 iokit/Kernel/IOPMinformee.cpp optional iokitcpp