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

/freebsd-13-stable/sys/dev/usb/controller/
H A Duhci.c100 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);
543 uhci_td_t *td_x;
574 uhci_td_t *td_lst;
723 uhci_dump_td(uhci_td_t *p)
811 uhci_dump_tds(uhci_td_t *td)
890 static uhci_td_t *
[all...]
H A Duhci.h118 typedef struct uhci_td uhci_td_t; typedef in typeref:struct:uhci_td

Completed in 102 milliseconds