Home
last modified time | relevance | path

Searched refs:out_ep (Results 1 – 5 of 5) sorted by relevance

/rk3399_ARM-atf/drivers/usb/
H A Dusb_device.c34 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()
/rk3399_ARM-atf/drivers/st/usb_dwc3/
H A Dusb_dwc3.c862 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 …]
/rk3399_ARM-atf/plat/st/stm32mp1/
H A Dstm32mp1_usb_dfu.c357 pcd_handle.out_ep[0].maxpacket = USB_MAX_EP0_SIZE; in usb_dfu_plat_init()
/rk3399_ARM-atf/plat/st/stm32mp2/
H A Dstm32mp2_usb_dfu.c330 pcd_handle.out_ep[0].maxpacket = USB_MAX_EP0_SIZE; in usb_dfu_plat_init()
/rk3399_ARM-atf/include/drivers/
H A Dusb_device.h244 struct usbd_ep out_ep[USBD_EP_NB]; /* OUT endpoint parameters */ member