Home
last modified time | relevance | path

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

/linux/drivers/gpio/
H A Dgpiolib-cdev.c526 #define GPIO_V2_LINE_EDGE_FLAGS \ macro
530 #define GPIO_V2_LINE_FLAG_EDGE_BOTH GPIO_V2_LINE_EDGE_FLAGS
536 GPIO_V2_LINE_EDGE_FLAGS | \
545 GPIO_V2_LINE_EDGE_FLAGS)
633 switch (edflags & GPIO_V2_LINE_EDGE_FLAGS) { in process_hw_ts_thread()
756 switch (READ_ONCE(line->edflags) & GPIO_V2_LINE_EDGE_FLAGS) { in edge_irq_thread()
852 eflags = edflags & GPIO_V2_LINE_EDGE_FLAGS; in debounce_work_func()
1013 eflags = edflags & GPIO_V2_LINE_EDGE_FLAGS; in edge_detector_setup()
1082 if (edflags & GPIO_V2_LINE_EDGE_FLAGS) in edge_detector_update()
1150 if ((flags & GPIO_V2_LINE_EDGE_FLAGS) && in gpio_v2_line_flags_validate()