Home
last modified time | relevance | path

Searched refs:ah_detectCardPresent (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub.c111 ah->ah_detectCardPresent = ar9300_Stub_DetectCardPresent; in ar9300_set_stub_functions()
H A Dar9300_freebsd.c410 ah->ah_detectCardPresent = ar9300_detect_card_present; in ar9300_attach_freebsd_ops()
/freebsd/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_attach.c92 ah->ah_detectCardPresent = ar5312DetectCardPresent; in ar5312Attach()
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_attach.c119 .ah_detectCardPresent = ar5210DetectCardPresent,
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c119 .ah_detectCardPresent = ar5211DetectCardPresent,
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c116 .ah_detectCardPresent = ar5212DetectCardPresent,
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h1379 HAL_BOOL __ahdecl(*ah_detectCardPresent)(struct ath_hal*); member