Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c278 static int ohci_insert_hc_td(ohci_state_t *ohcip,
4852 (void) ohci_insert_hc_td(ohcip, ctrl, 0, SETUP_SIZE, in ohci_insert_ctrl_req()
4894 (void) ohci_insert_hc_td(ohcip, ctrl, OHCI_MAX_TD_BUF_SIZE, in ohci_insert_ctrl_req()
4911 (void) ohci_insert_hc_td(ohcip, ctrl, 0, in ohci_insert_ctrl_req()
5056 (void) ohci_insert_hc_td(ohcip, ctrl, len, in ohci_insert_bulk_req()
5480 (void) ohci_insert_hc_td(ohcip, ctrl, 0, tw->tw_length, 0, pp, tw); in ohci_insert_intr_req()
5790 if ((error = ohci_insert_hc_td(ohcip, ctrl, count, in ohci_insert_isoc_req()
5850 ohci_insert_hc_td( in ohci_insert_hc_td() function