Home
last modified time | relevance | path

Searched refs:USB_EP_DIR_OUT (Results 1 – 25 of 28) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_req.c262 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 Dehci_intr.c1075 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 Dehci_isoch_util.c1492 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 Dehci_isoch.c1262 if (itw->itw_direction == USB_EP_DIR_OUT) { in ehci_handle_itd()
H A Dehci_polled.c2108 tw->tw_direction = (pipe_dir == USB_EP_DIR_OUT)? in ehci_polled_create_tw()
H A Dehci_util.c4689 } else if (dir == USB_EP_DIR_OUT) { in ehci_do_byte_stats()
/illumos-gate/usr/src/uts/common/io/usb/scsa2usb/
H A Dscsa2usb.c758 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 Dkeyspan_pipe.c198 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 Dusbsacm.c1582 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 Dzyd_usb.c404 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 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.c1593 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 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/
H A Dusbai.h372 #define USB_EP_DIR_OUT 0x00 /* OUT endpoint */ macro
/illumos-gate/usr/src/uts/common/io/usb/clients/usbecm/
H A Dusbecm.c2625 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 Dohci_polled.c1777 case USB_EP_DIR_OUT: in ohci_polled_process_input_list()
H A Dohci.c5017 (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 Duftdi_dsd.c1515 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 Dpl2303_dsd.c1471 0, USB_EP_ATTR_BULK, USB_EP_DIR_OUT); in pl2303_open_pipes()
/illumos-gate/usr/src/uts/common/io/atu/
H A Datu.c541 USB_EP_ATTR_BULK, USB_EP_DIR_OUT); in atu_open_pipes()
/illumos-gate/usr/src/uts/common/io/ural/
H A Dural.c1494 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 Dusb_as.c2113 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 Dusbprn.c737 USB_EP_ATTR_BULK, USB_EP_DIR_OUT)) != NULL) { in usbprn_get_descriptors()
/illumos-gate/usr/src/uts/common/io/urtw/
H A Durtw.c3787 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 Drum.c1500 USB_EP_ATTR_BULK, USB_EP_DIR_OUT); in rum_open_pipes()

12