Searched refs:next_input (Results 1 – 2 of 2) sorted by relevance
201 int next_input = (i + dev->next_input) % TW5864_INPUTS; in tw5864_timer_isr() local202 struct tw5864_input *input = &dev->inputs[next_input]; in tw5864_timer_isr()220 dev->next_input = (next_input + 1) % TW5864_INPUTS; in tw5864_timer_isr()
157 int next_input; member