Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/lantiq/xway/
Dvmmc.c37 gpio_count = of_gpio_count(pdev->dev.of_node); in vmmc_probe()
/Linux-v4.19/include/linux/
Dof_gpio.h118 static inline int of_gpio_count(struct device_node *np) in of_gpio_count() function
/Linux-v4.19/arch/powerpc/platforms/85xx/
Dsgy_cts1000.c91 if (of_gpio_count(halt_node) != 1) in gpio_halt_probe()
/Linux-v4.19/drivers/watchdog/
Dmena21_wdt.c144 num_gpios = of_gpio_count(node); in a21_wdt_probe()
/Linux-v4.19/drivers/i2c/busses/
Di2c-cbus-gpio.c230 if (of_gpio_count(dnode) != 3) in cbus_i2c_probe()
/Linux-v4.19/drivers/hsi/clients/
Dnokia-modem.c91 gpio_count = of_gpio_count(np); in nokia_modem_gpio_probe()
/Linux-v4.19/drivers/spi/
Dspi-oc-tiny.c214 hw->gpio_cs_count = of_gpio_count(np); in tiny_spi_of_probe()
Dspi-ppc4xx.c410 num_gpios = of_gpio_count(np); in spi_ppc4xx_of_probe()
Dspi-mpc52xx.c437 ms->gpio_cs_count = of_gpio_count(op->dev.of_node); in mpc52xx_spi_probe()
Dspi-fsl-spi.c719 ngpios = of_gpio_count(np); in of_fsl_spi_get_chipselects()
/Linux-v4.19/drivers/regulator/
Dgpio-regulator.c169 ret = of_gpio_count(np); in of_get_gpio_regulator_config()