Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ath/ath_hal/ar5210/
HDar5210.h254 extern HAL_STATUS ar5210GetCapability(struct ath_hal *, HAL_CAPABILITY_TYPE,
256 extern HAL_BOOL ar5210SetCapability(struct ath_hal *, HAL_CAPABILITY_TYPE,
HDar5210_misc.c581 ar5210GetCapability(struct ath_hal *ah, HAL_CAPABILITY_TYPE type, in ar5210GetCapability()
598 ar5210SetCapability(struct ath_hal *ah, HAL_CAPABILITY_TYPE type, in ar5210SetCapability()
/NextBSD/sys/dev/ath/ath_hal/ar5211/
HDar5211.h279 extern HAL_STATUS ar5211GetCapability(struct ath_hal *, HAL_CAPABILITY_TYPE,
281 extern HAL_BOOL ar5211SetCapability(struct ath_hal *, HAL_CAPABILITY_TYPE,
HDar5211_misc.c622 ar5211GetCapability(struct ath_hal *ah, HAL_CAPABILITY_TYPE type, in ar5211GetCapability()
642 ar5211SetCapability(struct ath_hal *ah, HAL_CAPABILITY_TYPE type, in ar5211SetCapability()
/NextBSD/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_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,
HDar9300_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()
HDar9300.h1305 extern HAL_STATUS ar9300_get_capability(struct ath_hal *, HAL_CAPABILITY_TYPE,
1307 extern HAL_BOOL ar9300_set_capability(struct ath_hal *, HAL_CAPABILITY_TYPE,
HDar9300_misc.c681 ar9300_get_capability(struct ath_hal *ah, HAL_CAPABILITY_TYPE type, in ar9300_get_capability()
956 ar9300_set_capability(struct ath_hal *ah, HAL_CAPABILITY_TYPE type, in ar9300_set_capability()
/NextBSD/sys/dev/ath/ath_hal/ar5416/
HDar5416_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()
HDar5416.h255 HAL_CAPABILITY_TYPE type, uint32_t capability, uint32_t *result);
257 HAL_CAPABILITY_TYPE type, uint32_t capability, uint32_t val,
/NextBSD/sys/dev/ath/ath_hal/
HDah.h203 } HAL_CAPABILITY_TYPE; typedef
1460 HAL_CAPABILITY_TYPE, uint32_t capability,
1463 HAL_CAPABILITY_TYPE, uint32_t capability,
HDah_internal.h740 HAL_CAPABILITY_TYPE type, uint32_t capability,
743 HAL_CAPABILITY_TYPE type, uint32_t capability,
HDah.c602 ath_hal_getcapability(struct ath_hal *ah, HAL_CAPABILITY_TYPE type, in ath_hal_getcapability()
803 ath_hal_setcapability(struct ath_hal *ah, HAL_CAPABILITY_TYPE type, in ath_hal_setcapability()
/NextBSD/sys/dev/ath/ath_hal/ar5212/
HDar5212.h518 extern HAL_STATUS ar5212GetCapability(struct ath_hal *, HAL_CAPABILITY_TYPE,
520 extern HAL_BOOL ar5212SetCapability(struct ath_hal *, HAL_CAPABILITY_TYPE,
HDar5212_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()
/NextBSD/tools/tools/ath/athrd/
HDathrd.c976 getCapability(struct ath_hal *ah, HAL_CAPABILITY_TYPE type, in getCapability()