Searched refs:ofw_gpiobus_parse_gpios (Results 1 – 3 of 3) sorted by relevance
79 if (ofw_gpiobus_parse_gpios(dev, "gpios", &sc->sc_pin) <= 0) { in gpiopower_attach()
138 int ofw_gpiobus_parse_gpios(device_t, char *, struct gpiobus_pin **);
183 ofw_gpiobus_parse_gpios(device_t consumer, char *pname, in ofw_gpiobus_parse_gpios() function