Lines Matching refs:IOPMRequestQueue
98 static IOPMRequestQueue * gIOPMRequestQueue = NULL;
99 static IOPMRequestQueue * gIOPMReplyQueue = NULL;
360 gIOPMRequestQueue = IOPMRequestQueue::create( in PMinit()
361 this, OSMemberFunctionCast(IOPMRequestQueue::Action, in PMinit()
364 gIOPMReplyQueue = IOPMRequestQueue::create( in PMinit()
365 this, OSMemberFunctionCast(IOPMRequestQueue::Action, in PMinit()
7971 IOPMRequestQueue * queue ) in actionPMRequestQueue()
8543 IOService::actionPMReplyQueue( IOPMRequest * request, IOPMRequestQueue * queue ) in actionPMReplyQueue()
9013 OSDefineMetaClassAndStructors( IOPMRequestQueue, IOEventSource );
9018 IOPMRequestQueue *
9019 IOPMRequestQueue::create( IOService * inOwner, Action inAction ) in create()
9021 IOPMRequestQueue * me = OSTypeAlloc(IOPMRequestQueue); in create()
9030 IOPMRequestQueue::init( IOService * inOwner, Action inAction ) in init()
9044 IOPMRequestQueue::free( void ) in free()
9054 IOPMRequestQueue::queuePMRequest( IOPMRequest * request ) in queuePMRequest()
9069 IOPMRequestQueue::queuePMRequestChain( IOPMRequest ** requests, IOItemCount count ) in queuePMRequestChain()
9089 IOPMRequestQueue::checkForWork( void ) in checkForWork()