Home
last modified time | relevance | path

Searched refs:USB_EP_ATTR_MASK (Results 1 – 25 of 27) sorted by relevance

12

/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h359 USB_EP_ATTR_MASK) == USB_EP_ATTR_INTR) ||\
361 USB_EP_ATTR_MASK) == USB_EP_ATTR_ISOCH))
364 USB_EP_ATTR_MASK) == USB_EP_ATTR_CONTROL) ||\
366 USB_EP_ATTR_MASK) == USB_EP_ATTR_BULK))
369 USB_EP_ATTR_MASK) == USB_EP_ATTR_ISOCH))
372 USB_EP_ATTR_MASK) == USB_EP_ATTR_INTR))
/illumos-gate/usr/src/uts/common/sys/usb/usba/
H A Dwhcdi.h192 USB_EP_ATTR_MASK) == USB_EP_ATTR_INTR) ||\
194 USB_EP_ATTR_MASK) == USB_EP_ATTR_ISOCH))
197 USB_EP_ATTR_MASK) == USB_EP_ATTR_ISOCH))
200 USB_EP_ATTR_MASK) == USB_EP_ATTR_INTR))
H A Dusba_ugend.h209 #define UGEN_XFER_TYPE(epp) ((epp)->ep_descr.bmAttributes & USB_EP_ATTR_MASK)
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_intr.c660 attributes = eptd->bmAttributes & USB_EP_ATTR_MASK; in ehci_check_for_short_xfer()
805 attributes = ph->p_ep.bmAttributes & USB_EP_ATTR_MASK; in ehci_handle_error()
828 USB_EP_ATTR_MASK) == in ehci_handle_error()
1272 if ((eptd->bmAttributes & USB_EP_ATTR_MASK) == USB_EP_ATTR_CONTROL) { in ehci_sendup_qtd_message()
1290 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ehci_sendup_qtd_message()
1315 if ((eptd->bmAttributes & USB_EP_ATTR_MASK) == in ehci_sendup_qtd_message()
H A Dehci_xfer.c439 switch (endpoint->bmAttributes & USB_EP_ATTR_MASK) { in ehci_unpack_endpoint()
544 switch (ph->p_ep.bmAttributes & USB_EP_ATTR_MASK) { in ehci_insert_qh()
960 attributes = eptd->bmAttributes & USB_EP_ATTR_MASK; in ehci_clear_tt_buffer()
1809 ((eptd->bmAttributes & USB_EP_ATTR_MASK) == in ehci_start_periodic_pipe_polling()
1845 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ehci_start_periodic_pipe_polling()
1926 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ehci_start_pipe_polling()
2028 if (((ep_attr & USB_EP_ATTR_MASK) == USB_EP_ATTR_INTR) && in ehci_set_periodic_pipe_polling()
2214 ((eptd->bmAttributes & USB_EP_ATTR_MASK) == in ehci_stop_periodic_pipe_polling()
2866 attributes = eptd->bmAttributes & USB_EP_ATTR_MASK; in ehci_allocate_tds_for_tw()
3887 if ((eptd->bmAttributes & USB_EP_ATTR_MASK) == in ehci_save_data_toggle()
[all …]
H A Dehci_polled.c256 pipe_attr = ph->p_ep.bmAttributes & USB_EP_ATTR_MASK; in ehci_hcdi_polled_input_enter()
327 p_ep.bmAttributes & USB_EP_ATTR_MASK; in ehci_hcdi_polled_input_exit()
344 switch (pipe_attr & USB_EP_ATTR_MASK) { in ehci_hcdi_polled_input_exit()
404 p_ep.bmAttributes & USB_EP_ATTR_MASK; in ehci_hcdi_polled_read()
815 pipe_attr = ph->p_ep.bmAttributes & USB_EP_ATTR_MASK; in ehci_polled_init()
1374 p_ep.bmAttributes & USB_EP_ATTR_MASK; in ehci_polled_process_active_intr_qtd_list()
H A Dehci_hub.c322 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ehci_handle_root_hub_pipe_open()
385 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ehci_handle_root_hub_pipe_close()
455 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ehci_handle_root_hub_pipe_reset()
2059 USB_EP_ATTR_MASK; in ehci_root_hub_hcdi_callback()
H A Dehci_util.c2246 if ((endpoint->bmAttributes & USB_EP_ATTR_MASK) == in ehci_allocate_high_speed_bandwidth()
2258 if ((endpoint->bmAttributes & USB_EP_ATTR_MASK) == in ehci_allocate_high_speed_bandwidth()
2516 if ((endpoint->bmAttributes & USB_EP_ATTR_MASK) == in ehci_deallocate_high_speed_bandwidth()
2666 USB_EP_ATTR_MASK) == USB_EP_ATTR_INTR) { in ehci_compute_high_speed_bandwidth()
2692 USB_EP_ATTR_MASK) == USB_EP_ATTR_ISOCH) { in ehci_compute_high_speed_bandwidth()
2784 USB_EP_ATTR_MASK) == USB_EP_ATTR_INTR) { in ehci_compute_classic_bandwidth()
3881 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ehci_get_xfer_attrs()
4665 uint8_t type = attr & USB_EP_ATTR_MASK; in ehci_do_byte_stats()
H A Dehci_isoch_util.c1347 ASSERT((ep_attr & USB_EP_ATTR_MASK) == USB_EP_ATTR_ISOCH); in ehci_deallocate_isoc_in_resource()
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h392 USB_EP_ATTR_MASK) == USB_EP_ATTR_INTR) ||\
394 USB_EP_ATTR_MASK) == USB_EP_ATTR_ISOCH))
397 USB_EP_ATTR_MASK) == USB_EP_ATTR_CONTROL) ||\
399 USB_EP_ATTR_MASK) == USB_EP_ATTR_BULK))
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h501 #define UHCI_XFER_TYPE(ept) ((ept)->bmAttributes & USB_EP_ATTR_MASK)
541 (((((ept)->bmAttributes) & USB_EP_ATTR_MASK) == USB_EP_ATTR_INTR) || \
542 ((((ept)->bmAttributes) & USB_EP_ATTR_MASK) == USB_EP_ATTR_ISOCH))
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_req.c122 USB_EP_ATTR_MASK; in _usba_check_req()
424 uchar_t ep_attr = ph_data->p_ep.bmAttributes & USB_EP_ATTR_MASK; in usba_flags_attr_check()
510 USB_EP_ATTR_MASK; in usba_start_next_req()
763 USB_EP_ATTR_MASK) { in usba_req_normal_cb()
799 USB_EP_ATTR_MASK) { in usba_req_normal_cb()
867 USB_EP_ATTR_MASK) { in usba_req_exc_cb()
907 USB_EP_ATTR_MASK) { in usba_req_exc_cb()
978 USB_EP_ATTR_MASK) { in usba_req_set_cb_flags()
2082 USB_EP_ATTR_MASK) != USB_EP_ATTR_INTR) { in usb_pipe_stop_intr_polling()
2582 if ((ph_data->p_ep.bmAttributes & USB_EP_ATTR_MASK) != in usb_pipe_stop_isoc_polling()
H A Dusbai_pipe_mgmt.c475 ((ep->bmAttributes & USB_EP_ATTR_MASK) == in usba_init_pipe_handle()
537 if ((ep->bmAttributes & USB_EP_ATTR_MASK) == in usba_init_pipe_handle()
891 if (((ep->bmAttributes & USB_EP_ATTR_MASK) == in usb_pipe_xopen()
893 ((ep->bmAttributes & USB_EP_ATTR_MASK) == in usb_pipe_xopen()
1176 attribute = ph_data->p_ep.bmAttributes & USB_EP_ATTR_MASK; in usba_pipe_sync_close()
H A Dhcdi.c511 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in usba_hcdi_cb()
664 USB_EP_ATTR_MASK) { in hcdi_do_cb()
H A Dusbai_util.c218 uint8_t ept_type = ept->bmAttributes & USB_EP_ATTR_MASK; in usb_lookup_ep_data()
1647 if ((eptd->bmAttributes & USB_EP_ATTR_MASK) == in usba_sync_clear_feature()
1649 USB_EP_ATTR_MASK) == USB_EP_ATTR_INTR) in usba_sync_clear_feature()
H A Dusba_ugen.c1360 switch (bmAttribute & USB_EP_ATTR_MASK) { in ugen_check_open_flags()
1609 ep_descr->bmAttributes & USB_EP_ATTR_MASK; in ugen_epxs_minor_nodes_create()
2335 switch (epp->ep_descr.bmAttributes & USB_EP_ATTR_MASK) { in ugen_epx_req()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci.c3512 USB_EP_ATTR_MASK) == USB_EP_ATTR_INTR) { in ohci_compute_total_bandwidth()
3871 USB_EP_ATTR_MASK) == USB_EP_ATTR_ISOCH) { in ohci_unpack_endpoint()
4403 p_ep.bmAttributes & USB_EP_ATTR_MASK; in ohci_remove_periodic_ed()
5893 USB_EP_ATTR_MASK) == USB_EP_ATTR_ISOCH) { in ohci_insert_hc_td()
6015 USB_EP_ATTR_MASK) == USB_EP_ATTR_ISOCH) { in ohci_fill_in_td()
8467 if ((eptd->bmAttributes & USB_EP_ATTR_MASK) == in ohci_parse_error()
8638 if ((ep_attrs & USB_EP_ATTR_MASK) != in ohci_check_for_error()
8743 USB_EP_ATTR_MASK) == in ohci_handle_error()
10768 switch (ep_attr & USB_EP_ATTR_MASK) { in ohci_deallocate_periodic_in_resource()
10826 USB_EP_ATTR_MASK; in ohci_hcdi_callback()
[all …]
H A Dohci_hub.c338 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ohci_handle_root_hub_pipe_open()
401 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ohci_handle_root_hub_pipe_close()
471 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ohci_handle_root_hub_pipe_reset()
1751 USB_EP_ATTR_MASK; in ohci_root_hub_hcdi_callback()
H A Dohci_polled.c172 p_ep.bmAttributes & USB_EP_ATTR_MASK; in ohci_hcdi_polled_input_init()
716 pipe_attr = ph->p_ep.bmAttributes & USB_EP_ATTR_MASK; in ohci_polled_init()
1914 pipe_attr = ph->p_ep.bmAttributes & USB_EP_ATTR_MASK; in ohci_polled_insert_td()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_endpoint.c235 int type = ep->bmAttributes & USB_EP_ATTR_MASK; in xhci_endpoint_epdesc_to_type()
363 int type = ep->bmAttributes & USB_EP_ATTR_MASK; in xhci_endpoint_interval()
448 int type = ep->bmAttributes & USB_EP_ATTR_MASK; in xhci_endpoint_avg_trb()
668 xep->xep_type = ph->p_ep.bmAttributes & USB_EP_ATTR_MASK; in xhci_endpoint_init()
710 if (xep->xep_type != (ph->p_ep.bmAttributes & USB_EP_ATTR_MASK)) { in xhci_endpoint_reinit()
H A Dxhci_usba.c498 if ((ph->p_ep.bmAttributes & USB_EP_ATTR_MASK) == USB_EP_ATTR_INTR && in xhci_hcdi_pipe_close()
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcitgt.c276 if (((ph->p_ep.bmAttributes) & USB_EP_ATTR_MASK) == USB_EP_ATTR_INTR || in uhci_hcdi_pipe_open()
277 ((ph->p_ep.bmAttributes) & USB_EP_ATTR_MASK) == USB_EP_ATTR_BULK) { in uhci_hcdi_pipe_open()
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd_usb.c354 (endpoint->ep_descr.bmAttributes & USB_EP_ATTR_MASK) != attr) { in zyd_usb_open_pipe()
664 type = uc->ep_cmd_out.ep_descr.bmAttributes & USB_EP_ATTR_MASK; in zyd_usb_cmd_pipe_send()
/illumos-gate/usr/src/cmd/mdb/common/modules/usba/
H A Dusb.c365 switch (ept_descr.bmAttributes & USB_EP_ATTR_MASK) { in usb_pipe_handle()
/illumos-gate/usr/src/uts/common/sys/usb/
H A Dusbai.h378 #define USB_EP_ATTR_MASK 0x03 /* transfer type mask */ macro

12