Searched refs:GPIO_V2_LINE_FLAG_INPUT (Results 1 – 7 of 7) sorted by relevance
127 flags_v2 = GPIO_V2_LINE_FLAG_INPUT; in main()151 flags_v2 &= ~GPIO_V2_LINE_FLAG_INPUT; in main()
60 The direction flags, ``GPIO_V2_LINE_FLAG_INPUT`` and76 ``GPIO_V2_LINE_FLAG_INPUT`` to be set and may be combined to detect both rising87 be applied to lines with ``GPIO_V2_LINE_FLAG_INPUT`` set. When set, debounce
38 .mask = GPIO_V2_LINE_FLAG_INPUT,
215 config.flags = GPIO_V2_LINE_FLAG_INPUT; in gpiotools_gets()
178 config.flags = GPIO_V2_LINE_FLAG_INPUT; in main()
75 GPIO_V2_LINE_FLAG_INPUT = _BITULL(2), enumerator
661 (GPIO_V2_LINE_FLAG_INPUT | \1279 if ((flags & GPIO_V2_LINE_FLAG_INPUT) && in gpio_v2_line_flags_validate()1291 !(flags & GPIO_V2_LINE_FLAG_INPUT)) in gpio_v2_line_flags_validate()1345 !(flags & GPIO_V2_LINE_FLAG_INPUT)) in gpio_v2_line_config_validate()1359 else if (flags & GPIO_V2_LINE_FLAG_INPUT) in gpio_v2_line_config_flags_to_desc_flags()1824 } else if (flags & GPIO_V2_LINE_FLAG_INPUT) { in linereq_create()2404 info->flags |= GPIO_V2_LINE_FLAG_INPUT; in gpio_desc_to_lineinfo()