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);
1091 u32 PMi_GetSoundPower(PMSoundPowerSwitch *swBuf) in PMi_GetSoundPower() argument1098 if (swBuf) in PMi_GetSoundPower()1100 *swBuf = status? PM_SOUND_POWER_ON : PM_SOUND_POWER_OFF; in PMi_GetSoundPower()1117 u32 PMi_GetSoundVolume(PMSoundVolumeSwitch *swBuf) in PMi_GetSoundVolume() argument1124 if (swBuf) in PMi_GetSoundVolume()1126 *swBuf = status? PM_SOUND_VOLUME_ON : PM_SOUND_VOLUME_OFF; in PMi_GetSoundVolume()1143 u32 PM_GetAmp(PMAmpSwitch *swBuf) in PM_GetAmp() argument1150 if (swBuf) in PM_GetAmp()1152 *swBuf = status? PM_AMP_ON: PM_AMP_OFF; in PM_GetAmp()