Searched refs:prev_bit (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/media/lirc/
H A Dlirc_imon.c102 int prev_bit; /* logic level of sequence */ member in struct:imon_context::rx_data
493 context->rx.prev_bit = 0;
556 if (context->rx.prev_bit)
638 context->rx.prev_bit = 0;
648 if (curr_bit != context->rx.prev_bit) {
653 context->rx.prev_bit = curr_bit;
665 context->rx.initial_space = context->rx.prev_bit;
/drivers/input/mouse/
H A Dalps.c279 int i, bit, prev_bit; local
289 prev_bit = 0;
294 if (!prev_bit) {
300 if (prev_bit)
305 prev_bit = bit;
313 prev_bit = 0;
318 if (!prev_bit) {
324 if (prev_bit)
329 prev_bit = bit;

Completed in 55 milliseconds