Lines Matching defs:setChip
32 ar5210SetPowerModeAuto(struct ath_hal *ah, int setChip)
35 if (setChip)
49 ar5210SetPowerModeAwake(struct ath_hal *ah, int setChip)
55 if (setChip) {
86 ar5210SetPowerModeSleep(struct ath_hal *ah, int setChip)
89 if (setChip)
94 ar5210SetPowerMode(struct ath_hal *ah, HAL_POWER_MODE mode, int setChip)
109 setChip ? "set chip " : "");
112 status = ar5210SetPowerModeAwake(ah, setChip);
115 ar5210SetPowerModeSleep(ah, setChip);
118 ar5210SetPowerModeAuto(ah, setChip);