| /freebsd-12-stable/sys/dev/ath/ath_hal/ar5211/ |
| D | ar5211_power.c | 40 ar5211SetPowerModeAwake(struct ath_hal *ah, int setChip) in ar5211SetPowerModeAwake() argument 46 if (setChip) { in ar5211SetPowerModeAwake() 77 ar5211SetPowerModeSleep(struct ath_hal *ah, int setChip) in ar5211SetPowerModeSleep() argument 80 if (setChip) in ar5211SetPowerModeSleep() 90 ar5211SetPowerModeNetworkSleep(struct ath_hal *ah, int setChip) in ar5211SetPowerModeNetworkSleep() argument 93 if (setChip) in ar5211SetPowerModeNetworkSleep() 98 ar5211SetPowerMode(struct ath_hal *ah, HAL_POWER_MODE mode, int setChip) in ar5211SetPowerMode() argument 112 setChip ? "set chip " : ""); in ar5211SetPowerMode() 115 if (setChip) in ar5211SetPowerMode() 117 status = ar5211SetPowerModeAwake(ah, setChip); in ar5211SetPowerMode() [all …]
|
| D | ar5211.h | 308 int setChip);
|
| /freebsd-12-stable/sys/dev/ath/ath_hal/ar5210/ |
| D | ar5210_power.c | 34 ar5210SetPowerModeAuto(struct ath_hal *ah, int setChip) in ar5210SetPowerModeAuto() argument 37 if (setChip) in ar5210SetPowerModeAuto() 51 ar5210SetPowerModeAwake(struct ath_hal *ah, int setChip) in ar5210SetPowerModeAwake() argument 57 if (setChip) { in ar5210SetPowerModeAwake() 88 ar5210SetPowerModeSleep(struct ath_hal *ah, int setChip) in ar5210SetPowerModeSleep() argument 91 if (setChip) in ar5210SetPowerModeSleep() 96 ar5210SetPowerMode(struct ath_hal *ah, HAL_POWER_MODE mode, int setChip) in ar5210SetPowerMode() argument 110 setChip ? "set chip " : ""); in ar5210SetPowerMode() 113 if (setChip) in ar5210SetPowerMode() 115 status = ar5210SetPowerModeAwake(ah, setChip); in ar5210SetPowerMode() [all …]
|
| D | ar5210.h | 282 int setChip);
|
| /freebsd-12-stable/sys/dev/ath/ath_hal/ar5416/ |
| D | ar5416_power.c | 39 ar5416SetPowerModeAwake(struct ath_hal *ah, int setChip) in ar5416SetPowerModeAwake() argument 45 if (setChip) { in ar5416SetPowerModeAwake() 94 ar5416SetPowerModeSleep(struct ath_hal *ah, int setChip) in ar5416SetPowerModeSleep() argument 97 if (setChip) { in ar5416SetPowerModeSleep() 114 ar5416SetPowerModeNetworkSleep(struct ath_hal *ah, int setChip) in ar5416SetPowerModeNetworkSleep() argument 118 if (setChip) in ar5416SetPowerModeNetworkSleep() 127 ar5416SetPowerMode(struct ath_hal *ah, HAL_POWER_MODE mode, int setChip) in ar5416SetPowerMode() argument 140 if (!setChip) in ar5416SetPowerMode() 145 modes[ah->ah_powerMode], modes[mode], setChip ? "set chip " : ""); in ar5416SetPowerMode() 148 if (setChip) in ar5416SetPowerMode() [all …]
|
| D | ar5416.h | 281 int setChip);
|
| /freebsd-12-stable/sys/dev/ath/ath_hal/ar5212/ |
| D | ar5212_power.c | 40 ar5212SetPowerModeAwake(struct ath_hal *ah, int setChip) in ar5212SetPowerModeAwake() argument 49 if (setChip) { in ar5212SetPowerModeAwake() 97 ar5212SetPowerModeSleep(struct ath_hal *ah, int setChip) in ar5212SetPowerModeSleep() argument 100 if (setChip) in ar5212SetPowerModeSleep() 110 ar5212SetPowerModeNetworkSleep(struct ath_hal *ah, int setChip) in ar5212SetPowerModeNetworkSleep() argument 113 if (setChip) in ar5212SetPowerModeNetworkSleep() 122 ar5212SetPowerMode(struct ath_hal *ah, HAL_POWER_MODE mode, int setChip) in ar5212SetPowerMode() argument 136 setChip ? "set chip " : ""); in ar5212SetPowerMode() 139 if (setChip) in ar5212SetPowerMode() 141 status = ar5212SetPowerModeAwake(ah, setChip); in ar5212SetPowerMode() [all …]
|
| D | ar5212.h | 534 int setChip);
|
| /freebsd-12-stable/sys/dev/ath/ath_hal/ar5312/ |
| D | ar5312_power.c | 42 ar5312SetPowerModeAwake(struct ath_hal *ah, int setChip) in ar5312SetPowerModeAwake() argument 53 ar5312SetPowerModeSleep(struct ath_hal *ah, int setChip) in ar5312SetPowerModeSleep() argument 64 ar5312SetPowerModeNetworkSleep(struct ath_hal *ah, int setChip) in ar5312SetPowerModeNetworkSleep() argument 74 ar5312SetPowerMode(struct ath_hal *ah, HAL_POWER_MODE mode, int setChip) in ar5312SetPowerMode() argument 88 setChip ? "set chip " : ""); in ar5312SetPowerMode() 91 status = ar5312SetPowerModeAwake(ah, setChip); in ar5312SetPowerMode() 94 ar5312SetPowerModeSleep(ah, setChip); in ar5312SetPowerMode() 97 ar5312SetPowerModeNetworkSleep(ah, setChip); in ar5312SetPowerMode()
|
| D | ar5312.h | 74 int setChip);
|
| /freebsd-12-stable/sys/contrib/dev/ath/ath_hal/ar9300/ |
| D | ar9300_stub_funcs.h | 106 int setChip);
|
| D | ar9300_stub_funcs.c | 640 int setChip) in ar9300_Stub_SetPowerMode() argument
|
| /freebsd-12-stable/sys/dev/ath/ath_hal/ |
| D | ah.h | 1445 HAL_POWER_MODE mode, int setChip);
|