Searched refs:IOPMCompletionQueue (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOServicePM.h48 class IOPMCompletionQueue;
H A DIOService.h1833 bool servicePMFreeQueue( IOPMRequest * request, IOPMCompletionQueue * queue );
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePMPrivate.h675 // IOPMCompletionQueue
678 class IOPMCompletionQueue : public IOEventSource class in inherits:IOEventSource
680 OSDeclareDefaultStructors( IOPMCompletionQueue )
683 typedef bool (*Action)( IOService *, IOPMRequest *, IOPMCompletionQueue * );
692 static IOPMCompletionQueue * create( IOService * inOwner, Action inAction );
H A DIOServicePM.cpp93 static IOPMCompletionQueue * gIOPMFreeQueue = 0;
460 gIOPMFreeQueue = IOPMCompletionQueue::create(
461 this, OSMemberFunctionCast(IOPMCompletionQueue::Action,
6573 // Called from IOPMCompletionQueue::checkForWork().
6578 IOPMCompletionQueue * queue )
7807 // MARK: IOPMCompletionQueue
7810 // IOPMCompletionQueue Class
7813 OSDefineMetaClassAndStructors( IOPMCompletionQueue, IOEventSource );
7815 IOPMCompletionQueue *
7816 IOPMCompletionQueue
[all...]

Completed in 91 milliseconds