Home
last modified time | relevance | path

Searched refs:ah_reset (Results 1 – 10 of 10) sorted by relevance

/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub.c42 ah->ah_reset = ar9300_Stub_Reset; in ar9300_set_stub_functions()
H A Dar9300_freebsd.c121 ah->ah_reset = ar9300_reset_freebsd; in ar9300_attach_freebsd_ops()
H A Dar9300_eeprom.c4732 if (ah != 0 && ah->ah_reset != 0) in ar9300_eeprom_set_tx_gain_cap()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5312/
H A Dar5312_attach.c89 ah->ah_reset = ar5312Reset; in ar5312Attach()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
H A Dar5210_attach.c47 .ah_reset = ar5210Reset,
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211_attach.c47 .ah_reset = ar5211Reset,
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_attach.c43 .ah_reset = ar5212Reset,
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_attach.c100 ah->ah_reset = ar5416Reset; in ar5416InitState()
/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah.h1356 HAL_BOOL __ahdecl(*ah_reset)(struct ath_hal *, HAL_OPMODE, member
/dragonfly/sys/dev/netif/ath/ath/
H A Dif_athvar.h1077 ((*(_ah)->ah_reset)((_ah), (_opmode), (_chan), (_fullreset), \