HomeSort by: relevance | last modified time | path
    Searched refs:ehci_soft_qh_t (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
ehcivar.h 55 } ehci_soft_qh_t; typedef in typeref:struct:ehci_soft_qh
139 ehci_soft_qh_t *sqh; /* Queue Head. */
207 ehci_soft_qh_t *sc_freeqhs;
219 ehci_soft_qh_t *sc_async_head;
ehci.c 144 ehci_soft_qh_t *sqh;
237 Static ehci_soft_qh_t * ehci_alloc_sqh(ehci_softc_t *);
238 Static void ehci_free_sqh(ehci_softc_t *, ehci_soft_qh_t *);
275 Static usbd_status ehci_device_setintr(ehci_softc_t *, ehci_soft_qh_t *,
278 Static void ehci_add_qh(ehci_softc_t *, ehci_soft_qh_t *,
279 ehci_soft_qh_t *);
280 Static void ehci_rem_qh(ehci_softc_t *, ehci_soft_qh_t *,
281 ehci_soft_qh_t *);
282 Static void ehci_set_qh_qtd(ehci_soft_qh_t *, ehci_soft_qtd_t *);
285 Static void ehci_close_pipe(struct usbd_pipe *, ehci_soft_qh_t *);
    [all...]

Completed in 29 milliseconds