Home
last modified time | relevance | path

Searched refs:sc_target_powerstate (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath.c318 sc->sc_target_powerstate = power_state; in _ath_power_setpower()
439 sc->sc_target_powerstate); in _ath_power_restore_power_state()
447 sc->sc_target_powerstate != sc->sc_cur_powerstate) { in _ath_power_restore_power_state()
448 sc->sc_cur_powerstate = sc->sc_target_powerstate; in _ath_power_restore_power_state()
449 ath_hal_setpower(sc->sc_ah, sc->sc_target_powerstate); in _ath_power_restore_power_state()
H A Dif_athvar.h940 HAL_POWER_MODE sc_target_powerstate; member