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/
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
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
A Dgpio-v2-line-event-read.rst44 to active transition is a rising edge. If ``GPIO_V2_LINE_FLAG_ACTIVE_LOW`` is
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/
A Dlsgpio.c46 .mask = GPIO_V2_LINE_FLAG_ACTIVE_LOW,
/linux/include/uapi/linux/
A Dgpio.h74 GPIO_V2_LINE_FLAG_ACTIVE_LOW = _BITULL(1), enumerator
/linux/tools/testing/selftests/gpio/
A Dgpio-mockup-cdev.c133 flags_v2 |= GPIO_V2_LINE_FLAG_ACTIVE_LOW; in main()
/linux/drivers/gpio/
A Dgpiolib-cdev.c675 (GPIO_V2_LINE_FLAG_ACTIVE_LOW | \
685 (GPIO_V2_LINE_FLAG_ACTIVE_LOW | \
781 if (edflags & GPIO_V2_LINE_FLAG_ACTIVE_LOW) in process_hw_ts_thread()
999 if (edflags & GPIO_V2_LINE_FLAG_ACTIVE_LOW) in debounce_work_func()
1355 flags & GPIO_V2_LINE_FLAG_ACTIVE_LOW); in gpio_v2_line_config_flags_to_desc_flags()
2327 if (flagsv2 & GPIO_V2_LINE_FLAG_ACTIVE_LOW) in gpio_v2_line_info_to_v1()
2407 info->flags |= GPIO_V2_LINE_FLAG_ACTIVE_LOW; in gpio_desc_to_lineinfo()

Completed in 18 milliseconds