Home
last modified time | relevance | path

Searched refs:HAL_PM_FULL_SLEEP (Results 1 – 14 of 14) sorted by relevance

/trueos/sys/dev/ath/ath_hal/ar5416/
HDar5416_power.c146 case HAL_PM_FULL_SLEEP: in ar5416SetPowerMode()
175 return HAL_PM_FULL_SLEEP; in ar5416GetPowerMode()
HDar5416_attach.c506 ar5416SetPowerMode(ah, HAL_PM_FULL_SLEEP, AH_TRUE); in ar5416Detach()
/trueos/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_spectral.c382 ar9300_set_power_mode(ah, HAL_PM_FULL_SLEEP, AH_TRUE); in ar9300_configure_spectral_scan()
433 ar9300_set_power_mode(ah, HAL_PM_FULL_SLEEP, AH_TRUE); in ar9300_get_spectral_params()
485 ar9300_set_power_mode(ah, HAL_PM_FULL_SLEEP, AH_TRUE); in ar9300_start_spectral_scan()
528 ar9300_set_power_mode(ah, HAL_PM_FULL_SLEEP, AH_TRUE); in ar9300_stop_spectral_scan()
545 ar9300_set_power_mode(ah, HAL_PM_FULL_SLEEP, AH_TRUE); in ar9300_get_spectral_config()
HDar9300_power.c679 case HAL_PM_FULL_SLEEP: in ar9300_set_power_mode()
736 return HAL_PM_FULL_SLEEP; in ar9300_get_power_mode()
HDar9300_attach.c2367 ar9300_set_power_mode(ah, HAL_PM_FULL_SLEEP, AH_TRUE); in ar9300_detach()
HDar9300_reset.c4358 if (ar9300_get_power_mode(ah) != HAL_PM_FULL_SLEEP) { in ar9300_reset()
/trueos/sys/dev/ath/ath_hal/ar5312/
HDar5312_power.c92 case HAL_PM_FULL_SLEEP: in ar5312SetPowerMode()
/trueos/sys/dev/ath/ath_hal/ar5210/
HDar5210_power.c114 case HAL_PM_FULL_SLEEP: in ar5210SetPowerMode()
/trueos/sys/dev/ath/ath_hal/ar5211/
HDar5211_power.c116 case HAL_PM_FULL_SLEEP: in ar5211SetPowerMode()
/trueos/sys/dev/ath/ath_hal/ar5212/
HDar5212_power.c140 case HAL_PM_FULL_SLEEP: in ar5212SetPowerMode()
HDar5212_attach.c595 ar5212SetPowerMode(ah, HAL_PM_FULL_SLEEP, AH_TRUE); in ar5212Detach()
/trueos/sys/dev/wtap/
HDif_wtap.c488 ath_hal_setpower(sc->sc_ah, HAL_PM_FULL_SLEEP); in wtap_ioctl()
/trueos/sys/dev/ath/ath_hal/
HDah.h424 HAL_PM_FULL_SLEEP = 1, enumerator
/trueos/sys/dev/ath/
HDif_ath.c5975 ath_hal_setpower(sc->sc_ah, HAL_PM_FULL_SLEEP); in ath_ioctl()