Searched refs:dwc3_enable_susphy (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/usb/dwc3/ |
H A D | host.c | 74 dwc3_enable_susphy(dwc, true); in dwc3_xhci_plat_start() 226 dwc3_enable_susphy(dwc, false); in dwc3_host_exit()
|
H A D | core.c | 110 void dwc3_enable_susphy(struct dwc3 *dwc, bool enable) in dwc3_enable_susphy() function 151 dwc3_enable_susphy(dwc, false); in dwc3_set_prtcap() 848 dwc3_enable_susphy(dwc, true); in dwc3_phy_init() 2437 dwc3_enable_susphy(dwc, true); in dwc3_suspend_common() 2564 dwc3_enable_susphy(dwc, dwc->susphy_state); in dwc3_resume_common()
|
H A D | core.h | 1615 void dwc3_enable_susphy(struct dwc3 *dwc, bool enable);
|
H A D | gadget.c | 2986 dwc3_enable_susphy(dwc, true); in __dwc3_gadget_start() 4805 dwc3_enable_susphy(dwc, false); in dwc3_gadget_exit()
|