Searched defs:ehci_itd (Results 1 – 1 of 1) sorted by relevance
83 struct ehci_itd { struct84 volatile uint32_t itd_next;85 volatile uint32_t itd_status[8];113 struct ehci_itd *next; argument114 struct ehci_itd *prev; argument115 struct ehci_itd *obj_next; argument119 typedef struct ehci_itd ehci_itd_t; argument