Lines Matching refs:IOPMRequestQueue
94 static IOPMRequestQueue * gIOPMRequestQueue = NULL;
95 static IOPMRequestQueue * gIOPMReplyQueue = NULL;
349 gIOPMRequestQueue = IOPMRequestQueue::create( in PMinit()
350 this, OSMemberFunctionCast(IOPMRequestQueue::Action, in PMinit()
353 gIOPMReplyQueue = IOPMRequestQueue::create( in PMinit()
354 this, OSMemberFunctionCast(IOPMRequestQueue::Action, in PMinit()
7589 IOPMRequestQueue * queue ) in actionPMRequestQueue()
8130 IOService::actionPMReplyQueue( IOPMRequest * request, IOPMRequestQueue * queue ) in actionPMReplyQueue()
8612 OSDefineMetaClassAndStructors( IOPMRequestQueue, IOEventSource );
8617 IOPMRequestQueue *
8618 IOPMRequestQueue::create( IOService * inOwner, Action inAction ) in create()
8620 IOPMRequestQueue * me = OSTypeAlloc(IOPMRequestQueue); in create()
8629 IOPMRequestQueue::init( IOService * inOwner, Action inAction ) in init()
8643 IOPMRequestQueue::free( void ) in free()
8653 IOPMRequestQueue::queuePMRequest( IOPMRequest * request ) in queuePMRequest()
8668 IOPMRequestQueue::queuePMRequestChain( IOPMRequest ** requests, IOItemCount count ) in queuePMRequestChain()
8688 IOPMRequestQueue::checkForWork( void ) in checkForWork()