Home
last modified time | relevance | path

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

/dragonfly/sys/bus/firewire/
H A Dfwohcivar.h79 void fwohci_poll (struct firewire_comm *, int, int);
H A Dfwohci_pci.c457 fwohci_poll((void *)sc, 0, -1); in fwohci_pci_add_child()
H A Dfwohci.c740 sc->fc.poll = fwohci_poll;
2044 fwohci_poll(struct firewire_comm *fc, int quick, int count) function