Searched refs:tw_handle_td (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h382 uhci_handler_function_t tw_handle_td; member in struct:uhci_trans_wrapper
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h624 ohci_handler_function_t tw_handle_td; member in struct:ohci_trans_wrapper
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c1591 tw->tw_handle_td = uhci_handle_intr_td;
1900 if ((tw->tw_handle_td != uhci_handle_intr_td) || (PID != PID_OUT)) {
2174 tw->tw_handle_td = uhci_handle_ctrl_td;
2816 tw->tw_handle_td = uhci_handle_bulk_td;
4018 tw->tw_handle_td = uhci_handle_isoc_td;
4670 (head->tw->tw_handle_td != uhci_handle_isoc_td)) {
H A Duhci.c1116 (*tw->tw_handle_td)(uhcip, head);
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c4840 tw->tw_handle_td = ohci_handle_ctrl_td;
5031 tw->tw_handle_td = ohci_handle_bulk_td;
5462 tw->tw_handle_td = ohci_handle_intr_td;
5722 tw->tw_handle_td = ohci_handle_isoc_td;
8968 (*tw->tw_handle_td)(ohcip, pp, tw,

Completed in 75 milliseconds