Searched refs:GPIOF_UNUSED (Results 1 – 9 of 9) sorted by relevance
104 int ret = GPIOF_UNUSED; in pic32_gpio_get_function()114 ret = GPIOF_UNUSED; in pic32_gpio_get_function()
81 return GPIOF_UNUSED; in vybrid_gpio_get_function()
139 val = GPIOF_UNUSED; in sifive_gpio_get_function()
189 return GPIOF_UNUSED; in stm32_gpio_get_function()
798 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()
48 if (!show_all && !(*flagsp & FLAG_SHOW_ALL) && ret == GPIOF_UNUSED) in gpio_get_description()
110 GPIOF_UNUSED, /* Not claimed */ enumerator
225 case GPIOF_UNUSED: in stm32_pinctrl_get_pin_muxing()
350 ut_asserteq(GPIOF_UNUSED, gpio_get_function(gpio_a, 4, NULL)); in dm_test_gpio_phandles()
Completed in 16 milliseconds