Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhci.h209 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
231 } uhci_td_t; argument
/illumos-gate/usr/src/cmd/mdb/common/modules/uhci/
H A Duhci.c191 uhci_td(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in uhci_td() function