Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dxhci_pci.c260 xhci_interrupt_poll(void *_sc) in xhci_interrupt_poll() function
266 usb_callout_reset(&sc->sc_callout, 1, (void *)&xhci_interrupt_poll, sc); in xhci_interrupt_poll()
445 xhci_interrupt_poll(sc); in xhci_pci_attach()
H A Dxhci.c1115 xhci_interrupt_poll(struct xhci_softc *sc) in xhci_interrupt_poll() function
1290 if (err != 0 && xhci_interrupt_poll(sc) != 0) { in xhci_do_command()
1708 xhci_interrupt_poll(sc); in xhci_interrupt()
1756 xhci_interrupt_poll(sc); in xhci_do_poll()
/freebsd/sys/dev/usb/controller/dwc3/
H A Ddwc3.c102 xhci_interrupt_poll(void *_sc) in xhci_interrupt_poll() function
109 usb_callout_reset(&sc->sc_callout, 1, (void *)&xhci_interrupt_poll, sc); in xhci_interrupt_poll()
163 xhci_interrupt_poll(sc); in snps_dwc3_attach_xhci()