Home
last modified time | relevance | path

Searched refs:gpio_lookup_name (Results 1 – 6 of 6) sorted by relevance

/u-boot/test/dm/
A Dgpio.c37 ut_assertok(gpio_lookup_name("b4", &dev, &offset, &gpio)); in dm_test_gpio()
107 ut_assertok(gpio_lookup_name("a15", &dev, &offset, &gpio)); in dm_test_gpio()
139 ut_assertok(gpio_lookup_name("hog_input_active_low", &dev, &offset, in dm_test_gpio()
144 ut_assert(gpio_lookup_name("hog_not_exist", &dev, &offset, in dm_test_gpio()
249 ut_assertok(gpio_lookup_name("14", &dev, &offset, &gpio)); in dm_test_gpio_anon()
269 ut_assertok(gpio_lookup_name("b5", &dev, &offset, &gpio)); in dm_test_gpio_requestf()
287 ut_assertok(gpio_lookup_name("b6", &dev, &offset, &gpio)); in dm_test_gpio_copy()
A Dspmi.c84 ut_assertok(gpio_lookup_name("spmi1", &dev, &offset, &gpio)); in dm_test_spmi_access_peripheral()
/u-boot/cmd/
A Dgpio.c189 ret = gpio_lookup_name(str_gpio, NULL, NULL, &gpio); in do_gpio()
/u-boot/include/asm-generic/
A Dgpio.h433 int gpio_lookup_name(const char *name, struct udevice **devp,
/u-boot/drivers/gpio/
A Dsunxi_gpio.c154 ret = gpio_lookup_name(name, NULL, NULL, &gpio); in sunxi_name_to_gpio()
A Dgpio-uclass.c159 int gpio_lookup_name(const char *name, struct udevice **devp, in gpio_lookup_name() function

Completed in 13 milliseconds