Home
last modified time | relevance | path

Searched refs:uhci_handle_ctrl_td (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/io/warlock/
H A Duhci.wlcmd81 add uhci_trans_wrapper::tw_handle_td targets uhci_handle_ctrl_td
/titanic_50/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhciutil.h74 void uhci_handle_ctrl_td(uhci_state_t *uhcip, uhci_td_t *td);
/titanic_50/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhci.c1416 uhci_handle_ctrl_td(uhci_state_t *uhcip, uhci_td_t *td) in uhci_handle_ctrl_td() function
H A Duhciutil.c2174 tw->tw_handle_td = uhci_handle_ctrl_td; in uhci_insert_ctrl_td()