Searched refs:gpio_write (Results 1 – 4 of 4) sorted by relevance
385 void (*gpio_write)(struct athn_softc *, int, int); member
1130 ops->gpio_write(sc, sc->led_pin, !sc->led_state); in athn_set_led()1223 ops->gpio_write(sc, AR_GPIO_WLANACTIVE_PIN, 0); in athn_btcoex_disable()
162 ops->gpio_write = ar5008_gpio_write; in ar5008_attach()
168 ops->gpio_write = ar9003_gpio_write; in ar9003_attach()