Home
last modified time | relevance | path

Searched refs:eptd (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/
H A Duhcitgt.c306 usb_ep_descr_t *eptd = &ph->p_ep; in uhci_hcdi_pipe_close() local
325 switch (UHCI_XFER_TYPE(eptd)) { in uhci_hcdi_pipe_close()
333 ASSERT((eptd->bEndpointAddress & in uhci_hcdi_pipe_close()
380 ASSERT(eptd != NULL); in uhci_hcdi_pipe_close()
382 switch (UHCI_XFER_TYPE(eptd)) { in uhci_hcdi_pipe_close()
423 if (UHCI_PERIODIC_ENDPOINT(eptd)) { in uhci_hcdi_pipe_close()
456 usb_ep_descr_t *eptd = &ph->p_ep; in uhci_hcdi_pipe_reset() local
543 switch (UHCI_XFER_TYPE(eptd)) { in uhci_hcdi_pipe_reset()
962 usb_ep_descr_t *eptd = &ph->p_ep; in uhci_start_periodic_pipe_polling() local
967 flags, eptd->bEndpointAddress); in uhci_start_periodic_pipe_polling()
[all …]
H A Duhcipolled.c797 usb_ep_descr_t *eptd; in uhci_polled_insert_td_on_qh() local
822 eptd = &ph->p_ep; in uhci_polled_insert_td_on_qh()
823 direction = (UHCI_XFER_DIR(eptd) == USB_EP_DIR_OUT) ? PID_OUT : PID_IN; in uhci_polled_insert_td_on_qh()
827 SetTD_endpt(uhcip, td, eptd->bEndpointAddress & END_POINT_ADDRESS_MASK); in uhci_polled_insert_td_on_qh()
H A Duhci.c1426 usb_ep_descr_t *eptd = &usb_pp->p_ep; in uhci_handle_ctrl_td() local
1527 MaxPacketSize = eptd->wMaxPacketSize; in uhci_handle_ctrl_td()
1575 MaxPacketSize = eptd->wMaxPacketSize; in uhci_handle_ctrl_td()
1691 eptd->bmAttributes, eptd->bEndpointAddress); in uhci_handle_ctrl_td()
/illumos-gate/usr/src/uts/common/io/usb/hcd/ehci/
H A Dehci_intr.c639 usb_ep_descr_t *eptd; in ehci_check_for_short_xfer() local
659 eptd = &pp->pp_pipe_handle->p_ep; in ehci_check_for_short_xfer()
660 attributes = eptd->bmAttributes & USB_EP_ATTR_MASK; in ehci_check_for_short_xfer()
1050 usb_ep_descr_t *eptd = &ph->p_ep; in ehci_handle_bulk_qtd() local
1076 if ((eptd->bEndpointAddress & in ehci_handle_bulk_qtd()
1110 usb_ep_descr_t *eptd = &ph->p_ep; in ehci_handle_intr_qtd() local
1255 usb_ep_descr_t *eptd = &pp->pp_pipe_handle->p_ep; in ehci_sendup_qtd_message() local
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()
1318 eptd->bmAttributes, USB_EP_DIR_IN); in ehci_sendup_qtd_message()
[all …]
H A Dehci_hub.c315 usb_ep_descr_t *eptd = &ph->p_ep; in ehci_handle_root_hub_pipe_open() local
322 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ehci_handle_root_hub_pipe_open()
378 usb_ep_descr_t *eptd = &ph->p_ep; in ehci_handle_root_hub_pipe_close() local
385 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ehci_handle_root_hub_pipe_close()
401 ASSERT((eptd->bEndpointAddress & USB_EP_NUM_MASK) == 1); in ehci_handle_root_hub_pipe_close()
447 usb_ep_descr_t *eptd = &ph->p_ep; in ehci_handle_root_hub_pipe_reset() local
455 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ehci_handle_root_hub_pipe_reset()
1448 usb_ep_descr_t *eptd = &ph->p_ep; in ehci_handle_root_hub_pipe_start_intr_polling() local
1531 usb_ep_descr_t *eptd = &ph->p_ep; in ehci_handle_root_hub_pipe_stop_intr_polling() local
1853 usb_ep_descr_t *eptd; in ehci_handle_root_hub_status_change() local
[all …]
H A Dehci_xfer.c946 usb_ep_descr_t *eptd; in ehci_clear_tt_buffer() local
959 eptd = &ph->p_ep; in ehci_clear_tt_buffer()
1796 usb_ep_descr_t *eptd = &ph->p_ep; in ehci_start_periodic_pipe_polling() local
1902 usb_ep_descr_t *eptd = &ph->p_ep; in ehci_start_pipe_polling() local
2203 usb_ep_descr_t *eptd = &ph->p_ep; in ehci_stop_periodic_pipe_polling() local
3106 if (EHCI_INTR_ENDPOINT(eptd)) { in ehci_create_transfer_wrapper()
3544 if (EHCI_INTR_ENDPOINT(eptd)) { in ehci_free_tw()
3650 usb_ep_descr_t *eptd = &ph->p_ep; in ehci_pipe_cleanup() local
3657 if (EHCI_ISOC_ENDPOINT(eptd)) { in ehci_pipe_cleanup()
3872 usb_ep_descr_t *eptd = &ph->p_ep; in ehci_save_data_toggle() local
[all …]
H A Dehci.c1024 usb_ep_descr_t *eptd = &ph->p_ep; in ehci_hcdi_pipe_close() local
1030 eptd->bEndpointAddress & USB_EP_NUM_MASK); in ehci_hcdi_pipe_close()
1058 if (EHCI_PERIODIC_ENDPOINT(eptd)) { in ehci_hcdi_pipe_close()
H A Dehci_util.c3875 usb_ep_descr_t *eptd = &pp->pp_pipe_handle->p_ep; in ehci_get_xfer_attrs() local
3881 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ehci_get_xfer_attrs()
/illumos-gate/usr/src/uts/common/io/usb/hcd/openhci/
H A Dohci_hub.c331 usb_ep_descr_t *eptd = &ph->p_ep; in ohci_handle_root_hub_pipe_open() local
338 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ohci_handle_root_hub_pipe_open()
394 usb_ep_descr_t *eptd = &ph->p_ep; in ohci_handle_root_hub_pipe_close() local
401 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ohci_handle_root_hub_pipe_close()
417 ASSERT((eptd->bEndpointAddress & USB_EP_NUM_MASK) == 1); in ohci_handle_root_hub_pipe_close()
463 usb_ep_descr_t *eptd = &ph->p_ep; in ohci_handle_root_hub_pipe_reset() local
471 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ohci_handle_root_hub_pipe_reset()
1296 usb_ep_descr_t *eptd = &ph->p_ep; in ohci_handle_root_hub_pipe_start_intr_polling() local
1377 usb_ep_descr_t *eptd = &ph->p_ep; in ohci_handle_root_hub_pipe_stop_intr_polling() local
1557 usb_ep_descr_t *eptd; in ohci_handle_root_hub_status_change() local
[all …]
H A Dohci.c2668 usb_ep_descr_t *eptd = &ph->p_ep; in ohci_hcdi_pipe_close() local
5082 usb_ep_descr_t *eptd = &ph->p_ep; in ohci_start_periodic_pipe_polling() local
8419 usb_ep_descr_t *eptd; in ohci_parse_error() local
8444 eptd = &pp->pp_pipe_handle->p_ep; in ohci_parse_error()
9083 if ((eptd->bEndpointAddress & in ohci_handle_bulk_td()
9090 eptd->bmAttributes, eptd->bEndpointAddress); in ohci_handle_bulk_td()
9145 eptd->bmAttributes, eptd->bEndpointAddress); in ohci_handle_intr_td()
9311 eptd->bmAttributes, eptd->bEndpointAddress); in ohci_handle_isoc_td()
9590 eptd->bmAttributes, eptd->bEndpointAddress); in ohci_sendup_td_message()
10277 bit = ((eptd->bmAttributes & in ohci_pipe_cleanup()
[all …]
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_util.c1605 usb_ep_descr_t *eptd; in usba_sync_clear_feature() local
1646 eptd = &ph_data->p_ep; in usba_sync_clear_feature()
1647 if ((eptd->bmAttributes & USB_EP_ATTR_MASK) == in usba_sync_clear_feature()
1648 USB_EP_ATTR_BULK || (eptd->bmAttributes & in usba_sync_clear_feature()
H A Dhcdi.c493 usb_ep_descr_t *eptd = &ph_data->p_ep; in usba_hcdi_cb() local
511 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in usba_hcdi_cb()