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

/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_attach.c105 ahp->ah_priv.ah_gpioGet = ar5315GpioGet;
113 ahp->ah_priv.ah_gpioGet = ar5312GpioGet;
120 ah->ah_gpioGet = ahp->ah_priv.ah_gpioGet;
/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub.c105 ah->ah_gpioGet = ar9300_Stub_GpioGet;
H A Dar9300_freebsd.c144 ah->ah_gpioGet = ar9300_gpio_get;
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_attach.c113 .ah_gpioGet = ar5210GpioGet,
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c113 .ah_gpioGet = ar5211GpioGet,
/freebsd-10.0-release/sys/dev/ath/ath_hal/
H A Dah_internal.h442 (_ah)->ah_gpioGet(_ah, _gpio)
H A Dah.h1428 uint32_t __ahdecl(*ah_gpioGet)(struct ath_hal *, uint32_t gpio); member in struct:ath_hal
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c109 .ah_gpioGet = ar5212GpioGet,
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_attach.c141 ah->ah_gpioGet = ar5416GpioGet;
/freebsd-10.0-release/sys/dev/ath/
H A Dif_athvar.h1399 ((*(_ah)->ah_gpioGet)((_ah), (_gpio)))

Completed in 220 milliseconds