Home
last modified time | relevance | path

Searched refs:GPIOF_UNUSED (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/drivers/gpio/
Dpic32_gpio.c102 int ret = GPIOF_UNUSED; in pic32_gpio_get_function()
112 ret = GPIOF_UNUSED; in pic32_gpio_get_function()
Dvybrid_gpio.c80 return GPIOF_UNUSED; in vybrid_gpio_get_function()
Dgpio-uclass.c510 return GPIOF_UNUSED; in get_function()
556 func == GPIOF_UNUSED) { in gpio_get_status()
563 used = gpio_get_function(dev, offset, &label) != GPIOF_UNUSED; in gpio_get_status()
/external/u-boot/include/asm-generic/
Dgpio.h108 GPIOF_UNUSED, /* Not claimed */ enumerator
/external/u-boot/cmd/
Dgpio.c45 if (!(*flagsp & FLAG_SHOW_ALL) && ret == GPIOF_UNUSED) in gpio_get_description()