Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/dwc2/
H A Dplatform.c161 hsotg->ll_phy_enabled = true; in dwc2_lowlevel_phy_enable()
195 hsotg->ll_phy_enabled = false; in dwc2_lowlevel_phy_disable()
218 if (!hsotg->ll_phy_enabled) in __dwc2_lowlevel_hw_enable()
244 if (hsotg->ll_phy_enabled) in __dwc2_lowlevel_hw_disable()
668 if (hsotg->ll_phy_enabled) in dwc2_driver_probe()
H A Dcore.h1065 unsigned int ll_phy_enabled:1; member
H A Dgadget.c4568 if (!hsotg->ll_phy_enabled) { in dwc2_hsotg_udc_start()
4635 if (hsotg->ll_phy_enabled) in dwc2_hsotg_udc_stop()
H A Dhcd.c3195 if (!hsotg->ll_phy_enabled && dwc2_is_host_mode(hsotg)) in dwc2_conn_id_status_change()