Searched refs:devm_gpiod_get_index_optional (Results 1 – 3 of 3) sorted by relevance
| /u-boot/include/asm-generic/ |
| A D | gpio.h | 847 struct gpio_desc *devm_gpiod_get_index_optional(struct udevice *dev, 853 devm_gpiod_get_index_optional(dev, id, 0, flags)
|
| /u-boot/test/dm/ |
| A D | gpio.c | 513 desc3 = devm_gpiod_get_index_optional(dev, "test5", 0, flags); in dm_test_gpio_devm() 529 desc_err = devm_gpiod_get_index_optional(dev, "test5", 0, flags); in dm_test_gpio_devm() 531 desc_err = devm_gpiod_get_index_optional(dev2, "test5", 0, flags); in dm_test_gpio_devm() 537 desc_err = devm_gpiod_get_index_optional(dev, "test5", 1, flags); in dm_test_gpio_devm() 561 desc_err = devm_gpiod_get_index_optional(dev2, "test5", 0, flags); in dm_test_gpio_devm() 587 desc3 = devm_gpiod_get_index_optional(dev2, "test5", 0, flags); in dm_test_gpio_devm()
|
| /u-boot/drivers/gpio/ |
| A D | gpio-uclass.c | 1424 struct gpio_desc *devm_gpiod_get_index_optional(struct udevice *dev, in devm_gpiod_get_index_optional() function
|
Completed in 10 milliseconds