Searched refs:gpio_config_output (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/sys/dev/ic/ |
H A D | athnvar.h | 387 void (*gpio_config_output)(struct athn_softc *, int, int); member
|
H A D | athn.c | 1119 ops->gpio_config_output(sc, sc->led_pin, AR_GPIO_OUTPUT_MUX_AS_OUTPUT); in athn_led_init() 1198 ops->gpio_config_output(sc, AR_GPIO_WLANACTIVE_PIN, in athn_btcoex_enable() 1202 ops->gpio_config_output(sc, AR_GPIO_WLANACTIVE_PIN, in athn_btcoex_enable() 1225 ops->gpio_config_output(sc, AR_GPIO_WLANACTIVE_PIN, in athn_btcoex_disable()
|
H A D | ar5008.c | 164 ops->gpio_config_output = ar5008_gpio_config_output; in ar5008_attach()
|
H A D | ar9003.c | 170 ops->gpio_config_output = ar9003_gpio_config_output; in ar9003_attach()
|