Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dehci.c112 static void ehci_dump_sqh(ehci_softc_t *sc, ehci_qh_t *sqh);
161 sizeof(ehci_qh_t), EHCI_QH_ALIGN); in ehci_iterate_hw_softc()
166 sizeof(ehci_qh_t), EHCI_QH_ALIGN); in ehci_iterate_hw_softc()
362 ehci_qh_t *qh; in ehci_init()
402 ehci_qh_t *qh_x; in ehci_init()
403 ehci_qh_t *qh_y; in ehci_init()
421 ehci_qh_t *qh; in ehci_init()
498 ehci_qh_t *qh; in ehci_init()
767 ehci_dump_sqh(ehci_softc_t *sc, ehci_qh_t *qh) in ehci_dump_sqh()
971 static ehci_qh_t *
[all …]
H A Dehci.h276 typedef struct ehci_qh ehci_qh_t; typedef