Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.c62 static void ehci_dump_sqh(ehci_softc_t *sc, ehci_qh_t *sqh);
122 sizeof(ehci_qh_t), EHCI_QH_ALIGN); in ehci_iterate_hw_softc()
127 sizeof(ehci_qh_t), EHCI_QH_ALIGN); in ehci_iterate_hw_softc()
245 ehci_qh_t *qh_t; in ehci_init()
321 qh_t = (ehci_qh_t *)buf_res.buffer; in ehci_init()
357 ehci_qh_t *qh_x; in ehci_init()
358 ehci_qh_t *qh_y; in ehci_init()
445 qh_t = (ehci_qh_t *)buf_res.buffer; in ehci_init()
712 ehci_dump_sqh(ehci_softc_t *sc, ehci_qh_t *qh) in ehci_dump_sqh()
918 static ehci_qh_t *
[all …]
Dehci.h281 typedef struct ehci_qh ehci_qh_t; typedef