Searched refs:of_find_gpio (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/drivers/gpio/ |
D | gpiolib-of.h | 10 struct gpio_desc *of_find_gpio(struct device *dev, 20 static inline struct gpio_desc *of_find_gpio(struct device *dev, in of_find_gpio() function
|
D | gpiolib-of.c | 426 return of_find_gpio(dev, NULL, idx, flags); in of_find_spi_cs_gpio() 492 struct gpio_desc *of_find_gpio(struct device *dev, const char *con_id, in of_find_gpio() function
|
D | gpiolib.c | 4010 desc = of_find_gpio(dev, con_id, idx, &lookupflags); in gpiod_get_index()
|