Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/saa7164/
Dsaa7164-core.c676 } else if (intid == porta->hwcfg.interruptid) { in saa7164_irq()
681 } else if (intid == portb->hwcfg.interruptid) { in saa7164_irq()
686 } else if (intid == portc->hwcfg.interruptid) { in saa7164_irq()
691 } else if (intid == portd->hwcfg.interruptid) { in saa7164_irq()
696 } else if (intid == porte->hwcfg.interruptid) { in saa7164_irq()
701 } else if (intid == portf->hwcfg.interruptid) { in saa7164_irq()
Dsaa7164-types.h245 u8 interruptid; member
Dsaa7164-api.c1060 vcoutputtermhdr->interruptid); in saa7164_api_dump_subdevs()