Lines Matching refs:getType
137 type = gIOPMRequest->getType(); in getPMRequestType()
2773 if (request->getType() == kIOPMRequestTypePowerOverrideOnPriv) { in handlePowerOverrideChanged()
7825 (long)request->getType(), OBFUSCATE(request), in submitPMRequest()
7847 (long)req->getType(), OBFUSCATE(req), in submitPMRequests()
7880 request->getType(), OBFUSCATE(request), in actionPMRequestQueue()
7930 request->getType(), OBFUSCATE(request), in actionPMWorkQueueRetire()
7935 if (request->getType() == kIOPMRequestTypeActivityTickle) { in actionPMWorkQueueRetire()
8008 request->getType(), OBFUSCATE(request), in isPMBlocked()
8036 request->getType(), OBFUSCATE(request), in actionPMWorkQueueInvoke()
8341 switch (request->getType()) { in executePMRequest()
8416 panic("executePMRequest: unknown request type %x", request->getType()); in executePMRequest()
8436 request->getType(), OBFUSCATE(request), in actionPMReplyQueue()
8439 switch (request->getType()) { in actionPMReplyQueue()
8445 if (kIOPMRequestTypeCancelPowerChange == request->getType()) { in actionPMReplyQueue()
8475 if (request->getType() == kIOPMRequestTypeCancelPowerChange) { in actionPMReplyQueue()
8508 panic("PMReplyQueue: unknown reply type %x", request->getType()); in actionPMReplyQueue()
9113 PM_LOG("PM request 0x%x dropped\n", request->getType()); in checkRequestQueue()