Searched refs:swBuf (Results 1 – 2 of 2) sorted by relevance
383 u32 PM_GetAmp(PMAmpSwitch *swBuf);945 u32 PMi_GetSoundPower(PMSoundPowerSwitch *swBuf);948 u32 PMi_GetSoundVolume(PMSoundVolumeSwitch *swBuf);
1071 u32 PMi_GetSoundPower(PMSoundPowerSwitch *swBuf) in PMi_GetSoundPower() argument1078 if (swBuf) in PMi_GetSoundPower()1080 *swBuf = status? PM_SOUND_POWER_ON : PM_SOUND_POWER_OFF; in PMi_GetSoundPower()1097 u32 PMi_GetSoundVolume(PMSoundVolumeSwitch *swBuf) in PMi_GetSoundVolume() argument1104 if (swBuf) in PMi_GetSoundVolume()1106 *swBuf = status? PM_SOUND_VOLUME_ON : PM_SOUND_VOLUME_OFF; in PMi_GetSoundVolume()1123 u32 PM_GetAmp(PMAmpSwitch *swBuf) in PM_GetAmp() argument1130 if (swBuf) in PM_GetAmp()1132 *swBuf = status? PM_AMP_ON: PM_AMP_OFF; in PM_GetAmp()