Home
last modified time | relevance | path

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

/freebsd/sys/dev/firewire/
H A Dfwohci.c144 static void fwohci_set_intr (struct firewire_comm *, int);
596 fwohci_set_intr(&sc->fc, 1);
753 sc->fc.set_intr = fwohci_set_intr;
1722 fwohci_set_intr(&sc->fc, 0);
2116 fwohci_set_intr(struct firewire_comm *fc, int enable) function