Searched refs:sw_debounced (Results 1 – 1 of 1) sorted by relevance
457 unsigned int sw_debounced; member676 if (READ_ONCE(line->sw_debounced)) { in process_hw_ts()942 WRITE_ONCE(line->sw_debounced, 1); in debounce_setup()988 WRITE_ONCE(line->sw_debounced, 0); in edge_detector_stop()1028 if (!eflags || READ_ONCE(line->sw_debounced)) in edge_detector_setup()1076 if (debounce_period_us && READ_ONCE(line->sw_debounced)) { in edge_detector_update()1089 if ((line->irq && !READ_ONCE(line->sw_debounced)) || in edge_detector_update()1091 (!debounce_period_us && READ_ONCE(line->sw_debounced))) in edge_detector_update()1305 if (lr->lines[i].sw_debounced) in linereq_get_values()1622 WRITE_ONCE(lr->lines[i].sw_debounced, 0); in linereq_create()