Lines Matching refs:fArg2

1224 		request->fArg2 = (void *) numberOfStates;  in registerPowerDriver()
1246 IOPMPowerStateIndex numberOfStates = (IOPMPowerStateIndex) request->fArg2; in handleRegisterPowerDriver()
1885 IOPMPowerChangeFlags parentChangeFlags = (IOPMPowerChangeFlags)(uintptr_t) request->fArg2; in handlePowerDomainWillChangeTo()
2008 IOPMPowerChangeFlags parentChangeFlags = (IOPMPowerChangeFlags)(uintptr_t) request->fArg2; in handlePowerDomainDidChangeTo()
2458 request->fArg2 = NULL; in changePowerStateWithOverrideTo()
2473 request->fArg2 = (void *)(uintptr_t) true; in changePowerStateWithOverrideTo()
2589 request->fArg2 = NULL; in requestPowerState()
2602 request->fArg2 = (void *)(uintptr_t) true; in requestPowerState()
2620 if (request->fArg2) { in handleRequestPowerState()
3069 unsigned long stateNumber = (unsigned long) request->fArg2; in handleDeferredActivityTickle()
3120 request->fArg2 = (void *)(uintptr_t) gIOPMTickleGeneration; in _activityTickle()
3141 request->fArg2 = (void *)(uintptr_t) gIOPMTickleGeneration; in _activityTickle()
3164 uint32_t tickleGeneration = (uint32_t)(uintptr_t) request->fArg2; in handleActivityTickle()
3453 request->fArg2 = (void *)(uintptr_t) gIOPMTickleGeneration; in idleTimerExpired()
3474 request->fArg2 = (void *)(uintptr_t) gIOPMTickleGeneration; in idleTimerExpired()
4435 childRequest->fArg2 = (void *)(uintptr_t) requestArg2; in notifyChild()
7198 request->fArg2 = (void *) NULL; in allowPowerChange()
7249 request->fArg2 = (void *) OSString::withCString(name); in cancelPowerChange()
7828 OBFUSCATE(request->fArg1), OBFUSCATE(request->fArg2)); in submitPMRequest()
7850 OBFUSCATE(req->fArg1), OBFUSCATE(req->fArg2)); in submitPMRequests()
8457 OSString * name = (OSString *) request->fArg2; in actionPMReplyQueue()
8476 OSObject * obj = (OSObject *) request->fArg2; in actionPMReplyQueue()