Searched refs:dwc3_ep_configure (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/drivers/st/usb_dwc3/ |
| H A D | usb_dwc3.c | 1597 static enum usb_status dwc3_ep_configure(dwc3_handle_t *dwc3_handle, uint8_t epnum, bool is_in, in dwc3_ep_configure() function 1806 ret = dwc3_ep_configure(dwc3_handle, 0, false, EP_TYPE_CTRL, ep0_mps, 0, 0, 0, in dwc3_handle_dev_event() 1813 ret = dwc3_ep_configure(dwc3_handle, 0, true, EP_TYPE_CTRL, ep0_mps, 0, 0, 1, in dwc3_handle_dev_event() 2226 ret = dwc3_ep_configure(dwc3_handle, 0, false, EP_TYPE_CTRL, in dwc3_dev_init() 2233 ret = dwc3_ep_configure(dwc3_handle, 0, true, EP_TYPE_CTRL, in dwc3_dev_init()
|