Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc3/
H A Ddebug.h257 static inline const char *dwc3_ep_event_string(char *str, size_t size, in dwc3_ep_event_string() function
383 return dwc3_ep_event_string(str, size, &evt.depevt, ep0state); in dwc3_decode_event()
/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.h844 static inline const char *dwc3_ep_event_string(u8 event) in dwc3_ep_event_string() function
H A Dep0.c1092 dwc3_ep_event_string(event->endpoint_event), in dwc3_ep0_interrupt()