Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath_misc.h114 extern void _ath_power_restore_power_state(struct ath_softc *sc, const char *file, int line);
119 #define ath_power_restore_power_state(sc) _ath_power_restore_power_state(sc, __FILE__, __LINE__)
H A Dif_ath.c429 _ath_power_restore_power_state(struct ath_softc *sc, const char *file, int line) in _ath_power_restore_power_state() function