Home
last modified time | relevance | path

Searched refs:ah_setLedState (Results 1 – 9 of 9) sorted by relevance

/NextBSD/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_stub.c101 ah->ah_setLedState = ar9300_Stub_SetLedState; in ar9300_set_stub_functions()
HDar9300_freebsd.c185 ah->ah_setLedState = ar9300_set_led_state; in ar9300_attach_freebsd_ops()
/NextBSD/sys/dev/ath/ath_hal/ar5312/
HDar5312_attach.c91 ah->ah_setLedState = ar5312SetLedState; in ar5312Attach()
/NextBSD/sys/dev/ath/ath_hal/ar5210/
HDar5210_attach.c109 .ah_setLedState = ar5210SetLedState,
/NextBSD/sys/dev/ath/ath_hal/ar5211/
HDar5211_attach.c109 .ah_setLedState = ar5211SetLedState,
/NextBSD/sys/dev/ath/ath_hal/ar5212/
HDar5212_attach.c105 .ah_setLedState = ar5212SetLedState,
/NextBSD/sys/dev/ath/ath_hal/ar5416/
HDar5416_attach.c138 ah->ah_setLedState = ar5416SetLedState; in ar5416InitState()
/NextBSD/sys/dev/ath/ath_hal/
HDah.h1474 void __ahdecl(*ah_setLedState)(struct ath_hal*, HAL_LED_STATE); member
/NextBSD/sys/dev/ath/
HDif_athvar.h1118 ((*(_ah)->ah_setLedState)((_ah), (_state)))