Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc3/
H A Dhost.c30 dwc3_enable_susphy(dwc, true); in dwc3_xhci_plat_start()
171 dwc3_enable_susphy(dwc, false); in dwc3_host_exit()
H A Dcore.h1570 void dwc3_enable_susphy(struct dwc3 *dwc, bool enable);
H A Dgadget.c2938 dwc3_enable_susphy(dwc, true); in __dwc3_gadget_start()
4705 dwc3_enable_susphy(dwc, false); in dwc3_gadget_exit()
H A Dcore.c107 void dwc3_enable_susphy(struct dwc3 *dwc, bool enable) in dwc3_enable_susphy() function