HomeSort by: relevance | last modified time | path
    Searched refs:gpio_pin_set_conf (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/gpio/
gpiovar.h 111 bool gpio_pin_set_conf(void *, struct gpio_pinmap *, int, int);
gpiopps.c 199 if (!gpio_pin_set_conf(sc->sc_gpio, &sc->sc_map, 0, flags)) {
228 if (!gpio_pin_set_conf(sc->sc_gpio, &sc->sc_map, 1, flags)) {
268 if (!gpio_pin_set_conf(sc->sc_gpio, &sc->sc_map, 0, flags)) {
gpioirq.c 217 if (!gpio_pin_set_conf(sc->sc_gpio, &sc->sc_map, apin, flags)) {
gpio.c 444 gpio_pin_set_conf(void *gpio, struct gpio_pinmap *map, int pin, int flags) function in typeref:typename:bool
462 /* loosey-goosey version of gpio_pin_set_conf(). */

Completed in 46 milliseconds