Home
last modified time | relevance | path

Searched refs:gpio_write (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/sys/dev/ic/
H A Dathnvar.h385 void (*gpio_write)(struct athn_softc *, int, int); member
H A Dathn.c1130 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()
H A Dar5008.c162 ops->gpio_write = ar5008_gpio_write; in ar5008_attach()
H A Dar9003.c168 ops->gpio_write = ar9003_gpio_write; in ar9003_attach()