Lines Matching refs:sendResult
507 …u32 sendResult = PM_SendUtilityCommandAsync(number, parameter, retValue, PMi_DummyCallback, &c… in PM_SendUtilityCommand() local
508 if (sendResult == PM_SUCCESS) in PM_SendUtilityCommand()
513 return sendResult; in PM_SendUtilityCommand()
561 u32 sendResult = PMi_SetLEDAsync(status, PMi_DummyCallback, &commandResult); in PMi_SetLED() local
562 if (sendResult == PM_SUCCESS) in PMi_SetLED()
567 return sendResult; in PMi_SetLED()
636 u32 sendResult = PM_SetBackLightAsync(target, sw, PMi_DummyCallback, &commandResult); in PM_SetBackLight() local
637 if (sendResult == PM_SUCCESS) in PM_SetBackLight()
642 return sendResult; in PM_SetBackLight()
685 u32 sendResult = PMi_SetSoundPowerAsync(sw, PMi_DummyCallback, &commandResult); in PMi_SetSoundPower() local
686 if (sendResult == PM_SUCCESS) in PMi_SetSoundPower()
691 return sendResult; in PMi_SetSoundPower()
734 u32 sendResult = PMi_SetSoundVolumeAsync(sw, PMi_DummyCallback, &commandResult); in PMi_SetSoundVolume() local
735 if (sendResult == PM_SUCCESS) in PMi_SetSoundVolume()
740 return sendResult; in PMi_SetSoundVolume()
787 u32 sendResult = PM_ForceToPowerOffAsync(PMi_DummyCallback, &commandResult); in PMi_ForceToPowerOff() local
788 if (sendResult == PM_SUCCESS) in PMi_ForceToPowerOff()
795 return sendResult; in PMi_ForceToPowerOff()