Home
last modified time | relevance | path

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

/u-boot/drivers/gpio/
A Dpic32_gpio.c104 int ret = GPIOF_UNUSED; in pic32_gpio_get_function()
114 ret = GPIOF_UNUSED; in pic32_gpio_get_function()
A Dvybrid_gpio.c81 return GPIOF_UNUSED; in vybrid_gpio_get_function()
A Dsifive-gpio.c139 val = GPIOF_UNUSED; in sifive_gpio_get_function()
A Dstm32_gpio.c189 return GPIOF_UNUSED; in stm32_gpio_get_function()
A Dgpio-uclass.c798 return GPIOF_UNUSED; in get_function()
844 func == GPIOF_UNUSED) { in gpio_get_status()
851 used = gpio_get_function(dev, offset, &label) != GPIOF_UNUSED; in gpio_get_status()
/u-boot/cmd/
A Dgpio.c48 if (!show_all && !(*flagsp & FLAG_SHOW_ALL) && ret == GPIOF_UNUSED) in gpio_get_description()
/u-boot/include/asm-generic/
A Dgpio.h110 GPIOF_UNUSED, /* Not claimed */ enumerator
/u-boot/drivers/pinctrl/
A Dpinctrl_stm32.c225 case GPIOF_UNUSED: in stm32_pinctrl_get_pin_muxing()
/u-boot/test/dm/
A Dgpio.c350 ut_asserteq(GPIOF_UNUSED, gpio_get_function(gpio_a, 4, NULL)); in dm_test_gpio_phandles()

Completed in 16 milliseconds