Lines Matching refs:fArg0
910 requests[0]->fArg0 = connection; in addPowerChild()
911 requests[1]->fArg0 = connection; in addPowerChild()
912 requests[2]->fArg0 = connection; in addPowerChild()
973 IOPowerConnection * connection = (IOPowerConnection *) request->fArg0; in addPowerChild2()
1027 IOPowerConnection * connection = (IOPowerConnection *) request->fArg0; in addPowerChild3()
1222 request->fArg0 = (void *) powerDriver; in registerPowerDriver()
1244 IOService * powerDriver = (IOService *) request->fArg0; in handleRegisterPowerDriver()
1546 request->fArg0 = whichObject; in acknowledgePowerChange()
1566 whichObject = (IOService *) request->fArg0; in handleAcknowledgePowerChange()
1818 request_s->fArg0 = (void *)(uintptr_t) options; in synchronizePowerTree()
1843 IOPMPowerChangeFlags options = (IOPMPowerChangeFlags)(uintptr_t) request->fArg0; in handleSynchronizePowerTree()
1883 IOPMPowerFlags parentPowerFlags = (IOPMPowerFlags) request->fArg0; in handlePowerDomainWillChangeTo()
2006 IOPMPowerFlags parentPowerFlags = (IOPMPowerFlags) request->fArg0; in handlePowerDomainDidChangeTo()
2456 request->fArg0 = (void *) ordinal; in changePowerStateWithOverrideTo()
2587 request->fArg0 = (void *)(uintptr_t) state; in requestPowerState()
2617 IOPMPowerStateIndex state = (IOPMPowerStateIndex) request->fArg0; in handleRequestPowerState()
3049 request->fArg0 = (void *) type; in activityTickle()
3118 request->fArg0 = (void *) stateNumber; in _activityTickle()
3139 request->fArg0 = (void *) stateNumber; in _activityTickle()
3162 IOPMPowerStateIndex ticklePowerState = (IOPMPowerStateIndex) request->fArg0; in handleActivityTickle()
3257 request->fArg0 = (void *) period; in setIdleTimerPeriod()
3278 request->fArg0 = (void *) ignore; in setIgnoreIdleTimer()
3451 request->fArg0 = (void *)(uintptr_t) fIdleTimerGeneration; in idleTimerExpired()
3472 request->fArg0 = (void *)(uintptr_t) fIdleTimerGeneration; in idleTimerExpired()
4433 childRequest->fArg0 = (void *) fHeadNotePowerArrayEntry->outputPowerFlags; in notifyChild()
7196 request->fArg0 = (void *) refcon; in allowPowerChange()
7247 request->fArg0 = (void *) refcon; in cancelPowerChange()
7827 OBFUSCATE(request->fArg0), in submitPMRequest()
7849 OBFUSCATE(req->fArg0), in submitPMRequests()
8395 fIdleTimerPeriod = (typeof(fIdleTimerPeriod))(uintptr_t) request->fArg0; in executePMRequest()
8404 fIdleTimerIgnored = request->fArg0 ? 1 : 0; in executePMRequest()
8443 if (responseValid((uint32_t)(uintptr_t) request->fArg0, in actionPMReplyQueue()