Searched refs:pipe_dir (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci.c | 1355 int pipe_dir, rval, error = USB_SUCCESS; in ehci_hcdi_pipe_intr_xfer() local 1372 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ehci_hcdi_pipe_intr_xfer() 1374 if (pipe_dir == USB_EP_DIR_IN) { in ehci_hcdi_pipe_intr_xfer() 1506 int pipe_dir, rval; in ehci_hcdi_pipe_isoc_xfer() local 1523 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ehci_hcdi_pipe_isoc_xfer() 1525 if (pipe_dir == USB_EP_DIR_IN) { in ehci_hcdi_pipe_isoc_xfer()
|
H A D | ehci_polled.c | 1363 int pipe_attr, pipe_dir; in ehci_polled_process_active_intr_qtd_list() local 1375 pipe_dir = ehci_polledp->ehci_polled_input_pipe_handle-> in ehci_polled_process_active_intr_qtd_list() 1411 } else if (pipe_dir == USB_EP_DIR_IN) { in ehci_polled_process_active_intr_qtd_list() 2007 int result, pipe_dir, qtd_count; in ehci_polled_create_tw() local 2109 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ehci_polled_create_tw() 2110 tw->tw_direction = (pipe_dir == USB_EP_DIR_OUT)? in ehci_polled_create_tw()
|
H A D | ehci_isoch.c | 306 int pipe_dir, i; in ehci_allocate_isoc_resources() local 353 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ehci_allocate_isoc_resources() 354 if (pipe_dir == USB_EP_DIR_IN) { in ehci_allocate_isoc_resources() 411 if (pipe_dir == USB_EP_DIR_IN) { in ehci_allocate_isoc_resources()
|
H A D | ehci_xfer.c | 1706 int pipe_dir; in ehci_insert_bulk_req() local 1715 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ehci_insert_bulk_req() 1741 tw->tw_direction = (pipe_dir == USB_EP_DIR_OUT) ? in ehci_insert_bulk_req() 2089 int pipe_dir; in ehci_allocate_intr_resources() local 2099 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ehci_allocate_intr_resources() 2105 ASSERT(pipe_dir == USB_EP_DIR_IN); in ehci_allocate_intr_resources() 2128 if (pipe_dir == USB_EP_DIR_IN) { in ehci_allocate_intr_resources()
|
/titanic_44/usr/src/uts/common/io/usb/hcd/openhci/ |
H A D | ohci_polled.c | 1710 int pipe_dir; in ohci_polled_process_input_list() local 1759 pipe_dir = tw->tw_pipe_private->pp_pipe_handle-> in ohci_polled_process_input_list() 1762 switch (pipe_dir) { in ohci_polled_process_input_list() 2118 int result, pipe_dir, td_count; in ohci_polled_create_tw() local 2217 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ohci_polled_create_tw() 2218 tw->tw_direction = (pipe_dir == USB_EP_DIR_IN) ? HC_TD_IN : HC_TD_OUT; in ohci_polled_create_tw()
|
H A D | ohci.c | 2993 int pipe_dir, rval, error = USB_SUCCESS; in ohci_hcdi_pipe_intr_xfer() local 3010 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ohci_hcdi_pipe_intr_xfer() 3012 if (pipe_dir == USB_EP_DIR_IN) { in ohci_hcdi_pipe_intr_xfer() 3144 int pipe_dir, rval; in ohci_hcdi_pipe_isoc_xfer() local 3161 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ohci_hcdi_pipe_isoc_xfer() 3167 if (pipe_dir == USB_EP_DIR_IN) { in ohci_hcdi_pipe_isoc_xfer() 5000 int pipe_dir; in ohci_insert_bulk_req() local 5009 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ohci_insert_bulk_req() 5035 (pipe_dir == USB_EP_DIR_OUT) ? HC_TD_OUT : HC_TD_IN; in ohci_insert_bulk_req() 5393 int pipe_dir; in ohci_allocate_intr_resources() local [all …]
|
/titanic_44/usr/src/uts/common/io/usb/hcd/uhci/ |
H A D | uhciutil.c | 1536 int error, pipe_dir; in uhci_insert_intr_td() local 1550 pipe_dir = UHCI_XFER_DIR(&ph->p_ep); in uhci_insert_intr_td() 1556 ASSERT(pipe_dir == USB_EP_DIR_IN); in uhci_insert_intr_td() 1593 tw->tw_direction = (pipe_dir == USB_EP_DIR_OUT) ? in uhci_insert_intr_td()
|