Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub.c170 AH_PRIVATE(ah)->ah_getChipPowerLimits = ar9300_Stub_GetChipPowerLimits; in ar9300_set_stub_functions()
H A Dar9300_attach.c2530 AH_PRIVATE(ah)->ah_getChipPowerLimits = ar9300_get_chip_power_limits; in ar9300_new_state()
/dragonfly/sys/dev/netif/ath/ath_hal/
H A Dah_internal.h361 HAL_BOOL (*ah_getChipPowerLimits)(struct ath_hal *, member
455 AH_PRIVATE(_ah)->ah_getChipPowerLimits(_ah, _chan)
/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
H A Dar5210_attach.c176 .ah_getChipPowerLimits = ar5210GetChipPowerLimits,
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
H A Dar5211_attach.c176 .ah_getChipPowerLimits = ar5211GetChipPowerLimits,
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
H A Dar5212_attach.c177 .ah_getChipPowerLimits = ar5212GetChipPowerLimits,
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
H A Dar5416_attach.c220 ahp->ah_priv.ah_getChipPowerLimits = ar5416GetChipPowerLimits; in ar5416InitState()
/dragonfly/tools/tools/ath/athrd/
H A Dathrd.c1038 ahp.ah_getChipPowerLimits = getChipPowerLimits; in main()