Searched refs:sw_debounced (Results 1 – 1 of 1) sorted by relevance
468 unsigned int sw_debounced; member655 if (READ_ONCE(line->sw_debounced)) { in process_hw_ts()913 WRITE_ONCE(line->sw_debounced, 1); in debounce_setup()959 WRITE_ONCE(line->sw_debounced, 0); in edge_detector_stop()991 if (!eflags || READ_ONCE(line->sw_debounced)) in edge_detector_setup()1033 if (debounce_period_us && READ_ONCE(line->sw_debounced)) { in edge_detector_update()1039 if ((line->irq && !READ_ONCE(line->sw_debounced)) || in edge_detector_update()1041 (!debounce_period_us && READ_ONCE(line->sw_debounced))) in edge_detector_update()1240 if (lr->lines[i].sw_debounced) in linereq_get_values()1563 WRITE_ONCE(lr->lines[i].sw_debounced, 0); in linereq_create()