Home
last modified time | relevance | path

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

/drivers/media/pci/saa7164/
Dsaa7164-core.c666 } else if (intid == porta->hwcfg.interruptid) { in saa7164_irq()
671 } else if (intid == portb->hwcfg.interruptid) { in saa7164_irq()
676 } else if (intid == portc->hwcfg.interruptid) { in saa7164_irq()
681 } else if (intid == portd->hwcfg.interruptid) { in saa7164_irq()
686 } else if (intid == porte->hwcfg.interruptid) { in saa7164_irq()
691 } else if (intid == portf->hwcfg.interruptid) { in saa7164_irq()
Dsaa7164-types.h235 u8 interruptid; member
Dsaa7164-api.c1050 vcoutputtermhdr->interruptid); in saa7164_api_dump_subdevs()