Home
last modified time | relevance | path

Searched refs:USB_EP_DIR_IN (Results 1 – 25 of 38) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_isoch.c251 USB_EP_DIR_IN) { in ehci_isoc_pipe_cleanup()
355 if (pipe_dir == USB_EP_DIR_IN) { in ehci_allocate_isoc_resources()
412 if (pipe_dir == USB_EP_DIR_IN) { in ehci_allocate_isoc_resources()
489 if ((itw->itw_direction == USB_EP_DIR_IN)) { in ehci_insert_isoc_req()
663 if (itw->itw_direction == USB_EP_DIR_IN) { in ehci_insert_itd_req()
723 if (itw->itw_direction == USB_EP_DIR_IN) { in ehci_insert_sitd_req()
770 if (itw->itw_direction == USB_EP_DIR_IN) { in ehci_insert_sitd_req()
991 if (itw->itw_direction == USB_EP_DIR_IN) { in ehci_reclaim_isoc()
H A Dehci.c1359 if (pipe_dir == USB_EP_DIR_IN) { in ehci_hcdi_pipe_intr_xfer()
1510 if (pipe_dir == USB_EP_DIR_IN) { in ehci_hcdi_pipe_isoc_xfer()
H A Dehci_util.c2267 USB_EP_DIR_MASK) == USB_EP_DIR_IN) { in ehci_allocate_high_speed_bandwidth()
2525 USB_EP_DIR_MASK) == USB_EP_DIR_IN) { in ehci_deallocate_high_speed_bandwidth()
2688 USB_EP_DIR_MASK) == USB_EP_DIR_IN) { in ehci_compute_high_speed_bandwidth()
2790 USB_EP_DIR_MASK) == USB_EP_DIR_IN) { in ehci_compute_classic_bandwidth()
4668 if (dir == USB_EP_DIR_IN) { in ehci_do_byte_stats()
H A Dehci_xfer.c971 if ((eptd->bEndpointAddress & USB_EP_DIR_MASK) == USB_EP_DIR_IN) { in ehci_clear_tt_buffer()
2103 ASSERT(pipe_dir == USB_EP_DIR_IN); in ehci_allocate_intr_resources()
2126 if (pipe_dir == USB_EP_DIR_IN) { in ehci_allocate_intr_resources()
3732 USB_EP_DIR_IN)) { in ehci_pipe_cleanup()
H A Dehci_intr.c1318 eptd->bmAttributes, USB_EP_DIR_IN); in ehci_sendup_qtd_message()
/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 Duhciutil.c1277 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()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_req.c269 if (direction == USB_EP_DIR_IN) { in _usba_check_req()
288 if (direction == USB_EP_DIR_IN) { in _usba_check_req()
381 #define IN USB_EP_DIR_IN
769 if ((direction == USB_EP_DIR_IN) && in usba_req_normal_cb()
1876 if (direction == USB_EP_DIR_IN) { in usb_pipe_intr_xfer()
2091 if ((ph_data->p_ep.bEndpointAddress & USB_EP_DIR_IN) == 0) { in usb_pipe_stop_intr_polling()
2408 if (direction == USB_EP_DIR_IN) { in usb_pipe_isoc_xfer()
2591 if ((ph_data->p_ep.bEndpointAddress & USB_EP_DIR_IN) == 0) { in usb_pipe_stop_isoc_polling()
H A Dusba_ugen.c1077 (UGEN_XFER_DIR(epp) & USB_EP_DIR_IN)) { in usb_ugen_poll()
1099 (UGEN_XFER_DIR(epp) & USB_EP_DIR_IN)) { in usb_ugen_poll()
1390 ((bAddress & USB_EP_DIR_IN) == 0)) { in ugen_check_open_flags()
1611 ep_descr->bEndpointAddress & USB_EP_DIR_IN; in ugen_epxs_minor_nodes_create()
1650 type = (ep_dir & USB_EP_DIR_IN) ? "in" : "out"; in ugen_epxs_minor_nodes_create()
2119 (UGEN_XFER_DIR(epp) == USB_EP_DIR_IN)) { in ugen_epx_open_pipe()
2143 (UGEN_XFER_DIR(epp) == USB_EP_DIR_IN)) { in ugen_epx_open_pipe()
2206 if (UGEN_XFER_DIR(epp) == USB_EP_DIR_IN && in ugen_epx_close_pipe()
2699 if (UGEN_XFER_DIR(epp) & USB_EP_DIR_IN) { in ugen_epx_bulk_req_cb()
3180 if (UGEN_XFER_DIR(epp) != USB_EP_DIR_IN) { in ugen_epx_isoc_IN_req()
[all …]
H A Dusbai_pipe_mgmt.c1197 if (dir == USB_EP_DIR_IN) { in usba_pipe_sync_close()
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c3657 cmd->cmd_dir = USB_EP_DIR_IN; in scsa2usb_handle_ufi_subclass_cmd()
3665 cmd->cmd_dir = USB_EP_DIR_IN; in scsa2usb_handle_ufi_subclass_cmd()
3670 cmd->cmd_dir = USB_EP_DIR_IN; in scsa2usb_handle_ufi_subclass_cmd()
3705 cmd->cmd_dir = USB_EP_DIR_IN; in scsa2usb_handle_ufi_subclass_cmd()
3806 dir = USB_EP_DIR_IN; in scsa2usb_rw_transport()
3818 dir = USB_EP_DIR_IN; in scsa2usb_rw_transport()
3836 dir = USB_EP_DIR_IN; in scsa2usb_rw_transport()
3844 dir = USB_EP_DIR_IN; in scsa2usb_rw_transport()
3854 dir = USB_EP_DIR_IN; in scsa2usb_rw_transport()
4918 case USB_EP_DIR_IN: in scsa2usb_handle_data_start()
[all …]
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsacm/
H A Dusbsacm.c1573 i, 0, skip, USB_EP_ATTR_INTR, USB_EP_DIR_IN) != NULL)) { in usbsacm_init_ports_status()
1580 i, 0, skip, USB_EP_ATTR_BULK, USB_EP_DIR_IN) == NULL) || in usbsacm_init_ports_status()
1615 count_in = usbsacm_get_bulk_pipe_number(acmp, USB_EP_DIR_IN); in usbsacm_init_alloc_ports()
1821 USB_EP_DIR_IN) == NULL) { in usbsacm_get_descriptors()
1833 USB_EP_DIR_IN) == NULL) { in usbsacm_get_descriptors()
2024 USB_EP_ATTR_INTR, USB_EP_DIR_IN); in usbsacm_open_port_pipes()
2027 USB_EP_ATTR_BULK, USB_EP_DIR_IN); in usbsacm_open_port_pipes()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_usba.c562 if ((ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK) == USB_EP_DIR_IN) { in xhci_hcdi_pipe_close()
916 if ((ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK) == USB_EP_DIR_IN) { in xhci_hcdi_pipe_bulk_xfer()
1188 if ((ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK) == USB_EP_DIR_IN) { in xhci_hcdi_intr_oneshot()
1274 if ((ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK) == USB_EP_DIR_IN) { in xhci_hcdi_pipe_intr_xfer()
1429 if ((ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK) == USB_EP_DIR_IN) { in xhci_hcdi_pipe_isoc_xfer()
H A Dxhci_endpoint.c38 (ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK) == USB_EP_DIR_IN); in xhci_endpoint_is_periodic_in()
60 if ((ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK) == USB_EP_DIR_IN) in xhci_endpoint_pipe_to_epid()
237 USB_EP_DIR_IN; in xhci_endpoint_epdesc_to_type()
H A Dxhci_hub.c115 .xdc_ep_bEndpointAddress = USB_EP_DIR_IN | ROOT_HUB_ADDR,
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dusba_ugend.h210 #define UGEN_XFER_DIR(epp) ((epp)->ep_descr.bEndpointAddress & USB_EP_DIR_IN)
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd_usb.c357 (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()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/
H A Dkeyspan_pipe.c126 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()
/illumos-gate/usr/src/cmd/mdb/common/modules/usba/
H A Dusb.c364 USB_EP_DIR_IN) ? "In " : "Out"; in usb_pipe_handle()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbecm/
H A Dusbecm.c2600 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()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c2996 if (pipe_dir == USB_EP_DIR_IN) { in ohci_hcdi_pipe_intr_xfer()
3151 if (pipe_dir == USB_EP_DIR_IN) { in ohci_hcdi_pipe_isoc_xfer()
3518 USB_EP_DIR_MASK) == USB_EP_DIR_IN) { in ohci_compute_total_bandwidth()
5391 ASSERT(pipe_dir == USB_EP_DIR_IN); in ohci_allocate_intr_resources()
5414 if (pipe_dir == USB_EP_DIR_IN) { in ohci_allocate_intr_resources()
5602 if (pipe_dir == USB_EP_DIR_IN) { in ohci_allocate_isoc_resources()
5670 if (pipe_dir == USB_EP_DIR_IN) { in ohci_allocate_isoc_resources()
5805 if (tw->tw_direction == USB_EP_DIR_IN) { in ohci_insert_isoc_req()
9587 eptd->bmAttributes, USB_EP_DIR_IN); in ohci_sendup_td_message()
10374 USB_EP_DIR_IN)) { in ohci_pipe_cleanup()
[all …]
H A Dohci_polled.c1766 case USB_EP_DIR_IN: in ohci_polled_process_input_list()
2221 tw->tw_direction = (pipe_dir == USB_EP_DIR_IN) ? HC_TD_IN : HC_TD_OUT; in ohci_polled_create_tw()
/illumos-gate/usr/src/uts/common/sys/usb/
H A Dusbai.h373 #define USB_EP_DIR_IN 0x80 /* IN endpoint */ macro
/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_as/
H A Dusb_as.c2110 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()
/illumos-gate/usr/src/uts/common/io/usb/clients/usbskel/
H A Dusbskel.c402 USB_EP_ATTR_INTR, USB_EP_DIR_IN)) == NULL) { in usbskel_attach()

12