Searched defs:ehci_itd (Results 1 – 1 of 1) sorted by relevance
87 struct ehci_itd { struct88 volatile uint32_t itd_next;89 volatile uint32_t itd_status[8];119 struct ehci_itd *next; argument120 struct ehci_itd *prev; argument121 struct ehci_itd *obj_next; argument125 typedef struct ehci_itd ehci_itd_t; argument