Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/pci/b2c2/
Dflexcop-pci.c15 static int irq_chk_intv = 100; variable
16 module_param(irq_chk_intv, int, 0644);
17 MODULE_PARM_DESC(irq_chk_intv, "set the interval for IRQ streaming watchdog.");
139 msecs_to_jiffies(irq_chk_intv < 100 ? 100 : irq_chk_intv)); in flexcop_pci_irq_check_work()
387 if (irq_chk_intv > 0) in flexcop_pci_probe()
389 msecs_to_jiffies(irq_chk_intv < 100 ? in flexcop_pci_probe()
391 irq_chk_intv)); in flexcop_pci_probe()
410 if (irq_chk_intv > 0) in flexcop_pci_remove()