Home
last modified time | relevance | path

Searched refs:ah_setTxPowerLimit (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub.c51 ah->ah_setTxPowerLimit = ar9300_Stub_SetTxPowerLimit; in ar9300_set_stub_functions()
H A Dar9300_freebsd.c342 ah->ah_setTxPowerLimit = ar9300_freebsd_set_tx_power_limit; in ar9300_attach_freebsd_ops()
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_attach.c56 .ah_setTxPowerLimit = ar5210SetTxPowerLimit,
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c56 .ah_setTxPowerLimit = ar5211SetTxPowerLimit,
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c52 .ah_setTxPowerLimit = ar5212SetTxPowerLimit,
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_attach.c108 ah->ah_setTxPowerLimit = ar5416SetTxPowerLimit; in ar5416InitState()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h1267 HAL_BOOL __ahdecl(*ah_setTxPowerLimit)(struct ath_hal *, uint32_t); member
/freebsd/sys/dev/ath/
H A Dif_athvar.h1254 ((*(_ah)->ah_setTxPowerLimit)((_ah), (_pow)))