Searched refs:GPIO_V2_LINE_FLAG_INPUT (Results 1 – 6 of 6) 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
215 config.flags = GPIO_V2_LINE_FLAG_INPUT; in gpiotools_gets()
38 .mask = GPIO_V2_LINE_FLAG_INPUT,
75 GPIO_V2_LINE_FLAG_INPUT = _BITULL(2), enumerator
519 (GPIO_V2_LINE_FLAG_INPUT | \1139 if ((flags & GPIO_V2_LINE_FLAG_INPUT) && in gpio_v2_line_flags_validate()1151 !(flags & GPIO_V2_LINE_FLAG_INPUT)) in gpio_v2_line_flags_validate()1205 !(flags & GPIO_V2_LINE_FLAG_INPUT)) in gpio_v2_line_config_validate()1221 else if (lflags & GPIO_V2_LINE_FLAG_INPUT) in gpio_v2_line_config_flags_to_desc_flags()1680 } else if (flags & GPIO_V2_LINE_FLAG_INPUT) { in linereq_create()2263 info->flags |= GPIO_V2_LINE_FLAG_INPUT; in gpio_desc_to_lineinfo()