Home
last modified time | relevance | path

Searched refs:GPIO_V2_LINE_FLAG_ACTIVE_LOW (Results 1 – 8 of 8) sorted by relevance

/linux/Documentation/userspace-api/gpio/
H A Dgpio-v2-line-set-values-ioctl.rst39 The ``GPIO_V2_LINE_FLAG_ACTIVE_LOW`` flag controls the mapping between logical
41 If ``GPIO_V2_LINE_FLAG_ACTIVE_LOW`` is not set then active is high and inactive
42 is low. If ``GPIO_V2_LINE_FLAG_ACTIVE_LOW`` is set then active is low and
H A Dgpio-v2-line-get-values-ioctl.rst38 The ``GPIO_V2_LINE_FLAG_ACTIVE_LOW`` flag controls the mapping between physical
40 If ``GPIO_V2_LINE_FLAG_ACTIVE_LOW`` is not set then high is active and low is
41 inactive. If ``GPIO_V2_LINE_FLAG_ACTIVE_LOW`` is set then low is active and
H A Dgpio-v2-line-event-read.rst44 to active transition is a rising edge. If ``GPIO_V2_LINE_FLAG_ACTIVE_LOW`` is
H A Dgpio-v2-get-line-ioctl.rst62 the only other flag that may be set is ``GPIO_V2_LINE_FLAG_ACTIVE_LOW``
/linux/tools/gpio/
H A Dlsgpio.c46 .mask = GPIO_V2_LINE_FLAG_ACTIVE_LOW,
/linux/include/uapi/linux/
H A Dgpio.h74 GPIO_V2_LINE_FLAG_ACTIVE_LOW = _BITULL(1), enumerator
/linux/tools/testing/selftests/gpio/
H A Dgpio-mockup-cdev.c133 flags_v2 |= GPIO_V2_LINE_FLAG_ACTIVE_LOW; in main()
/linux/drivers/gpio/
H A Dgpiolib-cdev.c533 (GPIO_V2_LINE_FLAG_ACTIVE_LOW | \
543 (GPIO_V2_LINE_FLAG_ACTIVE_LOW | \
639 if (edflags & GPIO_V2_LINE_FLAG_ACTIVE_LOW) in process_hw_ts_thread()
857 if (edflags & GPIO_V2_LINE_FLAG_ACTIVE_LOW) in debounce_work_func()
1217 lflags & GPIO_V2_LINE_FLAG_ACTIVE_LOW); in gpio_v2_line_config_flags_to_desc_flags()
2183 if (flagsv2 & GPIO_V2_LINE_FLAG_ACTIVE_LOW) in gpio_v2_line_info_to_v1()
2266 info->flags |= GPIO_V2_LINE_FLAG_ACTIVE_LOW; in gpio_desc_to_lineinfo()