Home
last modified time | relevance | path

Searched refs:of_gpiochip_remove (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Dof_gpio.h59 extern void of_gpiochip_remove(struct gpio_chip *gc);
81 static inline void of_gpiochip_remove(struct gpio_chip *gc) { } in of_gpiochip_remove() function
/linux-4.4.14/drivers/gpio/
Dgpiolib-of.c448 void of_gpiochip_remove(struct gpio_chip *chip) in of_gpiochip_remove() function
Dgpiolib.c377 of_gpiochip_remove(chip); in gpiochip_add()
414 of_gpiochip_remove(chip); in gpiochip_remove()