Searched refs:devm_gpiod_put (Results 1 – 3 of 3) sorted by relevance
851 void devm_gpiod_put(struct udevice *dev, struct gpio_desc *desc);
568 devm_gpiod_put(dev, desc2); in dm_test_gpio_devm()572 devm_gpiod_put(dev2, desc2); in dm_test_gpio_devm()577 devm_gpiod_put(dev, desc2); in dm_test_gpio_devm()
1425 void devm_gpiod_put(struct udevice *dev, struct gpio_desc *desc) in devm_gpiod_put() function
Completed in 8 milliseconds