Searched refs:GPIO_V2_LINE_FLAG_INPUT (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/testing/selftests/gpio/
H A Dgpio-mockup-cdev.c127 flags_v2 = GPIO_V2_LINE_FLAG_INPUT;
151 flags_v2 &= ~GPIO_V2_LINE_FLAG_INPUT;
/linux-master/tools/gpio/
H A Dgpio-utils.c215 config.flags = GPIO_V2_LINE_FLAG_INPUT;
H A Dgpio-event-mon.c178 config.flags = GPIO_V2_LINE_FLAG_INPUT;
H A Dlsgpio.c38 .mask = GPIO_V2_LINE_FLAG_INPUT,
/linux-master/include/uapi/linux/
H A Dgpio.h57 * @GPIO_V2_LINE_FLAG_INPUT: line is an input
75 GPIO_V2_LINE_FLAG_INPUT = _BITULL(2), enumerator in enum:gpio_v2_line_flag
/linux-master/drivers/gpio/
H A Dgpiolib-cdev.c657 (GPIO_V2_LINE_FLAG_INPUT | \
1261 if ((flags & GPIO_V2_LINE_FLAG_INPUT) &&
1273 !(flags & GPIO_V2_LINE_FLAG_INPUT))
1327 !(flags & GPIO_V2_LINE_FLAG_INPUT))
1341 else if (flags & GPIO_V2_LINE_FLAG_INPUT)
1532 } else if (flags & GPIO_V2_LINE_FLAG_INPUT) {
1804 } else if (flags & GPIO_V2_LINE_FLAG_INPUT) {
2385 info->flags |= GPIO_V2_LINE_FLAG_INPUT;

Completed in 132 milliseconds