Searched refs:sw_debounced (Results 1 – 1 of 1) sorted by relevance
522 unsigned int sw_debounced; member722 if (READ_ONCE(line->sw_debounced)) { in process_hw_ts()980 WRITE_ONCE(line->sw_debounced, 1); in debounce_setup()1026 WRITE_ONCE(line->sw_debounced, 0); in edge_detector_stop()1058 if (!eflags || READ_ONCE(line->sw_debounced)) in edge_detector_setup()1100 if (debounce_period_us && READ_ONCE(line->sw_debounced)) { in edge_detector_update()1106 if ((line->irq && !READ_ONCE(line->sw_debounced)) || in edge_detector_update()1108 (!debounce_period_us && READ_ONCE(line->sw_debounced))) in edge_detector_update()1307 if (lr->lines[i].sw_debounced) in linereq_get_values()1664 WRITE_ONCE(lr->lines[i].sw_debounced, 0); in linereq_create()