Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/phy/st/
Dphy-stm32-usbphyc.c333 struct stm32_usbphyc_phy *usbphyc_phy = phy_get_drvdata(phy); in stm32_usbphyc_phy_init() local
334 struct stm32_usbphyc *usbphyc = usbphyc_phy->usbphyc; in stm32_usbphyc_phy_init()
335 u32 reg_mon = STM32_USBPHYC_MONITOR(usbphyc_phy->index); in stm32_usbphyc_phy_init()
356 usbphyc_phy->active = true; in stm32_usbphyc_phy_init()
368 struct stm32_usbphyc_phy *usbphyc_phy = phy_get_drvdata(phy); in stm32_usbphyc_phy_exit() local
369 struct stm32_usbphyc *usbphyc = usbphyc_phy->usbphyc; in stm32_usbphyc_phy_exit()
371 usbphyc_phy->active = false; in stm32_usbphyc_phy_exit()
378 struct stm32_usbphyc_phy *usbphyc_phy = phy_get_drvdata(phy); in stm32_usbphyc_phy_power_on() local
380 if (usbphyc_phy->vbus) in stm32_usbphyc_phy_power_on()
381 return regulator_enable(usbphyc_phy->vbus); in stm32_usbphyc_phy_power_on()
[all …]