Searched refs:ath_gpio_pin_write (Results 1 – 1 of 1) sorted by relevance
141 void ath_gpio_pin_write(void *, int, int);3122 sc->sc_gpio_gc.gp_pin_write = ath_gpio_pin_write; in ath_gpio_attach()3149 ath_gpio_pin_write(void *arg, int pin, int value) in ath_gpio_pin_write() function