Home
last modified time | relevance | path

Searched defs:ehci_itd (Results 1 – 1 of 1) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
Dehci.h87 struct ehci_itd { struct
88 volatile uint32_t itd_next;
89 volatile uint32_t itd_status[8];
119 struct ehci_itd *next; argument
120 struct ehci_itd *prev; argument
121 struct ehci_itd *obj_next; argument
125 typedef struct ehci_itd ehci_itd_t; argument