Searched refs:sw_debounced (Results 1 – 1 of 1) sorted by relevance
540 unsigned int sw_debounced; member868 if (READ_ONCE(line->sw_debounced)) { in process_hw_ts()1133 WRITE_ONCE(line->sw_debounced, 1); in debounce_setup()1179 WRITE_ONCE(line->sw_debounced, 0); in edge_detector_stop()1211 if (!eflags || READ_ONCE(line->sw_debounced)) in edge_detector_setup()1261 if (debounce_period_us && READ_ONCE(line->sw_debounced)) { in edge_detector_update()1279 if ((line->irq && !READ_ONCE(line->sw_debounced)) || in edge_detector_update()1281 (!debounce_period_us && READ_ONCE(line->sw_debounced))) in edge_detector_update()1480 if (lr->lines[i].sw_debounced) in linereq_get_values()1844 WRITE_ONCE(lr->lines[i].sw_debounced, 0); in linereq_create()