Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpio/
Dgpiolib-cdev.c668 #define GPIO_V2_LINE_EDGE_FLAGS \ macro
672 #define GPIO_V2_LINE_FLAG_EDGE_BOTH GPIO_V2_LINE_EDGE_FLAGS
678 GPIO_V2_LINE_EDGE_FLAGS | \
687 GPIO_V2_LINE_EDGE_FLAGS)
775 switch (edflags & GPIO_V2_LINE_EDGE_FLAGS) { in process_hw_ts_thread()
898 switch (READ_ONCE(line->edflags) & GPIO_V2_LINE_EDGE_FLAGS) { in edge_irq_thread()
994 eflags = edflags & GPIO_V2_LINE_EDGE_FLAGS; in debounce_work_func()
1153 eflags = edflags & GPIO_V2_LINE_EDGE_FLAGS; in edge_detector_setup()
1222 if (edflags & GPIO_V2_LINE_EDGE_FLAGS) in edge_detector_update()
1290 if ((flags & GPIO_V2_LINE_EDGE_FLAGS) && in gpio_v2_line_flags_validate()