Searched refs:max_pin (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/sys/dev/gpio/
H A Dgpioc.c115 int max_pin, res; local
123 max_pin = -1;
124 res = GPIO_PIN_MAX(sc->sc_pdev, &max_pin);
125 bcopy(&max_pin, arg, sizeof(max_pin));

Completed in 101 milliseconds