Searched refs:devm_gpiod_get_index_optional (Results 1 – 3 of 3) sorted by relevance
/u-boot/include/asm-generic/ |
A D | gpio.h | 732 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 D | gpio.c | 503 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 D | gpio-uclass.c | 1262 struct gpio_desc *devm_gpiod_get_index_optional(struct udevice *dev, in devm_gpiod_get_index_optional() function
|
Completed in 8 milliseconds