Home
last modified time | relevance | path

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

/titanic_41/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
315 eptd->bEndpointAddress, usb_flags); in uhci_hcdi_pipe_close()
325 switch (UHCI_XFER_TYPE(eptd)) { in uhci_hcdi_pipe_close()
333 ASSERT((eptd->bEndpointAddress & in uhci_hcdi_pipe_close()
360 if (UHCI_XFER_TYPE(eptd) == USB_EP_ATTR_INTR) { in uhci_hcdi_pipe_close()
373 if (UHCI_XFER_TYPE(eptd) != USB_EP_ATTR_ISOCH) { 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()
409 if (UHCI_XFER_TYPE(eptd) != USB_EP_ATTR_ISOCH) { in uhci_hcdi_pipe_close()
423 if (UHCI_PERIODIC_ENDPOINT(eptd)) { in uhci_hcdi_pipe_close()
[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()
/titanic_41/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
1125 if ((eptd->bEndpointAddress & USB_EP_DIR_MASK) == USB_EP_DIR_OUT) { in ehci_handle_intr_qtd()
1255 usb_ep_descr_t *eptd = &pp->pp_pipe_handle->p_ep; in ehci_sendup_qtd_message() local
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()
[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()
465 ASSERT((eptd->bEndpointAddress & USB_EP_NUM_MASK) == 1); 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
1458 ASSERT((eptd->bEndpointAddress & USB_EP_NUM_MASK) == 1); in ehci_handle_root_hub_pipe_start_intr_polling()
[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()
960 attributes = eptd->bmAttributes & USB_EP_ATTR_MASK; in ehci_clear_tt_buffer()
971 if ((eptd->bEndpointAddress & USB_EP_DIR_MASK) == USB_EP_DIR_IN) { in ehci_clear_tt_buffer()
1798 usb_ep_descr_t *eptd = &ph->p_ep; in ehci_start_periodic_pipe_polling() local
1811 ((eptd->bmAttributes & USB_EP_ATTR_MASK) == in ehci_start_periodic_pipe_polling()
1847 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ehci_start_periodic_pipe_polling()
1904 usb_ep_descr_t *eptd = &ph->p_ep; in ehci_start_pipe_polling() local
1928 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ehci_start_pipe_polling()
2205 usb_ep_descr_t *eptd = &ph->p_ep; in ehci_stop_periodic_pipe_polling() local
[all …]
H A Dehci.c1039 usb_ep_descr_t *eptd = &ph->p_ep; in ehci_hcdi_pipe_close() local
1045 eptd->bEndpointAddress & USB_EP_NUM_MASK); in ehci_hcdi_pipe_close()
1073 if (EHCI_PERIODIC_ENDPOINT(eptd)) { in ehci_hcdi_pipe_close()
H A Dehci_util.c3853 usb_ep_descr_t *eptd = &pp->pp_pipe_handle->p_ep; in ehci_get_xfer_attrs() local
3859 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ehci_get_xfer_attrs()
/titanic_41/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()
481 ASSERT((eptd->bEndpointAddress & USB_EP_NUM_MASK) == 1); 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
1306 ASSERT((eptd->bEndpointAddress & USB_EP_NUM_MASK) == 1); in ohci_handle_root_hub_pipe_start_intr_polling()
[all …]
H A Dohci.c2684 usb_ep_descr_t *eptd = &ph->p_ep; in ohci_hcdi_pipe_close() local
2690 eptd->bEndpointAddress & USB_EP_NUM_MASK); in ohci_hcdi_pipe_close()
2721 if (OHCI_PERIODIC_ENDPOINT(eptd)) { in ohci_hcdi_pipe_close()
5100 usb_ep_descr_t *eptd = &ph->p_ep; in ohci_start_periodic_pipe_polling() local
5113 ((eptd->bmAttributes & USB_EP_ATTR_MASK) == in ohci_start_periodic_pipe_polling()
5189 usb_ep_descr_t *eptd = &ph->p_ep; in ohci_start_pipe_polling() local
5219 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ohci_start_pipe_polling()
5259 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ohci_start_pipe_polling()
5516 usb_ep_descr_t *eptd = &ph->p_ep; in ohci_stop_periodic_pipe_polling() local
5527 ((eptd->bmAttributes & USB_EP_ATTR_MASK) == in ohci_stop_periodic_pipe_polling()
[all …]
/titanic_41/usr/src/uts/common/io/usb/usba/
H A Dusbai_util.c1604 usb_ep_descr_t *eptd; in usba_sync_clear_feature() local
1645 eptd = &ph_data->p_ep; in usba_sync_clear_feature()
1646 if ((eptd->bmAttributes & USB_EP_ATTR_MASK) == in usba_sync_clear_feature()
1647 USB_EP_ATTR_BULK || (eptd->bmAttributes & in usba_sync_clear_feature()
H A Dhcdi.c479 usb_ep_descr_t *eptd = &ph_data->p_ep; in usba_hcdi_cb() local
497 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in usba_hcdi_cb()