Lines Matching refs:IOPMRequestQueue
97 static IOPMRequestQueue * gIOPMRequestQueue = NULL;
98 static IOPMRequestQueue * gIOPMReplyQueue = NULL;
359 gIOPMRequestQueue = IOPMRequestQueue::create( in PMinit()
360 this, OSMemberFunctionCast(IOPMRequestQueue::Action, in PMinit()
363 gIOPMReplyQueue = IOPMRequestQueue::create( in PMinit()
364 this, OSMemberFunctionCast(IOPMRequestQueue::Action, in PMinit()
7865 IOPMRequestQueue * queue ) in actionPMRequestQueue()
8428 IOService::actionPMReplyQueue( IOPMRequest * request, IOPMRequestQueue * queue ) in actionPMReplyQueue()
8898 OSDefineMetaClassAndStructors( IOPMRequestQueue, IOEventSource );
8903 IOPMRequestQueue *
8904 IOPMRequestQueue::create( IOService * inOwner, Action inAction ) in create()
8906 IOPMRequestQueue * me = OSTypeAlloc(IOPMRequestQueue); in create()
8915 IOPMRequestQueue::init( IOService * inOwner, Action inAction ) in init()
8929 IOPMRequestQueue::free( void ) in free()
8939 IOPMRequestQueue::queuePMRequest( IOPMRequest * request ) in queuePMRequest()
8954 IOPMRequestQueue::queuePMRequestChain( IOPMRequest ** requests, IOItemCount count ) in queuePMRequestChain()
8974 IOPMRequestQueue::checkForWork( void ) in checkForWork()