Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhci.h146 struct uhci_td *td_tailp; /* Pointer to the last TD of QH */
209 typedef struct uhci_td { struct
220 struct uhci_td *qh_td_prev; argument
221 struct uhci_td *tw_td_next; argument
222 struct uhci_td *outst_td_next; argument
223 struct uhci_td *outst_td_prev; argument
225 struct uhci_td *isoc_next; argument
226 struct uhci_td *isoc_prev; argument
/titanic_41/usr/src/cmd/mdb/common/modules/uhci/
H A Duhci.c48 int uhci_td(uintptr_t, uint_t, int, const mdb_arg_t *);
193 uhci_td(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in uhci_td() function
615 { "uhci_td", ": [-d]", "print UHCI TD", uhci_td, NULL },