Home
last modified time | relevance | path

Searched refs:next_input (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/media/pci/tw5864/
Dtw5864-core.c210 int next_input = (i + dev->next_input) % TW5864_INPUTS; in tw5864_timer_isr() local
211 struct tw5864_input *input = &dev->inputs[next_input]; in tw5864_timer_isr()
229 dev->next_input = (next_input + 1) % TW5864_INPUTS; in tw5864_timer_isr()
Dtw5864.h166 int next_input; member