Home
last modified time | relevance | path

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
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h624 ohci_handler_function_t tw_handle_td; member
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c1591 tw->tw_handle_td = uhci_handle_intr_td; in uhci_insert_intr_td()
1900 if ((tw->tw_handle_td != uhci_handle_intr_td) || (PID != PID_OUT)) { in uhci_insert_hc_td()
2174 tw->tw_handle_td = uhci_handle_ctrl_td; in uhci_insert_ctrl_td()
2816 tw->tw_handle_td = uhci_handle_bulk_td; in uhci_insert_bulk_td()
4018 tw->tw_handle_td = uhci_handle_isoc_td; in uhci_insert_isoc_td()
4670 (head->tw->tw_handle_td != uhci_handle_isoc_td)) { in uhci_cmd_timeout_hdlr()
H A Duhci.c1116 (*tw->tw_handle_td)(uhcip, head); in uhci_process_submitted_td_queue()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c4822 tw->tw_handle_td = ohci_handle_ctrl_td; in ohci_insert_ctrl_req()
5013 tw->tw_handle_td = ohci_handle_bulk_td; in ohci_insert_bulk_req()
5444 tw->tw_handle_td = ohci_handle_intr_td; in ohci_allocate_intr_resources()
5704 tw->tw_handle_td = ohci_handle_isoc_td; in ohci_allocate_isoc_resources()
8948 (*tw->tw_handle_td)(ohcip, pp, tw, in ohci_handle_normal_td()