Searched refs:ehci_qh (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/usb/controller/
H A Dehci.h227 struct ehci_qh { struct
269 struct ehci_qh *next;
270 struct ehci_qh *prev;
271 struct ehci_qh *obj_next;
276 typedef struct ehci_qh ehci_qh_t;
325 struct ehci_qh *sc_async_p_last;
326 struct ehci_qh *sc_intr_p_last[EHCI_VIRTUAL_FRAMELIST_COUNT];

Completed in 105 milliseconds