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

/openwrt/package/kernel/lantiq/ltq-hcd/src/
H A Difxusb_driver.c307 int gpio_count; local
471 gpio_count = of_gpio_count(np);
472 while (gpio_count > 0) {
474 int gpio = of_get_gpio_flags(np, --gpio_count, &flags);

Completed in 75 milliseconds