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()
637 usb_ep_descr_t *eptd; in ehci_check_for_short_xfer() local657 eptd = &pp->pp_pipe_handle->p_ep; in ehci_check_for_short_xfer()658 attributes = eptd->bmAttributes & USB_EP_ATTR_MASK; in ehci_check_for_short_xfer()1048 usb_ep_descr_t *eptd = &ph->p_ep; in ehci_handle_bulk_qtd() local1074 if ((eptd->bEndpointAddress & in ehci_handle_bulk_qtd()1108 usb_ep_descr_t *eptd = &ph->p_ep; in ehci_handle_intr_qtd() local1123 if ((eptd->bEndpointAddress & USB_EP_DIR_MASK) == USB_EP_DIR_OUT) { in ehci_handle_intr_qtd()1253 usb_ep_descr_t *eptd = &pp->pp_pipe_handle->p_ep; in ehci_sendup_qtd_message() local1270 if ((eptd->bmAttributes & USB_EP_ATTR_MASK) == USB_EP_ATTR_CONTROL) { in ehci_sendup_qtd_message()1288 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()1796 usb_ep_descr_t *eptd = &ph->p_ep; in ehci_start_periodic_pipe_polling() local1809 ((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()1902 usb_ep_descr_t *eptd = &ph->p_ep; in ehci_start_pipe_polling() local1926 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ehci_start_pipe_polling()2203 usb_ep_descr_t *eptd = &ph->p_ep; in ehci_stop_periodic_pipe_polling() local[all …]
1024 usb_ep_descr_t *eptd = &ph->p_ep; in ehci_hcdi_pipe_close() local1030 eptd->bEndpointAddress & USB_EP_NUM_MASK); in ehci_hcdi_pipe_close()1058 if (EHCI_PERIODIC_ENDPOINT(eptd)) { in ehci_hcdi_pipe_close()
3875 usb_ep_descr_t *eptd = &pp->pp_pipe_handle->p_ep; in ehci_get_xfer_attrs() local3881 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 …]
2668 usb_ep_descr_t *eptd = &ph->p_ep; in ohci_hcdi_pipe_close() local2674 eptd->bEndpointAddress & USB_EP_NUM_MASK); in ohci_hcdi_pipe_close()2705 if (OHCI_PERIODIC_ENDPOINT(eptd)) { in ohci_hcdi_pipe_close()5082 usb_ep_descr_t *eptd = &ph->p_ep; in ohci_start_periodic_pipe_polling() local5095 ((eptd->bmAttributes & USB_EP_ATTR_MASK) == in ohci_start_periodic_pipe_polling()5171 usb_ep_descr_t *eptd = &ph->p_ep; in ohci_start_pipe_polling() local5201 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ohci_start_pipe_polling()5241 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in ohci_start_pipe_polling()5498 usb_ep_descr_t *eptd = &ph->p_ep; in ohci_stop_periodic_pipe_polling() local5509 ((eptd->bmAttributes & USB_EP_ATTR_MASK) == in ohci_stop_periodic_pipe_polling()[all …]
1605 usb_ep_descr_t *eptd; in usba_sync_clear_feature() local1646 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()
493 usb_ep_descr_t *eptd = &ph_data->p_ep; in usba_hcdi_cb() local511 switch (eptd->bmAttributes & USB_EP_ATTR_MASK) { in usba_hcdi_cb()