Home
last modified time | relevance | path

Searched refs:swBuf (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.1.0/include/nitro/spi/ARM9/
Dpm.h383 u32 PM_GetAmp(PMAmpSwitch *swBuf);
945 u32 PMi_GetSoundPower(PMSoundPowerSwitch *swBuf);
948 u32 PMi_GetSoundVolume(PMSoundVolumeSwitch *swBuf);
/TwlSDK-5.1.0/build/libraries/spi/ARM9/src/
Dpm.c1071 u32 PMi_GetSoundPower(PMSoundPowerSwitch *swBuf) in PMi_GetSoundPower() argument
1078 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() argument
1104 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() argument
1130 if (swBuf) in PM_GetAmp()
1132 *swBuf = status? PM_AMP_ON: PM_AMP_OFF; in PM_GetAmp()