Searched refs:of_get_gpio_flags (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/include/linux/ |
D | of_gpio.h | 119 static inline int of_get_gpio_flags(const struct device_node *np, int index, in of_get_gpio_flags() function 150 return of_get_gpio_flags(np, index, NULL); in of_get_gpio()
|
/linux-6.1.9/arch/powerpc/platforms/85xx/ |
D | sgy_cts1000.c | 45 gpio = of_get_gpio_flags(halt_node, 0, &flags); in gpio_halt_cb() 94 gpio = of_get_gpio_flags(child_node, 0, &flags); in gpio_halt_probe()
|
/linux-6.1.9/drivers/media/i2c/ |
D | s5k6a3.c | 303 gpio = of_get_gpio_flags(dev->of_node, 0, NULL); in s5k6a3_probe()
|