Searched refs:gpio_count (Results 1 – 5 of 5) sorted by relevance
28 int gpio_count; in vmmc_probe() local35 gpio_count = of_gpio_count(pdev->dev.of_node); in vmmc_probe()36 while (gpio_count > 0) { in vmmc_probe()39 --gpio_count, &flags); in vmmc_probe()
76 int gpio_count, gpio_name_count, i, err; in nokia_modem_gpio_probe() local78 gpio_count = of_gpio_count(np); in nokia_modem_gpio_probe()80 if (gpio_count < 0) { in nokia_modem_gpio_probe()81 dev_err(dev, "missing gpios: %d\n", gpio_count); in nokia_modem_gpio_probe()82 return gpio_count; in nokia_modem_gpio_probe()87 if (gpio_count != gpio_name_count) { in nokia_modem_gpio_probe()92 modem->gpios = devm_kcalloc(dev, gpio_count, sizeof(*modem->gpios), in nokia_modem_gpio_probe()97 modem->gpio_amount = gpio_count; in nokia_modem_gpio_probe()99 for (i = 0; i < gpio_count; i++) { in nokia_modem_gpio_probe()
11 unsigned int gpio_count; member
257 st->nr_gpio = pdata->gpio_count; in tle62x0_probe()268 for (ptr = 0; ptr < pdata->gpio_count; ptr++) { in tle62x0_probe()
97 int gpio_count; member878 dev->gpio_int_idx = dev->gpio_count; in bcm_resource()881 dev->gpio_count++; in bcm_resource()1088 if (dev->gpio_count != (dev->irq ? 2 : 3)) in bcm_acpi_probe()1090 dev->gpio_count); in bcm_acpi_probe()