Home
last modified time | relevance | path

Searched refs:dwc3_handle_t (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/drivers/st/usb_dwc3/
H A Dusb_dwc3.c538 static void usb_dwc3_enable_eventint(dwc3_handle_t *handle, uint8_t intr_num) in usb_dwc3_enable_eventint()
544 static void usb_dwc3_disable_eventint(dwc3_handle_t *handle, uint8_t intr_num) in usb_dwc3_disable_eventint()
667 static enum usb_status dwc3_execute_dep_cmd(dwc3_handle_t *dwc3_handle, uint8_t phy_epnum, in dwc3_execute_dep_cmd()
708 static bool dwc3_is_ep_enabled(dwc3_handle_t *dwc3_handle, uint8_t phy_epnum) in dwc3_is_ep_enabled()
718 static enum usb_status dwc3_ep_start_xfer(dwc3_handle_t *dwc3_handle, struct usbd_ep *ep) in dwc3_ep_start_xfer()
805 dwc3_handle_t *dwc3_handle = (dwc3_handle_t *)handle; in usb_dwc3_ep_start_xfer()
859 static enum usb_status dwc3_ep0_out_start(dwc3_handle_t *dwc3_handle, uintptr_t setup_buf_dma_addr) in dwc3_ep0_out_start()
870 dwc3_handle_t *dwc3_handle = (dwc3_handle_t *)handle; in usb_dwc3_ep0_out_start()
878 dwc3_handle_t *dwc3_handle = (dwc3_handle_t *)handle; in usb_dwc3_start_device()
896 static inline void dwc3_ack_evt_count(dwc3_handle_t *dwc3_handle, uint8_t intr_num, in dwc3_ack_evt_count()
[all …]
/rk3399_ARM-atf/include/drivers/st/
H A Dusb_dwc3.h235 } dwc3_handle_t; typedef
238 struct pcd_handle *pcd_handle, dwc3_handle_t *dwc3_handle,
/rk3399_ARM-atf/plat/st/stm32mp2/
H A Dstm32mp2_usb_dfu.c324 static dwc3_handle_t dwc3_handle;