Lines Matching refs:sw_debounced
424 * @sw_debounced: flag indicating if the software debouncer is active
457 unsigned int sw_debounced;
718 WRITE_ONCE(line->sw_debounced, 1);
760 WRITE_ONCE(line->sw_debounced, 0);
792 if (!eflags || READ_ONCE(line->sw_debounced))
830 if (debounce_period_us && READ_ONCE(line->sw_debounced)) {
837 if ((line->irq && !READ_ONCE(line->sw_debounced)) ||
838 (!debounce_period_us && READ_ONCE(line->sw_debounced)))
1022 if (lr->lines[i].sw_debounced)
1337 WRITE_ONCE(lr->lines[i].sw_debounced, 0);