Home
last modified time | relevance | path

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

/src/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub.c101 ah->ah_setLedState = ar9300_Stub_SetLedState; in ar9300_set_stub_functions()
H A Dar9300_freebsd.c396 ah->ah_setLedState = ar9300_set_led_state; in ar9300_attach_freebsd_ops()
/src/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_attach.c91 ah->ah_setLedState = ar5312SetLedState; in ar5312Attach()
/src/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_attach.c109 .ah_setLedState = ar5210SetLedState,
/src/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c109 .ah_setLedState = ar5211SetLedState,
/src/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c105 .ah_setLedState = ar5212SetLedState,
/src/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_attach.c138 ah->ah_setLedState = ar5416SetLedState; in ar5416InitState()
/src/sys/dev/ath/ath_hal/
H A Dah.h1365 void __ahdecl(*ah_setLedState)(struct ath_hal*, HAL_LED_STATE); member
/src/sys/dev/ath/
H A Dif_athvar.h1139 ((*(_ah)->ah_setLedState)((_ah), (_state)))