Home
last modified time | relevance | path

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

/freebsd/sys/dev/gpio/dwgpio/
H A Ddwgpio.c101 static int dwgpio_pin_setflags(device_t, uint32_t, uint32_t);
348 dwgpio_pin_setflags(device_t dev, uint32_t pin, uint32_t flags) in dwgpio_pin_setflags() function
408 DEVMETHOD(gpio_pin_setflags, dwgpio_pin_setflags),