Lines Matching refs:sw_debounced
476 * @sw_debounced: flag indicating if the software debouncer is active
522 unsigned int sw_debounced;
722 if (READ_ONCE(line->sw_debounced)) {
980 WRITE_ONCE(line->sw_debounced, 1);
1026 WRITE_ONCE(line->sw_debounced, 0);
1058 if (!eflags || READ_ONCE(line->sw_debounced))
1100 if (debounce_period_us && READ_ONCE(line->sw_debounced)) {
1106 if ((line->irq && !READ_ONCE(line->sw_debounced)) ||
1108 (!debounce_period_us && READ_ONCE(line->sw_debounced)))
1307 if (lr->lines[i].sw_debounced)
1664 WRITE_ONCE(lr->lines[i].sw_debounced, 0);