Searched defs:ehci_qh (Results 1 – 1 of 1) sorted by relevance
232 struct ehci_qh { struct233 volatile uint32_t qh_link;234 volatile uint32_t qh_endp;270 struct ehci_qh_sub qh_qtd; argument274 struct ehci_qh *next; argument275 struct ehci_qh *prev; argument276 struct ehci_qh *obj_next; argument281 typedef struct ehci_qh ehci_qh_t; argument