Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_power.c150 case HAL_PM_FULL_SLEEP: in ar5416SetPowerMode()
182 return HAL_PM_FULL_SLEEP; in ar5416GetPowerMode()
H A Dar5416_attach.c506 ar5416SetPowerMode(ah, HAL_PM_FULL_SLEEP, AH_TRUE); in ar5416Detach()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_spectral.c399 ar9300_set_power_mode(ah, HAL_PM_FULL_SLEEP, AH_TRUE); in ar9300_configure_spectral_scan()
469 ar9300_set_power_mode(ah, HAL_PM_FULL_SLEEP, AH_TRUE); in ar9300_get_spectral_params()
523 ar9300_set_power_mode(ah, HAL_PM_FULL_SLEEP, AH_TRUE); in ar9300_start_spectral_scan()
566 ar9300_set_power_mode(ah, HAL_PM_FULL_SLEEP, AH_TRUE); in ar9300_stop_spectral_scan()
583 ar9300_set_power_mode(ah, HAL_PM_FULL_SLEEP, AH_TRUE); in ar9300_get_spectral_config()
H A Dar9300_power.c683 case HAL_PM_FULL_SLEEP: in ar9300_set_power_mode()
748 return HAL_PM_FULL_SLEEP; in ar9300_get_power_mode()
H A Dar9300_xmit.c848 if (ar9300_get_power_mode(ah) != HAL_PM_FULL_SLEEP) { in ar9300_abort_tx_dma()
H A Dar9300_attach.c2490 ar9300_set_power_mode(ah, HAL_PM_FULL_SLEEP, AH_TRUE); in ar9300_detach()
H A Dar9300_reset.c4596 if (ar9300_get_power_mode(ah) != HAL_PM_FULL_SLEEP) { in ar9300_reset()
/freebsd/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_power.c91 case HAL_PM_FULL_SLEEP: in ar5312SetPowerMode()
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_power.c115 case HAL_PM_FULL_SLEEP: in ar5210SetPowerMode()
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_power.c117 case HAL_PM_FULL_SLEEP: in ar5211SetPowerMode()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_power.c141 case HAL_PM_FULL_SLEEP: in ar5212SetPowerMode()
H A Dar5212_attach.c597 ar5212SetPowerMode(ah, HAL_PM_FULL_SLEEP, AH_TRUE); in ar5212Detach()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h439 HAL_PM_FULL_SLEEP = 1, enumerator
/freebsd/sys/dev/ath/
H A Dif_ath.c1387 ath_power_setpower(sc, HAL_PM_FULL_SLEEP, 1); in ath_attach()
6622 ath_power_setpower(sc, HAL_PM_FULL_SLEEP, 1); in ath_parent()