Home
last modified time | relevance | path

Searched refs:DWC3_LINK_STATE_RECOV (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/usb/dwc3/
Ddebug.h102 case DWC3_LINK_STATE_RECOV: in dwc3_gadget_link_string()
137 case DWC3_LINK_STATE_RECOV: in dwc3_gadget_hs_link_string()
Ddebugfs.c590 state = DWC3_LINK_STATE_RECOV; in dwc3_link_state_write()
609 state != DWC3_LINK_STATE_RECOV) { in dwc3_link_state_write()
Dcore.h754 DWC3_LINK_STATE_RECOV = 0x08, enumerator
Dgadget.c1740 ret = dwc3_gadget_set_link_state(dwc, DWC3_LINK_STATE_RECOV); in __dwc3_gadget_wakeup()