Home
last modified time | relevance | path

Searched refs:USB_EP_DIR_MASK (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_req.c120 USB_EP_DIR_MASK; in _usba_check_req()
423 uchar_t ep_dir = ph_data->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in usba_flags_attr_check()
739 USB_EP_DIR_MASK; in usba_req_normal_cb()
1831 direction = ph_data->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in usb_pipe_intr_xfer()
2386 direction = ph_data->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in usb_pipe_isoc_xfer()
H A Dusbai_pipe_mgmt.c422 ((ep_addr & USB_EP_DIR_MASK) ? 16 : 0)); in usb_get_ep_index()
1177 dir = ph_data->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in usba_pipe_sync_close()
H A Dusbai_util.c219 uint8_t ept_dir = ept->bEndpointAddress & USB_EP_DIR_MASK; in usb_lookup_ep_data()
/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()
236 boolean_t in = (ep->bEndpointAddress & USB_EP_DIR_MASK) == in xhci_endpoint_epdesc_to_type()
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_intr.c1077 USB_EP_DIR_MASK) == USB_EP_DIR_OUT) { in ehci_handle_bulk_qtd()
1125 if ((eptd->bEndpointAddress & USB_EP_DIR_MASK) == USB_EP_DIR_OUT) { in ehci_handle_intr_qtd()
H A Dehci.c1357 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ehci_hcdi_pipe_intr_xfer()
1508 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ehci_hcdi_pipe_isoc_xfer()
H A Dehci_isoch.c250 if ((ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK) == in ehci_isoc_pipe_cleanup()
354 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ehci_allocate_isoc_resources()
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()
4666 uint8_t dir = addr & USB_EP_DIR_MASK; 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()
1713 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ehci_insert_bulk_req()
2097 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ehci_allocate_intr_resources()
3731 ((ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK) == in ehci_pipe_cleanup()
H A Dehci_polled.c1376 p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ehci_polled_process_active_intr_qtd_list()
2109 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ehci_polled_create_tw()
H A Dehci_isoch_util.c475 itw->itw_direction = endpoint->bEndpointAddress & USB_EP_DIR_MASK; in ehci_allocate_itw()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h503 USB_EP_DIR_MASK)
/illumos-gate/usr/src/cmd/mdb/common/modules/usba/
H A Dusb.c363 dir = ((ept_descr.bEndpointAddress & USB_EP_DIR_MASK) & in usb_pipe_handle()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c2994 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ohci_hcdi_pipe_intr_xfer()
3145 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ohci_hcdi_pipe_isoc_xfer()
3518 USB_EP_DIR_MASK) == USB_EP_DIR_IN) { in ohci_compute_total_bandwidth()
3853 if (addr & USB_EP_DIR_MASK) { in ohci_unpack_endpoint()
4991 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ohci_insert_bulk_req()
5385 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ohci_allocate_intr_resources()
5576 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ohci_allocate_isoc_resources()
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()
10373 ((ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK) == in ohci_pipe_cleanup()
[all …]
H A Dohci_polled.c1763 p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ohci_polled_process_input_list()
2220 pipe_dir = ph->p_ep.bEndpointAddress & USB_EP_DIR_MASK; in ohci_polled_create_tw()
/illumos-gate/usr/src/uts/common/sys/usb/
H A Dusbai.h371 #define USB_EP_DIR_MASK 0x80 /* direction mask */ macro
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd_usb.c317 ep_dir = ep_descr->bEndpointAddress & USB_EP_DIR_MASK; in usb_find_endpoint()
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhciutil.c2416 uint8_t dir = addr & USB_EP_DIR_MASK; in uhci_do_byte_stats()