Searched refs:of_find_gpio (Results 1 - 2 of 2) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpio/ |
H A D | gpiolib-of.h | 10 struct gpio_desc *of_find_gpio(struct device *dev, const char *con_id, unsigned int idx, unsigned long *lookupflags); 17 static inline struct gpio_desc *of_find_gpio(struct device *dev, const char *con_id, unsigned int idx, in of_find_gpio() function
|
H A D | gpiolib-of.c | 422 return of_find_gpio(dev, NULL, idx, flags); in of_find_spi_cs_gpio() 490 struct gpio_desc *of_find_gpio(struct device *dev, const char *con_id, unsigned int idx, unsigned long *flags) in of_find_gpio() function 574 * of_find_gpio() or of_parse_own_gpio()
|
Completed in 2 milliseconds