Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/gpio/
H A Dpic32_gpio.c102 int ret = GPIOF_UNUSED; in pic32_gpio_get_function()
112 ret = GPIOF_UNUSED; in pic32_gpio_get_function()
H A Dvybrid_gpio.c80 return GPIOF_UNUSED; in vybrid_gpio_get_function()
H A Dstm32f7_gpio.c137 return GPIOF_UNUSED; in stm32_gpio_get_function()
H A Dgpio-uclass.c636 return GPIOF_UNUSED; in get_function()
682 func == GPIOF_UNUSED) { in gpio_get_status()
689 used = gpio_get_function(dev, offset, &label) != GPIOF_UNUSED; in gpio_get_status()
/openbmc/u-boot/include/asm-generic/
H A Dgpio.h108 GPIOF_UNUSED, /* Not claimed */ enumerator
/openbmc/u-boot/cmd/
H A Dgpio.c45 if (!show_all && !(*flagsp & FLAG_SHOW_ALL) && ret == GPIOF_UNUSED) in gpio_get_description()
/openbmc/u-boot/drivers/pinctrl/
H A Dpinctrl_stm32.c199 case GPIOF_UNUSED: in stm32_pinctrl_get_pin_muxing()