Searched refs:sw_debounced (Results 1 – 1 of 1) sorted by relevance
481 unsigned int sw_debounced; member700 if (READ_ONCE(line->sw_debounced)) { in process_hw_ts()966 WRITE_ONCE(line->sw_debounced, 1); in debounce_setup()1012 WRITE_ONCE(line->sw_debounced, 0); in edge_detector_stop()1052 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()1113 if ((line->irq && !READ_ONCE(line->sw_debounced)) || in edge_detector_update()1115 (!debounce_period_us && READ_ONCE(line->sw_debounced))) in edge_detector_update()1329 if (lr->lines[i].sw_debounced) in linereq_get_values()1649 WRITE_ONCE(lr->lines[i].sw_debounced, 0); in linereq_create()