Home
last modified time | relevance | path

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

/u-boot/include/asm-generic/
A Dgpio.h732 struct gpio_desc *devm_gpiod_get_index_optional(struct udevice *dev,
738 devm_gpiod_get_index_optional(dev, id, 0, flags)
/u-boot/test/dm/
A Dgpio.c503 desc3 = devm_gpiod_get_index_optional(dev, "test5", 0, flags); in dm_test_gpio_devm()
519 desc_err = devm_gpiod_get_index_optional(dev, "test5", 0, flags); in dm_test_gpio_devm()
521 desc_err = devm_gpiod_get_index_optional(dev2, "test5", 0, flags); in dm_test_gpio_devm()
527 desc_err = devm_gpiod_get_index_optional(dev, "test5", 1, flags); in dm_test_gpio_devm()
551 desc_err = devm_gpiod_get_index_optional(dev2, "test5", 0, flags); in dm_test_gpio_devm()
577 desc3 = devm_gpiod_get_index_optional(dev2, "test5", 0, flags); in dm_test_gpio_devm()
/u-boot/drivers/gpio/
A Dgpio-uclass.c1262 struct gpio_desc *devm_gpiod_get_index_optional(struct udevice *dev, in devm_gpiod_get_index_optional() function

Completed in 8 milliseconds