Searched refs:gpio_requestf (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/include/asm-generic/ |
D | gpio.h | 208 int gpio_requestf(unsigned gpio, const char *fmt, ...)
|
/external/u-boot/drivers/gpio/ |
D | gpio-uclass.c | 218 int gpio_requestf(unsigned gpio, const char *fmt, ...) in gpio_requestf() function 583 ret = gpio_requestf(gpio, fmt, i); in gpio_claim_vector()
|
/external/u-boot/test/dm/ |
D | gpio.c | 139 ut_assertok(gpio_requestf(gpio, "testing %d %s", 1, "hi")); in dm_test_gpio_requestf()
|
/external/u-boot/board/gateworks/gw_ventana/ |
D | common.c | 1213 gpio_requestf(cfg->gpio_param, "dio%d", i); in setup_board_gpio()
|