Home
last modified time | relevance | path

Searched refs:ah_gpioCfgOutput (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_attach.c103 ahp->ah_priv.ah_gpioCfgOutput = ar5315GpioCfgOutput; in ar5312Attach()
111 ahp->ah_priv.ah_gpioCfgOutput = ar5312GpioCfgOutput; in ar5312Attach()
119 ah->ah_gpioCfgOutput = ahp->ah_priv.ah_gpioCfgOutput; in ar5312Attach()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub.c104 ah->ah_gpioCfgOutput = ar9300_Stub_GpioCfgOutput; in ar9300_set_stub_functions()
H A Dar9300_freebsd.c400 ah->ah_gpioCfgOutput = ar9300_gpio_cfg_output; in ar9300_attach_freebsd_ops()
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_attach.c112 .ah_gpioCfgOutput = ar5210GpioCfgOutput,
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c112 .ah_gpioCfgOutput = ar5211GpioCfgOutput,
/freebsd/sys/dev/ath/ath_hal/
H A Dah_internal.h451 (_ah)->ah_gpioCfgOutput(_ah, _gpio, _type)
H A Dah.h1368 HAL_BOOL __ahdecl(*ah_gpioCfgOutput)(struct ath_hal *, member
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c108 .ah_gpioCfgOutput = ar5212GpioCfgOutput,
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_attach.c139 ah->ah_gpioCfgOutput = ar5416GpioCfgOutput; in ar5416InitState()
/freebsd/sys/dev/ath/
H A Dif_athvar.h1451 ((*(_ah)->ah_gpioCfgOutput)((_ah), (_gpio), (_type)))