HomeSort by: relevance | last modified time | path
    Searched defs:ehci_alloc_sqtd (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/usb/
ehci.c 240 Static ehci_soft_qtd_t *ehci_alloc_sqtd(ehci_softc_t *);
2970 ehci_alloc_sqtd(ehci_softc_t *sc) function in typeref:typename:Static ehci_soft_qtd_t *
3060 ehci_soft_qtd_t *cur = ehci_alloc_sqtd(sc);
3623 exfer->ex_setup = ehci_alloc_sqtd(sc);
3628 exfer->ex_status = ehci_alloc_sqtd(sc);

Completed in 15 milliseconds