Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_stub.c111 ah->ah_detectCardPresent = ar9300_Stub_DetectCardPresent; in ar9300_set_stub_functions()
HDar9300_freebsd.c198 ah->ah_detectCardPresent = ar9300_detect_card_present; in ar9300_attach_freebsd_ops()
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5312/
HDar5312_attach.c92 ah->ah_detectCardPresent = ar5312DetectCardPresent; in ar5312Attach()
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
HDar5210_attach.c119 .ah_detectCardPresent = ar5210DetectCardPresent,
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
HDar5211_attach.c119 .ah_detectCardPresent = ar5211DetectCardPresent,
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
HDar5212_attach.c116 .ah_detectCardPresent = ar5212DetectCardPresent,
/freebsd-11-stable/sys/dev/ath/ath_hal/
HDah.h1358 HAL_BOOL __ahdecl(*ah_detectCardPresent)(struct ath_hal*); member