Searched refs:out_ep (Results 1 – 5 of 5) sorted by relevance
34 ep = &hpcd->out_ep[num]; in usb_core_set_stall()533 pdev->data->out_ep[param].xfer_buff); in usb_core_handle_it()549 ep = &pdev->data->out_ep[param & USBD_OUT_EPNUM_MASK]; in usb_core_handle_it()558 ep = &pdev->data->out_ep[param & USBD_OUT_EPNUM_MASK]; in usb_core_handle_it()644 ep = &hpcd->out_ep[num]; in usb_core_receive()827 pdev->ep_out[i].maxpacket = pdev->data->out_ep[i].maxpacket; in register_usb_driver()
862 dwc3_handle->pcd_handle->out_ep[0].xfer_len = 8; in dwc3_ep0_out_start()865 return dwc3_ep_start_xfer(dwc3_handle, &dwc3_handle->pcd_handle->out_ep[0]); in dwc3_ep0_out_start()975 dwc3_ep_stop_xfer(dwc3_handle, &dwc3_handle->pcd_handle->out_ep[i]); in usb_dwc3_stop_device()1122 ep = &dwc3_handle->pcd_handle->out_ep[ep_addr]; in dwc3_epaddr_set_stall()1214 &pcd_handle->out_ep[0]); in dwc3_handle_ep0_xfernotready_event()1270 ep = &dwc3_handle->pcd_handle->out_ep[ep_num]; in dwc3_handle_ep_event()1698 ret = dwc3_ep_stop_xfer(dwc3_handle, &dwc3_handle->pcd_handle->out_ep[0]); in dwc3_handle_dev_event()1721 &dwc3_handle->pcd_handle->out_ep[i]); in dwc3_handle_dev_event()1821 dwc3_handle->pcd_handle->out_ep[0].maxpacket = ep0_mps; in dwc3_handle_dev_event()2227 dwc3_handle->pcd_handle->out_ep[0].maxpacket, 0, 0, 0, in dwc3_dev_init()[all …]
357 pcd_handle.out_ep[0].maxpacket = USB_MAX_EP0_SIZE; in usb_dfu_plat_init()
330 pcd_handle.out_ep[0].maxpacket = USB_MAX_EP0_SIZE; in usb_dfu_plat_init()
244 struct usbd_ep out_ep[USBD_EP_NB]; /* OUT endpoint parameters */ member