Searched refs:dwc3_enable_susphy (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/usb/dwc3/ |
H A D | host.c | 30 dwc3_enable_susphy(dwc, true); in dwc3_xhci_plat_start() 171 dwc3_enable_susphy(dwc, false); in dwc3_host_exit()
|
H A D | core.c | 107 void dwc3_enable_susphy(struct dwc3 *dwc, bool enable) in dwc3_enable_susphy() function 143 dwc3_enable_susphy(dwc, false); in __dwc3_set_mode() 825 dwc3_enable_susphy(dwc, true); in dwc3_phy_power_off() 2142 dwc3_enable_susphy(dwc, true); in dwc3_suspend_common() 2256 dwc3_enable_susphy(dwc, dwc->susphy_state); in dwc3_runtime_checks()
|
H A D | core.h | 1582 void dwc3_enable_susphy(struct dwc3 *dwc, bool enable);
|
H A D | gadget.c | 2995 dwc3_enable_susphy(dwc, true); in __dwc3_gadget_start() 4768 dwc3_enable_susphy(dwc, false); in dwc3_gadget_exit()
|