Searched refs:GPIOF_UNUSED (Results 1 - 10 of 10) sorted by relevance

/u-boot/drivers/gpio/
H A Dpic32_gpio.c104 int ret = GPIOF_UNUSED;
114 ret = GPIOF_UNUSED;
H A Dvybrid_gpio.c81 return GPIOF_UNUSED;
H A Drzg2l-gpio.c133 return GPIOF_UNUSED;
H A Dsifive-gpio.c139 val = GPIOF_UNUSED;
H A Dstm32_gpio.c166 return GPIOF_UNUSED;
H A Dgpio-uclass.c875 return GPIOF_UNUSED;
929 case GPIOF_UNUSED:
933 used = gpio_get_function(dev, offset, &label) != GPIOF_UNUSED;
/u-boot/drivers/pinctrl/
H A Dpinctrl_stm32.c49 [GPIOF_UNUSED] = "analog",
230 case GPIOF_UNUSED:
/u-boot/include/asm-generic/
H A Dgpio.h110 GPIOF_UNUSED, /* Not claimed */ enumerator in enum:gpio_func_t
180 * Note this returns GPIOF_UNUSED if the GPIO is not requested.
190 * GPIOF_UNUSED if the GPIO has not been requested. Otherwise returns the
198 * Note this does not return GPIOF_UNUSED - it will always return the GPIO
/u-boot/cmd/
H A Dgpio.c55 if (!show_all && !(*flagsp & FLAG_SHOW_ALL) && ret == GPIOF_UNUSED)
/u-boot/test/dm/
H A Dgpio.c360 ut_asserteq(GPIOF_UNUSED, gpio_get_function(gpio_a, 4, NULL));

Completed in 121 milliseconds