Searched refs:usbphyc_phy (Results 1 – 1 of 1) sorted by relevance
254 struct stm32_usbphyc_phy *usbphyc_phy = phy_get_drvdata(phy); in stm32_usbphyc_phy_init() local255 struct stm32_usbphyc *usbphyc = usbphyc_phy->usbphyc; in stm32_usbphyc_phy_init()256 u32 reg_mon = STM32_USBPHYC_MONITOR(usbphyc_phy->index); in stm32_usbphyc_phy_init()277 usbphyc_phy->active = true; in stm32_usbphyc_phy_init()287 struct stm32_usbphyc_phy *usbphyc_phy = phy_get_drvdata(phy); in stm32_usbphyc_phy_exit() local288 struct stm32_usbphyc *usbphyc = usbphyc_phy->usbphyc; in stm32_usbphyc_phy_exit()290 usbphyc_phy->active = false; in stm32_usbphyc_phy_exit()297 struct stm32_usbphyc_phy *usbphyc_phy = phy_get_drvdata(phy); in stm32_usbphyc_phy_power_on() local299 if (usbphyc_phy->vbus) in stm32_usbphyc_phy_power_on()300 return regulator_enable(usbphyc_phy->vbus); in stm32_usbphyc_phy_power_on()[all …]