Searched refs:uhci_td (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/usb/controller/
H A Duhci.h66 struct uhci_td { struct
107 struct uhci_td *next;
108 struct uhci_td *prev;
109 struct uhci_td *obj_next;
116 typedef struct uhci_td uhci_td_t;
148 struct uhci_td *e_next;
210 struct uhci_td *sc_isoc_p_last[UHCI_VFRAMELIST_COUNT];
221 struct uhci_td *sc_last_td_p;
H A Duhci.c215 uhci_mem_layout_fixup(struct uhci_mem_layout *ml, struct uhci_td *td)
432 static struct uhci_td *
436 struct uhci_td *td;

Completed in 39 milliseconds