Searched refs:devm_gpiod_put (Results 1 – 3 of 3) sorted by relevance
749 void devm_gpiod_put(struct udevice *dev, struct gpio_desc *desc);
558 devm_gpiod_put(dev, desc2); in dm_test_gpio_devm()562 devm_gpiod_put(dev2, desc2); in dm_test_gpio_devm()567 devm_gpiod_put(dev, desc2); in dm_test_gpio_devm()
1275 void devm_gpiod_put(struct udevice *dev, struct gpio_desc *desc) in devm_gpiod_put() function
Completed in 7 milliseconds