Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/phy/st/
H A Dphy-stm32-usbphyc.c211 struct stm32_usbphyc_phy *usbphyc_phy = phy_get_drvdata(phy); in stm32_usbphyc_phy_init() local
212 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() local
227 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() local
238 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() local
245 return regulator_bulk_disable(NUM_SUPPLIES, usbphyc_phy->supplies); in stm32_usbphyc_phy_power_off()
[all …]