Home
last modified time | relevance | path

Searched refs:ar9300_set_power_mode (Results 1 – 6 of 6) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_spectral.c319 ar9300_set_power_mode(ah, HAL_PM_AWAKE, AH_TRUE); in ar9300_configure_spectral_scan()
399 ar9300_set_power_mode(ah, HAL_PM_FULL_SLEEP, AH_TRUE); in ar9300_configure_spectral_scan()
426 ar9300_set_power_mode(ah, HAL_PM_AWAKE, AH_TRUE); in ar9300_get_spectral_params()
469 ar9300_set_power_mode(ah, HAL_PM_FULL_SLEEP, AH_TRUE); in ar9300_get_spectral_params()
498 ar9300_set_power_mode(ah, HAL_PM_AWAKE, AH_TRUE); in ar9300_start_spectral_scan()
523 ar9300_set_power_mode(ah, HAL_PM_FULL_SLEEP, AH_TRUE); in ar9300_start_spectral_scan()
534 ar9300_set_power_mode(ah, HAL_PM_AWAKE, AH_TRUE); in ar9300_stop_spectral_scan()
566 ar9300_set_power_mode(ah, HAL_PM_FULL_SLEEP, AH_TRUE); in ar9300_stop_spectral_scan()
577 ar9300_set_power_mode(ah, HAL_PM_AWAKE, AH_TRUE); in ar9300_get_spectral_config()
583 ar9300_set_power_mode(ah, HAL_PM_FULL_SLEEP, AH_TRUE); in ar9300_get_spectral_config()
H A Dar9300_attach.c331 ar9300_set_power_mode, /* ah_set_power_mode */
815 if (!ar9300_set_power_mode(ah, HAL_PM_AWAKE, AH_TRUE)) { in ar9300_attach()
2483 if (!ar9300_set_power_mode(ah, HAL_PM_AWAKE, AH_TRUE)) { in ar9300_detach()
2490 ar9300_set_power_mode(ah, HAL_PM_FULL_SLEEP, AH_TRUE); in ar9300_detach()
H A Dar9300_freebsd.c456 ah->ah_setPowerMode = ar9300_set_power_mode; in ar9300_attach_freebsd_ops()
H A Dar9300_power.c653 ar9300_set_power_mode(struct ath_hal *ah, HAL_POWER_MODE mode, int set_chip) in ar9300_set_power_mode() function
H A Dar9300_reset.c2022 if (!ar9300_set_power_mode(ah, HAL_PM_AWAKE, AH_TRUE)) { in ar9300_disable()
2098 if (!ar9300_set_power_mode(ah, HAL_PM_AWAKE, AH_TRUE)) { in ar9300_chip_reset()
4657 if (!ar9300_set_power_mode(ah, HAL_PM_AWAKE, AH_TRUE)) { in ar9300_reset()
H A Dar9300.h1311 extern HAL_BOOL ar9300_set_power_mode(struct ath_hal *ah, HAL_POWER_MODE mode,