Searched refs:of_get_gpio_flags (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/include/linux/ |
D | of_gpio.h | 118 static inline int of_get_gpio_flags(const struct device_node *np, int index, in of_get_gpio_flags() function 149 return of_get_gpio_flags(np, index, NULL); in of_get_gpio()
|
/linux-5.19.10/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-5.19.10/arch/mips/lantiq/xway/ |
D | vmmc.c | 38 int gpio = of_get_gpio_flags(pdev->dev.of_node, in vmmc_probe()
|
/linux-5.19.10/drivers/media/i2c/ |
D | s5k6a3.c | 303 gpio = of_get_gpio_flags(dev->of_node, 0, NULL); in s5k6a3_probe()
|
/linux-5.19.10/drivers/usb/host/ |
D | fhci-hcd.c | 636 gpio = of_get_gpio_flags(node, i, &flags); in of_fhci_probe()
|