Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/test/dm/
H A Dgpio.c34 ut_assertok(gpio_lookup_name("b4", &dev, &offset, &gpio)); in dm_test_gpio()
99 ut_assertok(gpio_lookup_name("a15", &dev, &offset, &gpio)); in dm_test_gpio()
121 ut_assertok(gpio_lookup_name("14", &dev, &offset, &gpio)); in dm_test_gpio_anon()
141 ut_assertok(gpio_lookup_name("b5", &dev, &offset, &gpio)); in dm_test_gpio_requestf()
159 ut_assertok(gpio_lookup_name("b6", &dev, &offset, &gpio)); in dm_test_gpio_copy()
H A Dspmi.c85 ut_assertok(gpio_lookup_name("spmi1", &dev, &offset, &gpio)); in dm_test_spmi_access_peripheral()
/rk3399_rockchip-uboot/include/asm-generic/
H A Dgpio.h379 int gpio_lookup_name(const char *name, struct udevice **devp,
/rk3399_rockchip-uboot/cmd/
H A Dgpio.c175 ret = gpio_lookup_name(str_gpio, NULL, NULL, &gpio); in do_gpio()
/rk3399_rockchip-uboot/drivers/gpio/
H A Dsunxi_gpio.c157 ret = gpio_lookup_name(name, NULL, NULL, &gpio); in sunxi_name_to_gpio()
H A Dgpio-uclass.c93 int gpio_lookup_name(const char *name, struct udevice **devp, in gpio_lookup_name() function
/rk3399_rockchip-uboot/board/freescale/mx7dsabresd/
H A Dmx7dsabresd.c227 ret = gpio_lookup_name("gpio_spi@0_5", NULL, NULL, &gpio); in board_eth_init()