Home
last modified time | relevance | path

Searched refs:ah_setPowerMode (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub.c148 ah->ah_setPowerMode = ar9300_Stub_SetPowerMode; in ar9300_set_stub_functions()
H A Dar9300_freebsd.c243 ah->ah_setPowerMode = ar9300_set_power_mode; in ar9300_attach_freebsd_ops()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5312/
H A Dar5312_attach.c93 ah->ah_setPowerMode = ar5312SetPowerMode; in ar5312Attach()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
H A Dar5210_attach.c154 .ah_setPowerMode = ar5210SetPowerMode,
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211_attach.c154 .ah_setPowerMode = ar5211SetPowerMode,
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_athvar.h1102 ((*(_ah)->ah_setPowerMode)((_ah), (_mode), AH_TRUE))
1104 ((*(_ah)->ah_setPowerMode)((_ah), (_mode), AH_FALSE))
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_attach.c155 .ah_setPowerMode = ar5212SetPowerMode,
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_attach.c174 ah->ah_setPowerMode = ar5416SetPowerMode; in ar5416InitState()
/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah.h1550 HAL_BOOL __ahdecl(*ah_setPowerMode)(struct ath_hal*, member