Searched refs:of_get_gpio_flags (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.4/include/linux/ |
D | of_gpio.h | 114 static inline int of_get_gpio_flags(struct device_node *np, int index, in of_get_gpio_flags() function 145 return of_get_gpio_flags(np, index, NULL); in of_get_gpio()
|
/Linux-v5.4/arch/powerpc/platforms/85xx/ |
D | sgy_cts1000.c | 45 gpio = of_get_gpio_flags(halt_node, 0, &flags); in gpio_halt_cb() 91 gpio = of_get_gpio_flags(halt_node, 0, &flags); in gpio_halt_probe()
|
/Linux-v5.4/arch/mips/lantiq/xway/ |
D | vmmc.c | 38 int gpio = of_get_gpio_flags(pdev->dev.of_node, in vmmc_probe()
|
/Linux-v5.4/drivers/media/i2c/ |
D | s5k6a3.c | 298 gpio = of_get_gpio_flags(dev->of_node, 0, NULL); in s5k6a3_probe()
|
/Linux-v5.4/drivers/spi/ |
D | spi-oc-tiny.c | 220 hw->gpio_cs[i] = of_get_gpio_flags(np, i, NULL); in tiny_spi_of_probe()
|
D | spi-ppc4xx.c | 421 gpio = of_get_gpio_flags(np, i, &flags); in spi_ppc4xx_of_probe()
|
/Linux-v5.4/drivers/usb/host/ |
D | fhci-hcd.c | 636 gpio = of_get_gpio_flags(node, i, &flags); in of_fhci_probe()
|