Searched refs:PID_IN (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/uts/common/io/usb/hcd/uhci/ |
H A D | uhci.c | 1293 tw->tw_length, pp, tw, PID_IN, attrs) != USB_SUCCESS) { in uhci_handle_intr_td() 1460 (tw->tw_direction == PID_IN)) { in uhci_handle_ctrl_td() 1499 if ((uhci_insert_hc_td(uhcip, 0, 0, pp, tw, PID_IN, in uhci_handle_ctrl_td() 1643 direction = (tw->tw_direction == PID_IN) ? PID_OUT : PID_IN; in uhci_handle_ctrl_td() 1669 if ((tw->tw_length != 0) && (tw->tw_direction == PID_IN)) { in uhci_handle_ctrl_td() 1830 return ((GetTD_PID(uhcip, td) == PID_IN) ? USB_CR_DEV_NOT_RESP : in uhci_parse_td_error() 1845 return ((GetTD_PID(uhcip, td) == PID_IN) ? in uhci_parse_td_error()
|
H A D | uhciutil.c | 1594 PID_OUT : PID_IN; in uhci_insert_intr_td() 1602 if (tw->tw_direction == PID_IN) { in uhci_insert_intr_td() 1623 if (tw->tw_direction == PID_IN) { in uhci_insert_intr_td() 1626 length, pp, tw, PID_IN, intr_reqp->intr_attributes); in uhci_insert_intr_td() 2251 tw->tw_direction = PID_IN; in uhci_create_setup_pkt() 2614 if ((tw_tmp->tw_direction == PID_IN) && in uhci_remove_tds_tws() 2824 PID_OUT : PID_IN; in uhci_insert_bulk_td() 3450 if (tw->tw_direction == PID_IN) { in uhci_handle_bulk_td() 4021 PID_OUT : PID_IN; in uhci_insert_isoc_td() 4043 if (tw->tw_direction == PID_IN) { in uhci_insert_isoc_td() [all …]
|
H A D | uhcipolled.c | 823 direction = (UHCI_XFER_DIR(eptd) == USB_EP_DIR_OUT) ? PID_OUT : PID_IN; in uhci_polled_insert_td_on_qh()
|
/titanic_41/usr/src/uts/common/sys/usb/hcd/uhci/ |
H A D | uhci.h | 256 #define PID_IN 0x69 macro
|