Lines Matching refs:p_ep

999 	usb_ep_descr_t	*endpoint = &pipe_handle->p_ep;  in uhci_allocate_bandwidth()
1162 usb_ep_descr_t *endpoint = &pipe_handle->p_ep; in uhci_deallocate_bandwidth()
1417 switch (UHCI_XFER_TYPE(&ph->p_ep)) { in uhci_insert_qh()
1550 pipe_dir = UHCI_XFER_DIR(&ph->p_ep); in uhci_insert_intr_td()
1560 ph->p_ep.wMaxPacketSize; in uhci_insert_intr_td()
1653 mps = ph->p_ep.wMaxPacketSize; in uhci_insert_intr_td()
1756 if (UHCI_XFER_TYPE(&ph->p_ep) == USB_EP_ATTR_ISOCH) { in uhci_create_transfer_wrapper()
1961 if (UHCI_XFER_TYPE(&ph->p_ep) == USB_EP_ATTR_ISOCH) { in uhci_fill_in_td()
1991 ph->p_ep.bEndpointAddress & END_POINT_ADDRESS_MASK); in uhci_fill_in_td()
2093 usb_ep_descr_t *ept = &pp->pp_pipe_handle->p_ep; in uhci_modify_td_active_bits()
2603 usb_ep_descr_t *ept = &pp->pp_pipe_handle->p_ep; in uhci_remove_tds_tws()
2655 switch (UHCI_XFER_TYPE(&pp->pp_pipe_handle->p_ep)) { in uhci_remove_qh()
2823 tw->tw_direction = (UHCI_XFER_DIR(&ph->p_ep) == USB_EP_DIR_OUT) ? in uhci_insert_bulk_td()
2843 length = mps = pp->pp_pipe_handle->p_ep.wMaxPacketSize; in uhci_insert_bulk_td()
2968 usb_ep_descr_t *ept = &pp->pp_pipe_handle->p_ep; in uhci_fill_in_bulk_isoc_td()
3002 SetTD_endpt(uhcip, current_td, ph->p_ep.bEndpointAddress & in uhci_fill_in_bulk_isoc_td()
3347 MaxPacketSize = pp->pp_pipe_handle->p_ep.wMaxPacketSize; in uhci_handle_bulk_td()
3465 usb_pp->p_ep.bmAttributes, in uhci_handle_bulk_td()
3466 usb_pp->p_ep.bEndpointAddress); in uhci_handle_bulk_td()
3743 usba_hcdi_set_data_toggle(ph->p_usba_device, ph->p_ep.bEndpointAddress, in uhci_save_data_toggle()
3786 if (UHCI_XFER_TYPE(&pp->pp_pipe_handle->p_ep) != USB_EP_ATTR_ISOCH) { in uhci_create_isoc_transfer_wrapper()
3791 if ((req == NULL) && (UHCI_XFER_DIR(&pp->pp_pipe_handle->p_ep) == in uhci_create_isoc_transfer_wrapper()
4020 tw->tw_direction = (UHCI_XFER_DIR(&ph->p_ep) == USB_EP_DIR_OUT) ? in uhci_insert_isoc_td()
4352 usb_pp->p_ep.bmAttributes, usb_pp->p_ep.bEndpointAddress); in uhci_handle_isoc_td()
4463 max_isoc_xfer_size = ph->p_ep.wMaxPacketSize * UHCI_MAX_ISOC_PKTS; in uhci_start_isoc_receive_polling()
4835 if (UHCI_XFER_TYPE(&ph->p_ep) == USB_EP_ATTR_INTR) { in uhci_allocate_periodic_in_resource()
4922 switch (UHCI_XFER_TYPE(&ph->p_ep)) { in uhci_deallocate_periodic_in_resource()