Searched refs:xhci_interrupt_poll (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/sys/dev/usb/controller/
H A Dxhci_pci.c153 xhci_interrupt_poll(void *_sc) function
159 usb_callout_reset(&sc->sc_callout, 1, (void *)&xhci_interrupt_poll, sc);
283 xhci_interrupt_poll(sc);
H A Dxhci.c1048 xhci_interrupt_poll(struct xhci_softc *sc) function
1225 if (err != 0 && xhci_interrupt_poll(sc) != 0) {
1639 xhci_interrupt_poll(sc);
1688 xhci_interrupt_poll(sc);

Completed in 107 milliseconds