Home
last modified time | relevance | path

Searched refs:of_get_gpio_flags (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/include/linux/
Dof_gpio.h123 static inline int of_get_gpio_flags(struct device_node *np, int index, in of_get_gpio_flags() function
154 return of_get_gpio_flags(np, index, NULL); in of_get_gpio()
/Linux-v4.19/arch/powerpc/platforms/85xx/
Dsgy_cts1000.c49 gpio = of_get_gpio_flags(halt_node, 0, &flags); in gpio_halt_cb()
95 gpio = of_get_gpio_flags(halt_node, 0, &flags); in gpio_halt_probe()
/Linux-v4.19/arch/mips/lantiq/xway/
Dvmmc.c40 int gpio = of_get_gpio_flags(pdev->dev.of_node, in vmmc_probe()
/Linux-v4.19/drivers/mmc/host/
Dof_mmc_spi.c108 oms->gpios[i] = of_get_gpio_flags(np, i, &gpio_flags); in mmc_spi_get_pdata()
/Linux-v4.19/drivers/media/i2c/
Ds5k6a3.c302 gpio = of_get_gpio_flags(dev->of_node, 0, NULL); in s5k6a3_probe()
/Linux-v4.19/drivers/spi/
Dspi-oc-tiny.c223 hw->gpio_cs[i] = of_get_gpio_flags(np, i, NULL); in tiny_spi_of_probe()
Dspi-ppc4xx.c424 gpio = of_get_gpio_flags(np, i, &flags); in spi_ppc4xx_of_probe()
Dspi-fsl-spi.c746 gpio = of_get_gpio_flags(np, i, &flags); in of_fsl_spi_get_chipselects()
/Linux-v4.19/drivers/usb/host/
Dfhci-hcd.c636 gpio = of_get_gpio_flags(node, i, &flags); in of_fhci_probe()