Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/pci/tw5864/
A Dtw5864-core.c201 int next_input = (i + dev->next_input) % TW5864_INPUTS; in tw5864_timer_isr() local
202 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()
A Dtw5864.h157 int next_input; member

Completed in 4 milliseconds