Home
last modified time | relevance | path

Searched defs:name_to_gpio (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/cmd/
H A Dgpio.c15 __weak int name_to_gpio(const char *name) in name_to_gpio() function
/openbmc/u-boot/board/Arcturus/ucp1020/
H A Ducp1020.c49 int name_to_gpio(const char *name) in name_to_gpio() function
/openbmc/u-boot/drivers/gpio/
H A Dmxs_gpio.c116 int name_to_gpio(const char *name) in name_to_gpio() function
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dgpio.h240 #define name_to_gpio(name) sunxi_name_to_gpio(name) macro