Home
last modified time | relevance | path

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

/freebsd/sys/dev/sound/pci/
H A Dmaestro3.c200 static void m3_intr(void *);
1103 m3_intr(void *p) in m3_intr() function
1378 if (snd_setup_intr(dev, sc->irq, INTR_MPSAFE, m3_intr, sc, &sc->ih)) { in m3_pci_attach()