Searched refs:GPIO_V2_LINE_FLAG_ACTIVE_LOW (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/gpio/
H A Dgpio-mockup-cdev.c133 flags_v2 |= GPIO_V2_LINE_FLAG_ACTIVE_LOW;
/linux-master/tools/gpio/
H A Dlsgpio.c46 .mask = GPIO_V2_LINE_FLAG_ACTIVE_LOW,
/linux-master/include/uapi/linux/
H A Dgpio.h56 * @GPIO_V2_LINE_FLAG_ACTIVE_LOW: line active state is physical low
74 GPIO_V2_LINE_FLAG_ACTIVE_LOW = _BITULL(1), enumerator in enum:gpio_v2_line_flag
120 * %GPIO_V2_LINE_FLAG_ACTIVE_LOW, %GPIO_V2_LINE_FLAG_OUTPUT etc, added
156 * gpio_v2_line_flag, such as %GPIO_V2_LINE_FLAG_ACTIVE_LOW,
218 * gpio_v2_line_flag, such as %GPIO_V2_LINE_FLAG_ACTIVE_LOW,
/linux-master/drivers/gpio/
H A Dgpiolib-cdev.c671 (GPIO_V2_LINE_FLAG_ACTIVE_LOW | \
681 (GPIO_V2_LINE_FLAG_ACTIVE_LOW | \
777 if (edflags & GPIO_V2_LINE_FLAG_ACTIVE_LOW)
995 if (edflags & GPIO_V2_LINE_FLAG_ACTIVE_LOW)
1337 flags & GPIO_V2_LINE_FLAG_ACTIVE_LOW);
2308 if (flagsv2 & GPIO_V2_LINE_FLAG_ACTIVE_LOW)
2388 info->flags |= GPIO_V2_LINE_FLAG_ACTIVE_LOW;

Completed in 174 milliseconds