Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/dev/usb/controller/
HDxhci_pci.c251 xhci_interrupt_poll(void *_sc) in xhci_interrupt_poll() function
257 usb_callout_reset(&sc->sc_callout, 1, (void *)&xhci_interrupt_poll, sc); in xhci_interrupt_poll()
436 xhci_interrupt_poll(sc); in xhci_pci_attach()
HDdwc3.c103 xhci_interrupt_poll(void *_sc) in xhci_interrupt_poll() function
110 usb_callout_reset(&sc->sc_callout, 1, (void *)&xhci_interrupt_poll, sc); in xhci_interrupt_poll()
164 xhci_interrupt_poll(sc); in snps_dwc3_attach_xhci()
HDxhci.c1030 xhci_interrupt_poll(struct xhci_softc *sc) in xhci_interrupt_poll() function
1205 if (err != 0 && xhci_interrupt_poll(sc) != 0) { in xhci_do_command()
1623 xhci_interrupt_poll(sc); in xhci_interrupt()
1671 xhci_interrupt_poll(sc); in xhci_do_poll()