Searched refs:usbphyc_phy (Results 1 – 1 of 1) sorted by relevance
211 struct stm32_usbphyc_phy *usbphyc_phy = phy_get_drvdata(phy); in stm32_usbphyc_phy_init() local212 struct stm32_usbphyc *usbphyc = usbphyc_phy->usbphyc; in stm32_usbphyc_phy_init()219 usbphyc_phy->active = true; in stm32_usbphyc_phy_init()226 struct stm32_usbphyc_phy *usbphyc_phy = phy_get_drvdata(phy); in stm32_usbphyc_phy_exit() local227 struct stm32_usbphyc *usbphyc = usbphyc_phy->usbphyc; in stm32_usbphyc_phy_exit()229 usbphyc_phy->active = false; in stm32_usbphyc_phy_exit()236 struct stm32_usbphyc_phy *usbphyc_phy = phy_get_drvdata(phy); in stm32_usbphyc_phy_power_on() local238 return regulator_bulk_enable(NUM_SUPPLIES, usbphyc_phy->supplies); in stm32_usbphyc_phy_power_on()243 struct stm32_usbphyc_phy *usbphyc_phy = phy_get_drvdata(phy); in stm32_usbphyc_phy_power_off() local245 return regulator_bulk_disable(NUM_SUPPLIES, usbphyc_phy->supplies); in stm32_usbphyc_phy_power_off()[all …]