Home
last modified time | relevance | path

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

/openbmc/u-boot/test/dm/
H A Dgpio.c31 ut_assertok(gpio_lookup_name("b4", &dev, &offset, &gpio)); in dm_test_gpio()
96 ut_assertok(gpio_lookup_name("a15", &dev, &offset, &gpio)); in dm_test_gpio()
118 ut_assertok(gpio_lookup_name("14", &dev, &offset, &gpio)); in dm_test_gpio_anon()
138 ut_assertok(gpio_lookup_name("b5", &dev, &offset, &gpio)); in dm_test_gpio_requestf()
156 ut_assertok(gpio_lookup_name("b6", &dev, &offset, &gpio)); in dm_test_gpio_copy()
H A Dspmi.c82 ut_assertok(gpio_lookup_name("spmi1", &dev, &offset, &gpio)); in dm_test_spmi_access_peripheral()
/openbmc/u-boot/include/asm-generic/
H A Dgpio.h379 int gpio_lookup_name(const char *name, struct udevice **devp,
/openbmc/u-boot/cmd/
H A Dgpio.c185 ret = gpio_lookup_name(str_gpio, NULL, NULL, &gpio); in do_gpio()
/openbmc/u-boot/board/freescale/mx7dsabresd/
H A Dmx7dsabresd.c223 ret = gpio_lookup_name("gpio_spi@0_5", NULL, NULL, &gpio); in board_eth_init()
/openbmc/u-boot/drivers/gpio/
H A Dsunxi_gpio.c154 ret = gpio_lookup_name(name, NULL, NULL, &gpio); in sunxi_name_to_gpio()
H A Dgpio-uclass.c94 int gpio_lookup_name(const char *name, struct udevice **devp, in gpio_lookup_name() function