Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5312/
HDar5312_attach.c105 ahp->ah_priv.ah_gpioGet = ar5315GpioGet; in ar5312Attach()
113 ahp->ah_priv.ah_gpioGet = ar5312GpioGet; in ar5312Attach()
120 ah->ah_gpioGet = ahp->ah_priv.ah_gpioGet; in ar5312Attach()
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_stub.c105 ah->ah_gpioGet = ar9300_Stub_GpioGet; in ar9300_set_stub_functions()
HDar9300_freebsd.c189 ah->ah_gpioGet = ar9300_gpio_get; in ar9300_attach_freebsd_ops()
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
HDar5210_attach.c113 .ah_gpioGet = ar5210GpioGet,
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
HDar5211_attach.c113 .ah_gpioGet = ar5211GpioGet,
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
HDar5212_attach.c109 .ah_gpioGet = ar5212GpioGet,
/freebsd-11-stable/sys/dev/ath/ath_hal/
HDah_internal.h449 (_ah)->ah_gpioGet(_ah, _gpio)
HDah.h1350 uint32_t __ahdecl(*ah_gpioGet)(struct ath_hal *, uint32_t gpio); member
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
HDar5416_attach.c141 ah->ah_gpioGet = ar5416GpioGet; in ar5416InitState()
/freebsd-11-stable/sys/dev/ath/
HDif_athvar.h1446 ((*(_ah)->ah_gpioGet)((_ah), (_gpio)))