Home
last modified time | relevance | path

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

/freebsd/sys/arm/mv/
H A Dgpio.c151 static int mv_gpio_pin_setflags(device_t, uint32_t, uint32_t);
172 DEVMETHOD(gpio_pin_setflags, mv_gpio_pin_setflags),
1122 mv_gpio_pin_setflags(device_t dev, uint32_t pin, uint32_t flags) in mv_gpio_pin_setflags() function