Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcitgt.c108 ASSERT(UHCI_XFER_DIR(&ph->p_ep) == USB_EP_DIR_IN); in uhci_hcdi_pipe_open()
750 if (UHCI_XFER_DIR(&ph->p_ep) == USB_EP_DIR_IN) { in uhci_hcdi_pipe_intr_xfer()
905 if (UHCI_XFER_DIR(&ph->p_ep) == USB_EP_DIR_IN) { in uhci_hcdi_pipe_isoc_xfer()
983 ASSERT(UHCI_XFER_DIR(eptd) == USB_EP_DIR_IN); in uhci_start_periodic_pipe_polling()
1098 ASSERT(UHCI_XFER_DIR(eptd) == USB_EP_DIR_IN); in uhci_stop_periodic_pipe_polling()
H A Duhcipolled.c823 direction = (UHCI_XFER_DIR(eptd) == USB_EP_DIR_OUT) ? PID_OUT : PID_IN; in uhci_polled_insert_td_on_qh()
H A Duhciutil.c1277 if (UHCI_XFER_DIR(endpoint) == USB_EP_DIR_IN) { in uhci_compute_total_bandwidth()
1550 pipe_dir = UHCI_XFER_DIR(&ph->p_ep); in uhci_insert_intr_td()
2823 tw->tw_direction = (UHCI_XFER_DIR(&ph->p_ep) == USB_EP_DIR_OUT) ? in uhci_insert_bulk_td()
3791 if ((req == NULL) && (UHCI_XFER_DIR(&pp->pp_pipe_handle->p_ep) == in uhci_create_isoc_transfer_wrapper()
4020 tw->tw_direction = (UHCI_XFER_DIR(&ph->p_ep) == USB_EP_DIR_OUT) ? in uhci_insert_isoc_td()
H A Duhci.c1152 if (UHCI_XFER_DIR(&ph->p_ep) == USB_EP_DIR_OUT) { in uhci_handle_intr_td()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h502 #define UHCI_XFER_DIR(ept) ((ept)->bEndpointAddress & \ macro