Searched defs:ehci_itd (Results 1 – 1 of 1) sorted by relevance
86 struct ehci_itd { struct87 volatile uint32_t itd_next;88 volatile uint32_t itd_status[8];118 struct ehci_itd *next; argument119 struct ehci_itd *prev; argument120 struct ehci_itd *obj_next; argument124 typedef struct ehci_itd ehci_itd_t; argument