Home | History | Annotate | Download | only in ar5312

Lines Matching refs:ah

23 #include "ah.h"
40 ar5312SetPowerModeAwake(struct ath_hal *ah, int setChip)
51 ar5312SetPowerModeSleep(struct ath_hal *ah, int setChip)
62 ar5312SetPowerModeNetworkSleep(struct ath_hal *ah, int setChip)
72 ar5312SetPowerMode(struct ath_hal *ah, HAL_POWER_MODE mode, int setChip)
74 struct ath_hal_5212 *ahp = AH5212(ah);
85 HALDEBUG(ah, HAL_DEBUG_POWER, "%s: %s -> %s (%s)\n", __func__,
90 status = ar5312SetPowerModeAwake(ah, setChip);
93 ar5312SetPowerModeSleep(ah, setChip);
96 ar5312SetPowerModeNetworkSleep(ah, setChip);
99 HALDEBUG(ah, HAL_DEBUG_POWER, "%s: unknown power mode %u\n",
111 ar5312GetPowerMode(struct ath_hal *ah)
121 ar5312GetPowerStatus(struct ath_hal *ah)