/illumos-gate/usr/src/uts/common/io/usb/usba/ |
H A D | usbai_req.c | 262 if (direction == USB_EP_DIR_OUT) { in _usba_check_req() 304 if (direction == USB_EP_DIR_OUT) { in _usba_check_req() 380 #define OUT USB_EP_DIR_OUT 773 } else if ((direction == USB_EP_DIR_OUT) && in usba_req_normal_cb() 780 (direction == USB_EP_DIR_OUT)) { in usba_req_normal_cb()
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/ |
H A D | ehci_intr.c | 1075 USB_EP_DIR_MASK) == USB_EP_DIR_OUT) { in ehci_handle_bulk_qtd() 1123 if ((eptd->bEndpointAddress & USB_EP_DIR_MASK) == USB_EP_DIR_OUT) { in ehci_handle_intr_qtd()
|
H A D | ehci_isoch_util.c | 1492 if (itw->itw_direction == USB_EP_DIR_OUT) { in ehci_parse_itd_error() 1578 if (itw->itw_direction == USB_EP_DIR_OUT) { in ehci_parse_sitd_error()
|
H A D | ehci_isoch.c | 1262 if (itw->itw_direction == USB_EP_DIR_OUT) { in ehci_handle_itd()
|
H A D | ehci_polled.c | 2108 tw->tw_direction = (pipe_dir == USB_EP_DIR_OUT)? in ehci_polled_create_tw()
|
H A D | ehci_util.c | 4689 } else if (dir == USB_EP_DIR_OUT) { in ehci_do_byte_stats()
|
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/ |
H A D | scsa2usb.c | 758 USB_EP_ATTR_BULK, USB_EP_DIR_OUT)) != NULL) { in scsa2usb_attach() 3651 cmd->cmd_dir = USB_EP_DIR_OUT; in scsa2usb_handle_ufi_subclass_cmd() 3711 cmd->cmd_dir = USB_EP_DIR_OUT; in scsa2usb_handle_ufi_subclass_cmd() 3812 dir = USB_EP_DIR_OUT; in scsa2usb_rw_transport() 3824 dir = USB_EP_DIR_OUT; in scsa2usb_rw_transport() 3849 dir = USB_EP_DIR_OUT; in scsa2usb_rw_transport() 3859 dir = USB_EP_DIR_OUT; in scsa2usb_rw_transport() 4994 case USB_EP_DIR_OUT: in scsa2usb_handle_data_start() 5264 if (cmd->cmd_dir == USB_EP_DIR_OUT) { in scsa2usb_handle_data_done()
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbser_keyspan/ |
H A D | keyspan_pipe.c | 198 USB_EP_ATTR_BULK, USB_EP_DIR_OUT); in keyspan_init_pipes() 305 USB_EP_ATTR_INTR, USB_EP_DIR_OUT); in keyspan_init_pipes_usa49wg() 325 j-1, USB_EP_ATTR_BULK, USB_EP_DIR_OUT); in keyspan_init_pipes_usa49wg()
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsacm/ |
H A D | usbsacm.c | 1582 i, 0, skip, USB_EP_ATTR_BULK, USB_EP_DIR_OUT) == NULL)) { in usbsacm_init_ports_status() 1616 count_out = usbsacm_get_bulk_pipe_number(acmp, USB_EP_DIR_OUT); in usbsacm_init_alloc_ports() 1843 USB_EP_DIR_OUT) == NULL) { in usbsacm_get_descriptors() 2030 USB_EP_ATTR_BULK, USB_EP_DIR_OUT); in usbsacm_open_port_pipes()
|
/illumos-gate/usr/src/uts/common/io/zyd/ |
H A D | zyd_usb.c | 404 if (zyd_usb_open_pipe(uc, alt_if, 1, USB_EP_DIR_OUT, USB_EP_ATTR_BULK, in zyd_usb_open_pipes() 428 if (zyd_usb_open_pipe(uc, alt_if, 4, USB_EP_DIR_OUT, 0, in zyd_usb_open_pipes()
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/ |
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()
|
H A D | uhciutil.c | 1593 tw->tw_direction = (pipe_dir == USB_EP_DIR_OUT) ? in uhci_insert_intr_td() 2441 case USB_EP_DIR_OUT: in uhci_do_byte_stats() 2823 tw->tw_direction = (UHCI_XFER_DIR(&ph->p_ep) == USB_EP_DIR_OUT) ? in uhci_insert_bulk_td() 4020 tw->tw_direction = (UHCI_XFER_DIR(&ph->p_ep) == USB_EP_DIR_OUT) ? in uhci_insert_isoc_td()
|
H A D | uhci.c | 1152 if (UHCI_XFER_DIR(&ph->p_ep) == USB_EP_DIR_OUT) { in uhci_handle_intr_td()
|
/illumos-gate/usr/src/uts/common/sys/usb/ |
H A D | usbai.h | 372 #define USB_EP_DIR_OUT 0x00 /* OUT endpoint */ macro
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbecm/ |
H A D | usbecm.c | 2625 USB_EP_DIR_OUT)) == NULL) { in usbecm_get_descriptors() 2677 USB_EP_DIR_OUT)) == NULL) { in usbecm_find_bulk_in_out_eps()
|
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/ |
H A D | ohci_polled.c | 1777 case USB_EP_DIR_OUT: in ohci_polled_process_input_list()
|
H A D | ohci.c | 5017 (pipe_dir == USB_EP_DIR_OUT) ? HC_TD_OUT : HC_TD_IN; in ohci_insert_bulk_req() 9084 USB_EP_DIR_MASK) == USB_EP_DIR_OUT) { in ohci_handle_bulk_td() 9137 if ((eptd->bEndpointAddress & USB_EP_DIR_MASK) == USB_EP_DIR_OUT) { in ohci_handle_intr_td() 9304 if ((eptd->bEndpointAddress & USB_EP_DIR_MASK) == USB_EP_DIR_OUT) { in ohci_handle_isoc_td() 11086 } else if (dir == USB_EP_DIR_OUT) { in ohci_do_byte_stats()
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbftdi/ |
H A D | uftdi_dsd.c | 1515 0, USB_EP_ATTR_BULK, USB_EP_DIR_OUT); in uftdi_open_pipes()
|
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsprl/ |
H A D | pl2303_dsd.c | 1471 0, USB_EP_ATTR_BULK, USB_EP_DIR_OUT); in pl2303_open_pipes()
|
/illumos-gate/usr/src/uts/common/io/atu/ |
H A D | atu.c | 541 USB_EP_ATTR_BULK, USB_EP_DIR_OUT); in atu_open_pipes()
|
/illumos-gate/usr/src/uts/common/io/ural/ |
H A D | ural.c | 1494 USB_EP_ATTR_BULK, USB_EP_DIR_OUT); in ural_open_pipes()
|
/illumos-gate/usr/src/uts/common/io/usb/clients/audio/usb_as/ |
H A D | usb_as.c | 2113 USB_EP_ATTR_ISOCH, USB_EP_DIR_OUT)) == NULL) { in usb_as_handle_descriptors()
|
/illumos-gate/usr/src/uts/common/io/usb/clients/printer/ |
H A D | usbprn.c | 737 USB_EP_ATTR_BULK, USB_EP_DIR_OUT)) != NULL) { in usbprn_get_descriptors()
|
/illumos-gate/usr/src/uts/common/io/urtw/ |
H A D | urtw.c | 3787 LOW_PRIORITY_PIPE + skip, USB_EP_ATTR_BULK, USB_EP_DIR_OUT); in urtw_open_pipes() 3802 NORMAL_PRIORITY_PIPE + skip, USB_EP_ATTR_BULK, USB_EP_DIR_OUT); in urtw_open_pipes()
|
/illumos-gate/usr/src/uts/common/io/rum/ |
H A D | rum.c | 1500 USB_EP_ATTR_BULK, USB_EP_DIR_OUT); in rum_open_pipes()
|