Searched refs:eptd (Results 1 – 12 of 12) sorted by relevance
306 usb_ep_descr_t *eptd = &ph->p_ep; in uhci_hcdi_pipe_close() local315 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 …]
797 usb_ep_descr_t *eptd; in uhci_polled_insert_td_on_qh() local822 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()
1426 usb_ep_descr_t *eptd = &usb_pp->p_ep; in uhci_handle_ctrl_td() local1527 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()
639 usb_ep_descr_t *eptd; in ehci_check_for_short_xfer() local659 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() local1076 if ((eptd->bEndpointAddress & in ehci_handle_bulk_qtd()1110 usb_ep_descr_t *eptd = &ph->p_ep; in ehci_handle_intr_qtd() local1125 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() local1272 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 …]
315 usb_ep_descr_t *eptd = &ph->p_ep; in ehci_handle_root_hub_pipe_open() local322 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() local385 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() local455 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() local1458 ASSERT((eptd->bEndpointAddress & USB_EP_NUM_MASK) == 1); in ehci_handle_root_hub_pipe_start_intr_polling()[all …]
946 usb_ep_descr_t *eptd; in ehci_clear_tt_buffer() local959 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() local1811 ((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() local1928 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 …]
1039 usb_ep_descr_t *eptd = &ph->p_ep; in ehci_hcdi_pipe_close() local1045 eptd->bEndpointAddress & USB_EP_NUM_MASK); in ehci_hcdi_pipe_close()1073 if (EHCI_PERIODIC_ENDPOINT(eptd)) { in ehci_hcdi_pipe_close()
3853 usb_ep_descr_t *eptd = &pp->pp_pipe_handle->p_ep; in ehci_get_xfer_attrs() local3859 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ehci_get_xfer_attrs()
331 usb_ep_descr_t *eptd = &ph->p_ep; in ohci_handle_root_hub_pipe_open() local338 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() local401 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() local471 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() local1306 ASSERT((eptd->bEndpointAddress & USB_EP_NUM_MASK) == 1); in ohci_handle_root_hub_pipe_start_intr_polling()[all …]
2684 usb_ep_descr_t *eptd = &ph->p_ep; in ohci_hcdi_pipe_close() local2690 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() local5113 ((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() local5219 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() local5527 ((eptd->bmAttributes & USB_EP_ATTR_MASK) == in ohci_stop_periodic_pipe_polling()[all …]
1604 usb_ep_descr_t *eptd; in usba_sync_clear_feature() local1645 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()
479 usb_ep_descr_t *eptd = &ph_data->p_ep; in usba_hcdi_cb() local497 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in usba_hcdi_cb()