Home
last modified time | relevance | path

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

/trueos/sys/dev/usb/controller/
HDuhci.h66 struct uhci_td { struct
107 struct uhci_td *next; argument
108 struct uhci_td *prev; argument
109 struct uhci_td *obj_next; argument
116 typedef struct uhci_td uhci_td_t; argument
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;
HDuhci.c217 uhci_mem_layout_fixup(struct uhci_mem_layout *ml, struct uhci_td *td) in uhci_mem_layout_fixup()
434 static struct uhci_td *
438 struct uhci_td *td; in uhci_init_td()