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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dof_gpio.h51 extern unsigned int of_gpio_count(struct device_node *np);
69 static inline unsigned int of_gpio_count(struct device_node *np) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/of/
H A Dgpio.c85 * of_gpio_count - Count GPIOs for a device
100 unsigned int of_gpio_count(struct device_node *np) function
116 EXPORT_SYMBOL(of_gpio_count); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dspi_ppc4xx.c420 * Note that of_gpio_count counts all gpios assigned to this spi master.
423 num_gpios = of_gpio_count(np);
H A Dmpc52xx_spi.c452 ms->gpio_cs_count = of_gpio_count(op->dev.of_node);
H A Dspi_mpc8xxx.c1155 ngpios = of_gpio_count(np);

Completed in 127 milliseconds