Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Duhci.h67 struct uhci_td { struct
108 struct uhci_td *next; argument
109 struct uhci_td *prev; argument
110 struct uhci_td *obj_next; argument
117 typedef struct uhci_td uhci_td_t; argument
149 struct uhci_td *e_next;
211 struct uhci_td *sc_isoc_p_last[UHCI_VFRAMELIST_COUNT];
222 struct uhci_td *sc_last_td_p;
H A Duhci.c214 uhci_mem_layout_fixup(struct uhci_mem_layout *ml, struct uhci_td *td) in uhci_mem_layout_fixup()
429 static struct uhci_td *
433 struct uhci_td *td; in uhci_init_td()