Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Ddebug.h255 static inline const char *dwc3_ep_event_string(char *str, size_t size, in dwc3_ep_event_string() function
381 return dwc3_ep_event_string(str, size, &evt.depevt, ep0state); in dwc3_decode_event()
/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dcore.h871 static inline const char *dwc3_ep_event_string(u8 event) in dwc3_ep_event_string() function
H A Dep0.c1096 dwc3_ep_event_string(event->endpoint_event), in dwc3_ep0_interrupt()