Lines Matching defs:hsotg
82 static int dwc2_get_dr_mode(struct dwc2_hsotg *hsotg) in dwc2_get_dr_mode()
126 struct dwc2_hsotg *hsotg = data; in __dwc2_disable_regulators() local
131 static int __dwc2_lowlevel_phy_enable(struct dwc2_hsotg *hsotg) in __dwc2_lowlevel_phy_enable()
156 int dwc2_lowlevel_phy_enable(struct dwc2_hsotg *hsotg) in dwc2_lowlevel_phy_enable()
165 static int __dwc2_lowlevel_phy_disable(struct dwc2_hsotg *hsotg) in __dwc2_lowlevel_phy_disable()
190 int dwc2_lowlevel_phy_disable(struct dwc2_hsotg *hsotg) in dwc2_lowlevel_phy_disable()
199 static int __dwc2_lowlevel_hw_enable(struct dwc2_hsotg *hsotg) in __dwc2_lowlevel_hw_enable()
231 int dwc2_lowlevel_hw_enable(struct dwc2_hsotg *hsotg) in dwc2_lowlevel_hw_enable()
240 static int __dwc2_lowlevel_hw_disable(struct dwc2_hsotg *hsotg) in __dwc2_lowlevel_hw_disable()
262 int dwc2_lowlevel_hw_disable(struct dwc2_hsotg *hsotg) in dwc2_lowlevel_hw_disable()
271 static int dwc2_lowlevel_hw_init(struct dwc2_hsotg *hsotg) in dwc2_lowlevel_hw_init()
377 struct dwc2_hsotg *hsotg = platform_get_drvdata(dev); in dwc2_driver_remove() local
416 struct dwc2_hsotg *hsotg = platform_get_drvdata(dev); in dwc2_driver_shutdown() local
427 static bool dwc2_check_core_endianness(struct dwc2_hsotg *hsotg) in dwc2_check_core_endianness()
445 int dwc2_check_core_version(struct dwc2_hsotg *hsotg) in dwc2_check_core_version()
484 struct dwc2_hsotg *hsotg; in dwc2_driver_probe() local