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

/freebsd-11.0-release/sys/dev/usb/controller/
H A Duhci.c98 static void uhci_dump_tds(uhci_td_t *td);
140 uhci_td_t *td;
141 uhci_td_t *td_next;
188 sizeof(uhci_td_t), UHCI_TD_ALIGN);
193 sizeof(uhci_td_t), UHCI_TD_ALIGN);
546 uhci_td_t *td_x;
577 uhci_td_t *td_lst;
727 uhci_dump_td(uhci_td_t *p)
815 uhci_dump_tds(uhci_td_t *td)
894 static uhci_td_t *
[all...]
H A Duhci.h116 typedef struct uhci_td uhci_td_t; typedef in typeref:struct:uhci_td

Completed in 39 milliseconds