Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ic/
H A Dathnvar.h412 void (*gpio_config_output)(struct athn_softc *, int, int); member
H A Dathn.c1163 ops->gpio_config_output(sc, sc->sc_led_pin, AR_GPIO_OUTPUT_MUX_AS_OUTPUT); in athn_led_init()
1242 ops->gpio_config_output(sc, AR_GPIO_WLANACTIVE_PIN, in athn_btcoex_enable()
1246 ops->gpio_config_output(sc, AR_GPIO_WLANACTIVE_PIN, in athn_btcoex_enable()
1269 ops->gpio_config_output(sc, AR_GPIO_WLANACTIVE_PIN, in athn_btcoex_disable()
H A Darn5008.c173 ops->gpio_config_output = ar5008_gpio_config_output; in ar5008_attach()
H A Darn9003.c191 ops->gpio_config_output = ar9003_gpio_config_output; in ar9003_attach()