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
543 (GPIO_V2_LINE_FLAG_INPUT | \1163 if ((flags & GPIO_V2_LINE_FLAG_INPUT) && in gpio_v2_line_flags_validate()1175 !(flags & GPIO_V2_LINE_FLAG_INPUT)) in gpio_v2_line_flags_validate()1229 !(flags & GPIO_V2_LINE_FLAG_INPUT)) in gpio_v2_line_config_validate()1245 else if (lflags & GPIO_V2_LINE_FLAG_INPUT) in gpio_v2_line_config_flags_to_desc_flags()1704 } else if (flags & GPIO_V2_LINE_FLAG_INPUT) { in linereq_create()2287 info->flags |= GPIO_V2_LINE_FLAG_INPUT; in gpio_desc_to_lineinfo()