Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/gpio/
A Dlsgpio.c46 .mask = GPIO_V2_LINE_FLAG_ACTIVE_LOW,
/linux-6.3-rc2/include/uapi/linux/
A Dgpio.h74 GPIO_V2_LINE_FLAG_ACTIVE_LOW = _BITULL(1), enumerator
/linux-6.3-rc2/tools/testing/selftests/gpio/
A Dgpio-mockup-cdev.c133 flags_v2 |= GPIO_V2_LINE_FLAG_ACTIVE_LOW; in main()
/linux-6.3-rc2/drivers/gpio/
A Dgpiolib-cdev.c599 (GPIO_V2_LINE_FLAG_ACTIVE_LOW | \
609 (GPIO_V2_LINE_FLAG_ACTIVE_LOW | \
675 if (edflags & GPIO_V2_LINE_FLAG_ACTIVE_LOW) in process_hw_ts_thread()
893 if (edflags & GPIO_V2_LINE_FLAG_ACTIVE_LOW) in debounce_work_func()
1222 flags & GPIO_V2_LINE_FLAG_ACTIVE_LOW); in gpio_v2_line_config_flags_to_desc_flags()
2205 if (flagsv2 & GPIO_V2_LINE_FLAG_ACTIVE_LOW) in gpio_v2_line_info_to_v1()
2283 info->flags |= GPIO_V2_LINE_FLAG_ACTIVE_LOW; in gpio_desc_to_lineinfo()

Completed in 11 milliseconds