Home
last modified time | relevance | path

Searched refs:of_gpio_count (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/include/linux/
Dof_gpio.h109 static inline unsigned int of_gpio_count(struct device_node *np) in of_gpio_count() function
/linux-3.4.99/drivers/i2c/busses/
Di2c-gpio.c93 if (of_gpio_count(np) < 2) in of_i2c_gpio_probe()
/linux-3.4.99/drivers/spi/
Dspi-ppc4xx.c422 num_gpios = of_gpio_count(np); in spi_ppc4xx_of_probe()
Dspi-oc-tiny.c256 hw->gpio_cs_count = of_gpio_count(np); in tiny_spi_of_probe()
Dspi-mpc52xx.c451 ms->gpio_cs_count = of_gpio_count(op->dev.of_node); in mpc52xx_spi_probe()
Dspi-fsl-spi.c954 ngpios = of_gpio_count(np); in of_fsl_spi_get_chipselects()