Home
last modified time | relevance | path

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

/trueos/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_stub.c159 ah->ah_isInterruptPending = ar9300_Stub_IsInterruptPending; in ar9300_set_stub_functions()
HDar9300_freebsd.c200 ah->ah_isInterruptPending = ar9300_is_interrupt_pending; in ar9300_attach_freebsd_ops()
/trueos/sys/dev/ath/ath_hal/ar5312/
HDar5312_attach.c95 ah->ah_isInterruptPending = ar5312IsInterruptPending; in ar5312Attach()
/trueos/sys/dev/ath/ath_hal/ar5210/
HDar5210_attach.c165 .ah_isInterruptPending = ar5210IsInterruptPending,
/trueos/sys/dev/ath/ath_hal/ar5211/
HDar5211_attach.c165 .ah_isInterruptPending = ar5211IsInterruptPending,
/trueos/sys/dev/ath/ath_hal/ar5212/
HDar5212_attach.c166 .ah_isInterruptPending = ar5212IsInterruptPending,
/trueos/sys/dev/ath/ath_hal/ar5416/
HDar5416_attach.c200 ah->ah_isInterruptPending = ar5416IsInterruptPending; in ar5416InitState()
/trueos/sys/dev/ath/ath_hal/
HDah.h1565 HAL_BOOL __ahdecl(*ah_isInterruptPending)(struct ath_hal*); member
/trueos/sys/dev/ath/
HDif_athvar.h1034 ((*(_ah)->ah_isInterruptPending)((_ah)))