Home
last modified time | relevance | path

Searched refs:setChip (Results 1 – 13 of 13) sorted by relevance

/freebsd-10-stable/sys/dev/ath/ath_hal/ar5211/
Dar5211_power.c38 ar5211SetPowerModeAwake(struct ath_hal *ah, int setChip) in ar5211SetPowerModeAwake() argument
44 if (setChip) { in ar5211SetPowerModeAwake()
75 ar5211SetPowerModeSleep(struct ath_hal *ah, int setChip) in ar5211SetPowerModeSleep() argument
78 if (setChip) in ar5211SetPowerModeSleep()
88 ar5211SetPowerModeNetworkSleep(struct ath_hal *ah, int setChip) in ar5211SetPowerModeNetworkSleep() argument
91 if (setChip) in ar5211SetPowerModeNetworkSleep()
96 ar5211SetPowerMode(struct ath_hal *ah, HAL_POWER_MODE mode, int setChip) in ar5211SetPowerMode() argument
111 setChip ? "set chip " : ""); in ar5211SetPowerMode()
114 status = ar5211SetPowerModeAwake(ah, setChip); in ar5211SetPowerMode()
117 ar5211SetPowerModeSleep(ah, setChip); in ar5211SetPowerMode()
[all …]
Dar5211.h304 int setChip);
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5210/
Dar5210_power.c32 ar5210SetPowerModeAuto(struct ath_hal *ah, int setChip) in ar5210SetPowerModeAuto() argument
35 if (setChip) in ar5210SetPowerModeAuto()
49 ar5210SetPowerModeAwake(struct ath_hal *ah, int setChip) in ar5210SetPowerModeAwake() argument
55 if (setChip) { in ar5210SetPowerModeAwake()
86 ar5210SetPowerModeSleep(struct ath_hal *ah, int setChip) in ar5210SetPowerModeSleep() argument
89 if (setChip) in ar5210SetPowerModeSleep()
94 ar5210SetPowerMode(struct ath_hal *ah, HAL_POWER_MODE mode, int setChip) in ar5210SetPowerMode() argument
109 setChip ? "set chip " : ""); in ar5210SetPowerMode()
112 status = ar5210SetPowerModeAwake(ah, setChip); in ar5210SetPowerMode()
115 ar5210SetPowerModeSleep(ah, setChip); in ar5210SetPowerMode()
[all …]
Dar5210.h276 int setChip);
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416_power.c37 ar5416SetPowerModeAwake(struct ath_hal *ah, int setChip) in ar5416SetPowerModeAwake() argument
43 if (setChip) { in ar5416SetPowerModeAwake()
92 ar5416SetPowerModeSleep(struct ath_hal *ah, int setChip) in ar5416SetPowerModeSleep() argument
95 if (setChip) { in ar5416SetPowerModeSleep()
112 ar5416SetPowerModeNetworkSleep(struct ath_hal *ah, int setChip) in ar5416SetPowerModeNetworkSleep() argument
116 if (setChip) in ar5416SetPowerModeNetworkSleep()
125 ar5416SetPowerMode(struct ath_hal *ah, HAL_POWER_MODE mode, int setChip) in ar5416SetPowerMode() argument
137 if (!setChip) in ar5416SetPowerMode()
141 modes[ahp->ah_powerMode], modes[mode], setChip ? "set chip " : ""); in ar5416SetPowerMode()
144 status = ar5416SetPowerModeAwake(ah, setChip); in ar5416SetPowerMode()
[all …]
Dar5416.h285 int setChip);
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212_power.c38 ar5212SetPowerModeAwake(struct ath_hal *ah, int setChip) in ar5212SetPowerModeAwake() argument
47 if (setChip) { in ar5212SetPowerModeAwake()
95 ar5212SetPowerModeSleep(struct ath_hal *ah, int setChip) in ar5212SetPowerModeSleep() argument
98 if (setChip) in ar5212SetPowerModeSleep()
108 ar5212SetPowerModeNetworkSleep(struct ath_hal *ah, int setChip) in ar5212SetPowerModeNetworkSleep() argument
111 if (setChip) in ar5212SetPowerModeNetworkSleep()
120 ar5212SetPowerMode(struct ath_hal *ah, HAL_POWER_MODE mode, int setChip) in ar5212SetPowerMode() argument
135 setChip ? "set chip " : ""); in ar5212SetPowerMode()
138 status = ar5212SetPowerModeAwake(ah, setChip); in ar5212SetPowerMode()
141 ar5212SetPowerModeSleep(ah, setChip); in ar5212SetPowerMode()
[all …]
Dar5212.h529 int setChip);
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5312/
Dar5312_power.c40 ar5312SetPowerModeAwake(struct ath_hal *ah, int setChip) in ar5312SetPowerModeAwake() argument
51 ar5312SetPowerModeSleep(struct ath_hal *ah, int setChip) in ar5312SetPowerModeSleep() argument
62 ar5312SetPowerModeNetworkSleep(struct ath_hal *ah, int setChip) in ar5312SetPowerModeNetworkSleep() argument
72 ar5312SetPowerMode(struct ath_hal *ah, HAL_POWER_MODE mode, int setChip) in ar5312SetPowerMode() argument
87 setChip ? "set chip " : ""); in ar5312SetPowerMode()
90 status = ar5312SetPowerModeAwake(ah, setChip); in ar5312SetPowerMode()
93 ar5312SetPowerModeSleep(ah, setChip); in ar5312SetPowerMode()
96 ar5312SetPowerModeNetworkSleep(ah, setChip); in ar5312SetPowerMode()
Dar5312.h70 int setChip);
/freebsd-10-stable/sys/contrib/dev/ath/ath_hal/ar9300/
Dar9300_stub_funcs.h106 int setChip);
Dar9300_stub_funcs.c640 int setChip) in ar9300_Stub_SetPowerMode() argument
/freebsd-10-stable/sys/dev/ath/ath_hal/
Dah.h1499 HAL_POWER_MODE mode, int setChip);