Home
last modified time | relevance | path

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

/u-boot/include/asm-generic/
A Dgpio.h749 void devm_gpiod_put(struct udevice *dev, struct gpio_desc *desc);
/u-boot/test/dm/
A Dgpio.c558 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()
/u-boot/drivers/gpio/
A Dgpio-uclass.c1275 void devm_gpiod_put(struct udevice *dev, struct gpio_desc *desc) in devm_gpiod_put() function

Completed in 7 milliseconds