HomeSort by: relevance | last modified time | path
    Searched defs:fwohci_set_intr (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ieee1394/
fwohci.c 175 static void fwohci_set_intr(struct firewire_comm *, int);
381 sc->fc.set_intr = fwohci_set_intr;
620 fwohci_set_intr(&sc->fc, 0);
1061 fwohci_set_intr(struct firewire_comm *fc, int enable) function in typeref:typename:void
1066 printf("fwohci_set_intr: %d\n", enable);
1323 fwohci_set_intr(&sc->fc, 1);

Completed in 12 milliseconds