Home
last modified time | relevance | path

Searched refs:HAL_CAPABILITY_TYPE (Results 1 – 16 of 16) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210.h256 extern HAL_STATUS ar5210GetCapability(struct ath_hal *, HAL_CAPABILITY_TYPE,
258 extern HAL_BOOL ar5210SetCapability(struct ath_hal *, HAL_CAPABILITY_TYPE,
H A Dar5210_misc.c588 ar5210GetCapability(struct ath_hal *ah, HAL_CAPABILITY_TYPE type, in ar5210GetCapability()
605 ar5210SetCapability(struct ath_hal *ah, HAL_CAPABILITY_TYPE type, in ar5210SetCapability()
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211.h281 extern HAL_STATUS ar5211GetCapability(struct ath_hal *, HAL_CAPABILITY_TYPE,
283 extern HAL_BOOL ar5211SetCapability(struct ath_hal *, HAL_CAPABILITY_TYPE,
H A Dar5211_misc.c629 ar5211GetCapability(struct ath_hal *ah, HAL_CAPABILITY_TYPE type, in ar5211GetCapability()
649 ar5211SetCapability(struct ath_hal *ah, HAL_CAPABILITY_TYPE type, in ar5211SetCapability()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub_funcs.h93 extern HAL_STATUS ar9300_Stub_GetCapability(struct ath_hal *, HAL_CAPABILITY_TYPE,
95 extern HAL_BOOL ar9300_Stub_SetCapability(struct ath_hal *, HAL_CAPABILITY_TYPE,
H A Dar9300_stub_funcs.c593 ar9300_Stub_GetCapability(struct ath_hal *ah, HAL_CAPABILITY_TYPE ctype, in ar9300_Stub_GetCapability()
602 ar9300_Stub_SetCapability(struct ath_hal *ah , HAL_CAPABILITY_TYPE ctype, in ar9300_Stub_SetCapability()
H A Dar9300.h1299 extern HAL_STATUS ar9300_get_capability(struct ath_hal *, HAL_CAPABILITY_TYPE,
1301 extern HAL_BOOL ar9300_set_capability(struct ath_hal *, HAL_CAPABILITY_TYPE,
H A Dar9300_misc.c684 ar9300_get_capability(struct ath_hal *ah, HAL_CAPABILITY_TYPE type, in ar9300_get_capability()
967 ar9300_set_capability(struct ath_hal *ah, HAL_CAPABILITY_TYPE type, in ar9300_set_capability()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c447 ar5416GetCapability(struct ath_hal *ah, HAL_CAPABILITY_TYPE type, in ar5416GetCapability()
483 ar5416SetCapability(struct ath_hal *ah, HAL_CAPABILITY_TYPE type, in ar5416SetCapability()
H A Dar5416.h249 HAL_CAPABILITY_TYPE type, uint32_t capability, uint32_t *result);
251 HAL_CAPABILITY_TYPE type, uint32_t capability, uint32_t val,
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h216 } HAL_CAPABILITY_TYPE; typedef
1351 HAL_CAPABILITY_TYPE, uint32_t capability,
1354 HAL_CAPABILITY_TYPE, uint32_t capability,
H A Dah_internal.h740 HAL_CAPABILITY_TYPE type, uint32_t capability,
743 HAL_CAPABILITY_TYPE type, uint32_t capability,
H A Dah.c700 ath_hal_getcapability(struct ath_hal *ah, HAL_CAPABILITY_TYPE type, in ath_hal_getcapability()
902 ath_hal_setcapability(struct ath_hal *ah, HAL_CAPABILITY_TYPE type, in ath_hal_setcapability()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212.h518 extern HAL_STATUS ar5212GetCapability(struct ath_hal *, HAL_CAPABILITY_TYPE,
520 extern HAL_BOOL ar5212SetCapability(struct ath_hal *, HAL_CAPABILITY_TYPE,
H A Dar5212_misc.c793 ar5212GetCapability(struct ath_hal *ah, HAL_CAPABILITY_TYPE type, in ar5212GetCapability()
930 ar5212SetCapability(struct ath_hal *ah, HAL_CAPABILITY_TYPE type, in ar5212SetCapability()
/freebsd/tools/tools/ath/athrd/
H A Dathrd.c974 getCapability(struct ath_hal *ah, HAL_CAPABILITY_TYPE type, in getCapability()