Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Duhci.c175 sizeof(uhci_qh_t), UHCI_QH_ALIGN); in uhci_iterate_hw_softc()
178 sizeof(uhci_qh_t), UHCI_QH_ALIGN); in uhci_iterate_hw_softc()
181 sizeof(uhci_qh_t), UHCI_QH_ALIGN); in uhci_iterate_hw_softc()
184 sizeof(uhci_qh_t), UHCI_QH_ALIGN); in uhci_iterate_hw_softc()
198 sizeof(uhci_qh_t), UHCI_QH_ALIGN); in uhci_iterate_hw_softc()
508 uhci_qh_t *qh_x; in uhci_init()
509 uhci_qh_t *qh_y; in uhci_init()
529 uhci_qh_t *qh_ls; in uhci_init()
530 uhci_qh_t *qh_intr; in uhci_init()
543 uhci_qh_t *qh_intr; in uhci_init()
[all …]
H A Duhci.h155 typedef struct uhci_qh uhci_qh_t; typedef