Searched refs:of_gpiochip_add (Results 1 – 3 of 3) sorted by relevance
58 extern int of_gpiochip_add(struct gpio_chip *gc);80 static inline int of_gpiochip_add(struct gpio_chip *gc) { return 0; } in of_gpiochip_add() function
422 int of_gpiochip_add(struct gpio_chip *chip) in of_gpiochip_add() function
358 status = of_gpiochip_add(chip); in gpiochip_add()