Searched refs:_ath_power_setpower (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_misc.h112 extern void _ath_power_setpower(struct ath_softc *sc, int power_state, const char *file, int line);
117 #define ath_power_setpower(sc, ps) _ath_power_setpower(sc, ps, __FILE__, __LINE__)
H A Dif_ath.c290 _ath_power_setpower(struct ath_softc *sc, int power_state, const char *file, int line) function

Completed in 68 milliseconds