Searched refs:of_get_gpio_flags (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/include/linux/ |
D | of_gpio.h | 123 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/ |
D | sgy_cts1000.c | 49 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/ |
D | vmmc.c | 40 int gpio = of_get_gpio_flags(pdev->dev.of_node, in vmmc_probe()
|
/Linux-v4.19/drivers/mmc/host/ |
D | of_mmc_spi.c | 108 oms->gpios[i] = of_get_gpio_flags(np, i, &gpio_flags); in mmc_spi_get_pdata()
|
/Linux-v4.19/drivers/media/i2c/ |
D | s5k6a3.c | 302 gpio = of_get_gpio_flags(dev->of_node, 0, NULL); in s5k6a3_probe()
|
/Linux-v4.19/drivers/spi/ |
D | spi-oc-tiny.c | 223 hw->gpio_cs[i] = of_get_gpio_flags(np, i, NULL); in tiny_spi_of_probe()
|
D | spi-ppc4xx.c | 424 gpio = of_get_gpio_flags(np, i, &flags); in spi_ppc4xx_of_probe()
|
D | spi-fsl-spi.c | 746 gpio = of_get_gpio_flags(np, i, &flags); in of_fsl_spi_get_chipselects()
|
/Linux-v4.19/drivers/usb/host/ |
D | fhci-hcd.c | 636 gpio = of_get_gpio_flags(node, i, &flags); in of_fhci_probe()
|