Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dof_gpio.h114 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/
Dsgy_cts1000.c45 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/
Dvmmc.c38 int gpio = of_get_gpio_flags(pdev->dev.of_node, in vmmc_probe()
/Linux-v5.4/drivers/media/i2c/
Ds5k6a3.c298 gpio = of_get_gpio_flags(dev->of_node, 0, NULL); in s5k6a3_probe()
/Linux-v5.4/drivers/spi/
Dspi-oc-tiny.c220 hw->gpio_cs[i] = of_get_gpio_flags(np, i, NULL); in tiny_spi_of_probe()
Dspi-ppc4xx.c421 gpio = of_get_gpio_flags(np, i, &flags); in spi_ppc4xx_of_probe()
/Linux-v5.4/drivers/usb/host/
Dfhci-hcd.c636 gpio = of_get_gpio_flags(node, i, &flags); in of_fhci_probe()