/titanic_41/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci_isoch.c | 250 USB_EP_DIR_IN) { in ehci_isoc_pipe_cleanup() 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() 488 if ((itw->itw_direction == USB_EP_DIR_IN)) { in ehci_insert_isoc_req() 662 if (itw->itw_direction == USB_EP_DIR_IN) { in ehci_insert_itd_req() 722 if (itw->itw_direction == USB_EP_DIR_IN) { in ehci_insert_sitd_req() 769 if (itw->itw_direction == USB_EP_DIR_IN) { in ehci_insert_sitd_req() 990 if (itw->itw_direction == USB_EP_DIR_IN) { in ehci_reclaim_isoc()
|
H A D | ehci.c | 1374 if (pipe_dir == USB_EP_DIR_IN) { in ehci_hcdi_pipe_intr_xfer() 1525 if (pipe_dir == USB_EP_DIR_IN) { in ehci_hcdi_pipe_isoc_xfer()
|
H A D | ehci_util.c | 2246 USB_EP_DIR_MASK) == USB_EP_DIR_IN) { in ehci_allocate_high_speed_bandwidth() 2504 USB_EP_DIR_MASK) == USB_EP_DIR_IN) { in ehci_deallocate_high_speed_bandwidth() 2667 USB_EP_DIR_MASK) == USB_EP_DIR_IN) { in ehci_compute_high_speed_bandwidth() 2769 USB_EP_DIR_MASK) == USB_EP_DIR_IN) { in ehci_compute_classic_bandwidth() 4646 if (dir == USB_EP_DIR_IN) { in ehci_do_byte_stats()
|
H A D | ehci_xfer.c | 971 if ((eptd->bEndpointAddress & USB_EP_DIR_MASK) == USB_EP_DIR_IN) { in ehci_clear_tt_buffer() 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() 3736 USB_EP_DIR_IN)) { in ehci_pipe_cleanup()
|
H A D | ehci_intr.c | 1318 eptd->bmAttributes, USB_EP_DIR_IN); in ehci_sendup_qtd_message()
|
H A D | ehci_polled.c | 1411 } else if (pipe_dir == USB_EP_DIR_IN) { in ehci_polled_process_active_intr_qtd_list()
|
/titanic_41/usr/src/uts/common/io/usb/hcd/uhci/ |
H A D | uhcitgt.c | 108 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 D | uhciutil.c | 1277 if (UHCI_XFER_DIR(endpoint) == USB_EP_DIR_IN) { in uhci_compute_total_bandwidth() 1556 ASSERT(pipe_dir == USB_EP_DIR_IN); in uhci_insert_intr_td() 2419 case USB_EP_DIR_IN: in uhci_do_byte_stats() 3792 USB_EP_DIR_IN)) { in uhci_create_isoc_transfer_wrapper()
|
H A D | uhci.c | 1367 USB_EP_DIR_IN : ept->bEndpointAddress); in uhci_sendup_td_message()
|
/titanic_41/usr/src/uts/common/io/usb/usba/ |
H A D | usbai_req.c | 264 if (direction == USB_EP_DIR_IN) { in _usba_check_req() 283 if (direction == USB_EP_DIR_IN) { in _usba_check_req() 376 #define IN USB_EP_DIR_IN 764 if ((direction == USB_EP_DIR_IN) && in usba_req_normal_cb() 1871 if (direction == USB_EP_DIR_IN) { in usb_pipe_intr_xfer() 2086 if ((ph_data->p_ep.bEndpointAddress & USB_EP_DIR_IN) == 0) { in usb_pipe_stop_intr_polling() 2403 if (direction == USB_EP_DIR_IN) { in usb_pipe_isoc_xfer() 2586 if ((ph_data->p_ep.bEndpointAddress & USB_EP_DIR_IN) == 0) { in usb_pipe_stop_isoc_polling()
|
H A D | usba_ugen.c | 1074 (UGEN_XFER_DIR(epp) & USB_EP_DIR_IN)) { in usb_ugen_poll() 1093 (UGEN_XFER_DIR(epp) & USB_EP_DIR_IN)) { in usb_ugen_poll() 1375 if ((flag & FWRITE) && (bAddress & USB_EP_DIR_IN)) { in ugen_check_open_flags() 1379 ((bAddress & USB_EP_DIR_IN) == 0)) { in ugen_check_open_flags() 1585 ep_descr->bEndpointAddress & USB_EP_DIR_IN; in ugen_epxs_minor_nodes_create() 1624 type = (ep_dir & USB_EP_DIR_IN) ? "in" : "out"; in ugen_epxs_minor_nodes_create() 2092 (UGEN_XFER_DIR(epp) == USB_EP_DIR_IN)) { in ugen_epx_open_pipe() 2116 (UGEN_XFER_DIR(epp) == USB_EP_DIR_IN)) { in ugen_epx_open_pipe() 2179 if (UGEN_XFER_DIR(epp) == USB_EP_DIR_IN && in ugen_epx_close_pipe() 2625 if ((UGEN_XFER_DIR(epp) & USB_EP_DIR_IN) == 0) { in ugen_epx_bulk_req() [all …]
|
H A D | usbai_pipe_mgmt.c | 1112 if (dir == USB_EP_DIR_IN) { in usba_pipe_sync_close()
|
/titanic_41/usr/src/uts/common/io/usb/scsa2usb/ |
H A D | scsa2usb.c | 744 USB_EP_ATTR_BULK, USB_EP_DIR_IN)) != NULL) { in scsa2usb_attach() 748 USB_EP_ATTR_INTR, USB_EP_DIR_IN)) != NULL) { in scsa2usb_attach() 3667 cmd->cmd_dir = USB_EP_DIR_IN; in scsa2usb_handle_ufi_subclass_cmd() 3675 cmd->cmd_dir = USB_EP_DIR_IN; in scsa2usb_handle_ufi_subclass_cmd() 3680 cmd->cmd_dir = USB_EP_DIR_IN; in scsa2usb_handle_ufi_subclass_cmd() 3714 cmd->cmd_dir = USB_EP_DIR_IN; in scsa2usb_handle_ufi_subclass_cmd() 3814 dir = USB_EP_DIR_IN; in scsa2usb_rw_transport() 3826 dir = USB_EP_DIR_IN; in scsa2usb_rw_transport() 3843 dir = USB_EP_DIR_IN; in scsa2usb_rw_transport() 3851 dir = USB_EP_DIR_IN; in scsa2usb_rw_transport() [all …]
|
/titanic_41/usr/src/uts/common/io/usb/clients/usbser/usbsacm/ |
H A D | usbsacm.c | 1561 i, 0, skip, USB_EP_ATTR_INTR, USB_EP_DIR_IN) != NULL)) { in usbsacm_init_ports_status() 1568 i, 0, skip, USB_EP_ATTR_BULK, USB_EP_DIR_IN) == NULL) || in usbsacm_init_ports_status() 1603 count_in = usbsacm_get_bulk_pipe_number(acmp, USB_EP_DIR_IN); in usbsacm_init_alloc_ports() 1793 USB_EP_DIR_IN) == NULL) { in usbsacm_get_descriptors() 1805 USB_EP_DIR_IN) == NULL) { in usbsacm_get_descriptors() 1996 USB_EP_ATTR_INTR, USB_EP_DIR_IN); in usbsacm_open_port_pipes() 1999 USB_EP_ATTR_BULK, USB_EP_DIR_IN); in usbsacm_open_port_pipes()
|
/titanic_41/usr/src/uts/common/sys/usb/usba/ |
H A D | usba_ugend.h | 209 #define UGEN_XFER_DIR(epp) ((epp)->ep_descr.bEndpointAddress & USB_EP_DIR_IN)
|
/titanic_41/usr/src/uts/common/io/zyd/ |
H A D | zyd_usb.c | 357 (ep_direction == USB_EP_DIR_IN) ? "IN" : "OUT", in zyd_usb_open_pipe() 411 if (zyd_usb_open_pipe(uc, alt_if, 2, USB_EP_DIR_IN, USB_EP_ATTR_BULK, in zyd_usb_open_pipes() 418 if (zyd_usb_open_pipe(uc, alt_if, 3, USB_EP_DIR_IN, USB_EP_ATTR_INTR, in zyd_usb_open_pipes()
|
/titanic_41/usr/src/cmd/mdb/common/modules/usba/ |
H A D | usb.c | 362 USB_EP_DIR_IN) ? "In " : "Out"; in usb_pipe_handle()
|
/titanic_41/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/ |
H A D | keyspan_pipe.c | 126 USB_EP_ATTR_BULK, USB_EP_DIR_IN); in keyspan_init_pipes() 346 USB_EP_ATTR_INTR, USB_EP_DIR_IN); in keyspan_init_pipes_usa49wg() 365 USB_EP_ATTR_BULK, USB_EP_DIR_IN); in keyspan_init_pipes_usa49wg()
|
/titanic_41/usr/src/uts/common/io/usb/clients/usbecm/ |
H A D | usbecm.c | 2600 USB_EP_DIR_IN)) == NULL) { in usbecm_get_descriptors() 2613 USB_EP_DIR_IN)) == NULL) { in usbecm_get_descriptors() 2673 USB_EP_DIR_IN)) == NULL) || in usbecm_find_bulk_in_out_eps() 2687 USB_EP_ATTR_INTR, USB_EP_DIR_IN)) != NULL) { in usbecm_find_bulk_in_out_eps()
|
/titanic_41/usr/src/uts/common/io/usb/hcd/openhci/ |
H A D | ohci.c | 3012 if (pipe_dir == USB_EP_DIR_IN) { in ohci_hcdi_pipe_intr_xfer() 3167 if (pipe_dir == USB_EP_DIR_IN) { in ohci_hcdi_pipe_isoc_xfer() 3534 USB_EP_DIR_MASK) == USB_EP_DIR_IN) { in ohci_compute_total_bandwidth() 5409 ASSERT(pipe_dir == USB_EP_DIR_IN); in ohci_allocate_intr_resources() 5432 if (pipe_dir == USB_EP_DIR_IN) { in ohci_allocate_intr_resources() 5620 if (pipe_dir == USB_EP_DIR_IN) { in ohci_allocate_isoc_resources() 5688 if (pipe_dir == USB_EP_DIR_IN) { in ohci_allocate_isoc_resources() 5823 if (tw->tw_direction == USB_EP_DIR_IN) { in ohci_insert_isoc_req() 5828 if (tw->tw_direction == USB_EP_DIR_IN || count == 0) { in ohci_insert_isoc_req() 9607 eptd->bmAttributes, USB_EP_DIR_IN); in ohci_sendup_td_message() [all …]
|
H A D | ohci_polled.c | 1763 case USB_EP_DIR_IN: in ohci_polled_process_input_list() 2218 tw->tw_direction = (pipe_dir == USB_EP_DIR_IN) ? HC_TD_IN : HC_TD_OUT; in ohci_polled_create_tw()
|
/titanic_41/usr/src/uts/common/sys/usb/ |
H A D | usbai.h | 372 #define USB_EP_DIR_IN 0x80 /* IN endpoint */ macro
|
/titanic_41/usr/src/uts/common/io/usb/clients/audio/usb_as/ |
H A D | usb_as.c | 2110 USB_EP_ATTR_ISOCH, USB_EP_DIR_IN)) == NULL) { in usb_as_handle_descriptors() 2138 (ep->bEndpointAddress & USB_EP_DIR_IN) ? in usb_as_handle_descriptors()
|
/titanic_41/usr/src/uts/common/io/usb/clients/usbskel/ |
H A D | usbskel.c | 402 USB_EP_ATTR_INTR, USB_EP_DIR_IN)) == NULL) { in usbskel_attach()
|
/titanic_41/usr/src/uts/common/io/atu/ |
H A D | atu.c | 550 USB_EP_ATTR_BULK, USB_EP_DIR_IN); in atu_open_pipes()
|