Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Dxhci_pci.c152 xhci_interrupt_poll(void *_sc) in xhci_interrupt_poll() function
159 usb_callout_reset(&sc->sc_callout, 1, (void *)&xhci_interrupt_poll, sc); in xhci_interrupt_poll()
322 xhci_interrupt_poll(sc); in xhci_pci_attach()
H A Dxhci.c1049 xhci_interrupt_poll(struct xhci_softc *sc) in xhci_interrupt_poll() function
1226 if (err != 0 && xhci_interrupt_poll(sc) != 0) { in xhci_do_command()
1640 xhci_interrupt_poll(sc); in xhci_interrupt()
1689 xhci_interrupt_poll(sc); in xhci_do_poll()