Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Dpic32_gpio.c103 int ret = GPIOF_UNUSED; in pic32_gpio_get_function()
113 ret = GPIOF_UNUSED; in pic32_gpio_get_function()
H A Dvybrid_gpio.c81 return GPIOF_UNUSED; in vybrid_gpio_get_function()
H A Dgpio-uclass.c637 return GPIOF_UNUSED; in get_function()
683 func == GPIOF_UNUSED) { in gpio_get_status()
690 used = gpio_get_function(dev, offset, &label) != GPIOF_UNUSED; in gpio_get_status()
/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Dgpio.h108 GPIOF_UNUSED, /* Not claimed */ enumerator
/OK3568_Linux_fs/u-boot/cmd/
H A Dgpio.c45 if (!(*flagsp & FLAG_SHOW_ALL) && ret == GPIOF_UNUSED) in gpio_get_description()