Searched refs:ath_power_setpower (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ |
H A D | if_ath_misc.h | 123 #define ath_power_setpower(sc, ps, sg) _ath_power_setpower(sc, ps, sg, \ macro
|
H A D | if_ath.c | 647 ath_power_setpower(sc, HAL_PM_AWAKE, 1); in ath_attach() 1389 ath_power_setpower(sc, HAL_PM_FULL_SLEEP, 1); in ath_attach() 1432 ath_power_setpower(sc, HAL_PM_AWAKE, 1); in ath_detach() 2018 ath_power_setpower(sc, HAL_PM_AWAKE, 1); in ath_resume() 2359 ath_power_setpower(sc, HAL_PM_AWAKE, 0); in ath_intr() 2463 ath_power_setpower(sc, HAL_PM_AWAKE, 0); in ath_bmiss_vap() 2613 ath_power_setpower(sc, HAL_PM_AWAKE, 1); in ath_init() 5900 ath_power_setpower(sc, HAL_PM_AWAKE, 1); in ath_newstate() 6145 ath_power_setpower(sc, HAL_PM_AWAKE, 1); in ath_newstate() 6215 ath_power_setpower(sc, HAL_PM_NETWORK_SLEEP, 1); in ath_newstate() [all …]
|