Home
last modified time | relevance | path

Searched refs:gpio_pin_read (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/sys/dev/misc/gpio/
H A Dgpio.h147 int gpio_pin_read(struct gpio *gp, struct gpio_mapping *map, int pin);
H A Dgpio_led.c152 data = gpio_pin_read(sc->gp, sc->gp_map, 0); in led_read()
H A Dgpio.c275 gpio_pin_read(struct gpio *gp, struct gpio_mapping *map, int pin) in gpio_pin_read() function