Home
last modified time | relevance | path

Searched refs:USB_EP_ATTR_CONTROL (Results 1 – 23 of 23) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_intr.c663 case USB_EP_ATTR_CONTROL: in ehci_check_for_short_xfer()
716 case USB_EP_ATTR_CONTROL: in ehci_check_for_short_xfer()
736 case USB_EP_ATTR_CONTROL: in ehci_check_for_short_xfer()
826 case USB_EP_ATTR_CONTROL: in ehci_handle_error()
829 USB_EP_ATTR_CONTROL) && in ehci_handle_error()
1272 if ((eptd->bmAttributes & USB_EP_ATTR_MASK) == USB_EP_ATTR_CONTROL) { in ehci_sendup_qtd_message()
1291 case USB_EP_ATTR_CONTROL: in ehci_sendup_qtd_message()
1316 USB_EP_ATTR_CONTROL) { in ehci_sendup_qtd_message()
H A Dehci_hub.c323 case USB_EP_ATTR_CONTROL: in ehci_handle_root_hub_pipe_open()
386 case USB_EP_ATTR_CONTROL: in ehci_handle_root_hub_pipe_close()
456 case USB_EP_ATTR_CONTROL: in ehci_handle_root_hub_pipe_reset()
2073 case USB_EP_ATTR_CONTROL: in ehci_root_hub_hcdi_callback()
2099 case USB_EP_ATTR_CONTROL: in ehci_root_hub_hcdi_callback()
H A Dehci_xfer.c440 case USB_EP_ATTR_CONTROL: in ehci_unpack_endpoint()
545 case USB_EP_ATTR_CONTROL: in ehci_insert_qh()
1133 case USB_EP_ATTR_CONTROL: in ehci_remove_qh()
3888 USB_EP_ATTR_CONTROL) { in ehci_save_data_toggle()
3938 USB_EP_ATTR_CONTROL) { in ehci_restore_data_toggle()
H A Dehci_util.c3882 case USB_EP_ATTR_CONTROL: in ehci_get_xfer_attrs()
4672 case USB_EP_ATTR_CONTROL: in ehci_do_byte_stats()
4693 case USB_EP_ATTR_CONTROL: in ehci_do_byte_stats()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_req.c136 case USB_EP_ATTR_CONTROL: in _usba_check_req()
181 case USB_EP_ATTR_CONTROL: in _usba_check_req()
249 case USB_EP_ATTR_CONTROL: in _usba_check_req()
516 case USB_EP_ATTR_CONTROL: in usba_start_next_req()
548 if (ep_attrs == USB_EP_ATTR_CONTROL) { in usba_start_next_req()
561 case USB_EP_ATTR_CONTROL: in usba_start_next_req()
764 case USB_EP_ATTR_CONTROL: in usba_req_normal_cb()
800 case USB_EP_ATTR_CONTROL: in usba_req_normal_cb()
868 case USB_EP_ATTR_CONTROL: in usba_req_exc_cb()
908 case USB_EP_ATTR_CONTROL: in usba_req_exc_cb()
[all …]
H A Dusbai_pipe_mgmt.c408 {7, 5, 0, USB_EP_ATTR_CONTROL, 8, 0};
892 USB_EP_ATTR_CONTROL) || in usb_pipe_xopen()
1188 case USB_EP_ATTR_CONTROL: in usba_pipe_sync_close()
H A Dhcdi.c512 case USB_EP_ATTR_CONTROL: in usba_hcdi_cb()
665 case USB_EP_ATTR_CONTROL: in hcdi_do_cb()
H A Dusba_ugen.c66 {7, 5, 0, USB_EP_ATTR_CONTROL, 8, 0};
1256 case USB_EP_ATTR_CONTROL: in ugen_minphys()
1361 case USB_EP_ATTR_CONTROL: in ugen_check_open_flags()
1647 if (ep_type == USB_EP_ATTR_CONTROL) { in ugen_epxs_minor_nodes_create()
2336 case USB_EP_ATTR_CONTROL: in ugen_epx_req()
H A Dusbai_util.c225 ((type == USB_EP_ATTR_CONTROL) || (dir == ept_dir))) { in usb_lookup_ep_data()
/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcitgt.c103 case USB_EP_ATTR_CONTROL: in uhci_hcdi_pipe_open()
326 case USB_EP_ATTR_CONTROL: in uhci_hcdi_pipe_close()
386 case USB_EP_ATTR_CONTROL: in uhci_hcdi_pipe_close()
490 case USB_EP_ATTR_CONTROL: in uhci_hcdi_pipe_reset()
544 case USB_EP_ATTR_CONTROL: in uhci_hcdi_pipe_reset()
H A Duhci.c1336 case USB_EP_ATTR_CONTROL: in uhci_sendup_td_message()
1366 (UHCI_XFER_TYPE(ept) == USB_EP_ATTR_CONTROL) ? in uhci_sendup_td_message()
H A Duhcihub.c967 case USB_EP_ATTR_CONTROL: in uhci_rh_hcdi_callback()
H A Duhciutil.c1418 case USB_EP_ATTR_CONTROL: in uhci_insert_qh()
2423 case USB_EP_ATTR_CONTROL: in uhci_do_byte_stats()
2445 case USB_EP_ATTR_CONTROL: in uhci_do_byte_stats()
2656 case USB_EP_ATTR_CONTROL: in uhci_remove_qh()
/illumos-gate/usr/src/uts/common/io/usb/hcd/xhci/
H A Dxhci_endpoint.c240 case USB_EP_ATTR_CONTROL: in xhci_endpoint_epdesc_to_type()
273 if (xep->xep_type == USB_EP_ATTR_CONTROL || in xhci_endpoint_determine_burst()
369 if (type == USB_EP_ATTR_CONTROL || type == USB_EP_ATTR_BULK) { in xhci_endpoint_interval()
411 if (xep->xep_type == USB_EP_ATTR_CONTROL || in xhci_endpoint_max_esit()
454 case USB_EP_ATTR_CONTROL: in xhci_endpoint_avg_trb()
665 xep->xep_type = USB_EP_ATTR_CONTROL; in xhci_endpoint_init()
1707 case USB_EP_ATTR_CONTROL: in xhci_endpoint_transfer_callback()
H A Dxhci_dma.c492 if (i == 0 && xep->xep_type == USB_EP_ATTR_CONTROL) { in xhci_transfer_trb_fill_data()
531 case USB_EP_ATTR_CONTROL: in xhci_transfer_trb_fill_data()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c339 case USB_EP_ATTR_CONTROL: in ohci_handle_root_hub_pipe_open()
402 case USB_EP_ATTR_CONTROL: in ohci_handle_root_hub_pipe_close()
472 case USB_EP_ATTR_CONTROL: in ohci_handle_root_hub_pipe_reset()
1765 case USB_EP_ATTR_CONTROL: in ohci_root_hub_hcdi_callback()
1790 case USB_EP_ATTR_CONTROL: in ohci_root_hub_hcdi_callback()
H A Dohci.c3902 case USB_EP_ATTR_CONTROL: in ohci_insert_ed()
4263 case USB_EP_ATTR_CONTROL: in ohci_remove_ed()
4476 case USB_EP_ATTR_CONTROL: in ohci_detach_ed_from_list()
4533 case USB_EP_ATTR_CONTROL: in ohci_detach_ed_from_list()
8741 case USB_EP_ATTR_CONTROL: in ohci_handle_error()
9498 case USB_EP_ATTR_CONTROL: in ohci_sendup_td_message()
9558 case USB_EP_ATTR_CONTROL: in ohci_sendup_td_message()
9585 USB_EP_ATTR_CONTROL) { in ohci_sendup_td_message()
10029 case USB_EP_ATTR_CONTROL: in ohci_get_xfer_attrs()
11069 case USB_EP_ATTR_CONTROL: in ohci_do_byte_stats()
[all …]
/illumos-gate/usr/src/uts/common/sys/usb/hcd/openhci/
H A Dohcid.h301 (KSTAT_IO_PTR((ohci)->ohci_count_stats[USB_EP_ATTR_CONTROL]))
397 USB_EP_ATTR_MASK) == USB_EP_ATTR_CONTROL) ||\
/illumos-gate/usr/src/uts/common/sys/usb/hcd/ehci/
H A Dehcid.h268 (KSTAT_IO_PTR((ehci)->ehci_count_stats[USB_EP_ATTR_CONTROL]))
364 USB_EP_ATTR_MASK) == USB_EP_ATTR_CONTROL) ||\
/illumos-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcid.h530 (KSTAT_IO_PTR((uhci)->uhci_count_stats[USB_EP_ATTR_CONTROL]))
/illumos-gate/usr/src/cmd/mdb/common/modules/usba/
H A Dusb.c366 case USB_EP_ATTR_CONTROL: in usb_pipe_handle()
/illumos-gate/usr/src/uts/common/sys/usb/
H A Dusbai.h379 #define USB_EP_ATTR_CONTROL 0x00 /* control transfer */ macro
/illumos-gate/usr/src/uts/common/io/uath/
H A Duath.c415 ((type == USB_EP_ATTR_CONTROL) || (address == ept_address))) in uath_lookup_ep_data()