Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/phy/st/
H A Dphy-stm32-usbphyc.c337 struct stm32_usbphyc_phy *usbphyc_phy = phy_get_drvdata(phy); in stm32_usbphyc_phy_init() local
338 struct stm32_usbphyc *usbphyc = usbphyc_phy->usbphyc; in stm32_usbphyc_phy_init()
339 u32 reg_mon = STM32_USBPHYC_MONITOR(usbphyc_phy->index); in stm32_usbphyc_phy_init()
360 usbphyc_phy->active = true; in stm32_usbphyc_phy_init()
372 struct stm32_usbphyc_phy *usbphyc_phy = phy_get_drvdata(phy); in stm32_usbphyc_phy_exit() local
373 struct stm32_usbphyc *usbphyc = usbphyc_phy->usbphyc; in stm32_usbphyc_phy_exit()
375 usbphyc_phy->active = false; in stm32_usbphyc_phy_exit()
382 struct stm32_usbphyc_phy *usbphyc_phy = phy_get_drvdata(phy); in stm32_usbphyc_phy_power_on() local
384 if (usbphyc_phy->vbus) in stm32_usbphyc_phy_power_on()
385 return regulator_enable(usbphyc_phy in stm32_usbphyc_phy_power_on()
392 struct stm32_usbphyc_phy *usbphyc_phy = phy_get_drvdata(phy); stm32_usbphyc_phy_power_off() local
466 struct stm32_usbphyc_phy *usbphyc_phy = usbphyc->phys[index]; stm32_usbphyc_phy_tuning() local
580 struct stm32_usbphyc_phy *usbphyc_phy = NULL; stm32_usbphyc_of_xlate() local
694 struct stm32_usbphyc_phy *usbphyc_phy; stm32_usbphyc_probe() local
791 struct stm32_usbphyc_phy *usbphyc_phy; stm32_usbphyc_resume() local
[all...]
/kernel/linux/linux-5.10/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 in stm32_usbphyc_phy_power_off()
272 struct stm32_usbphyc_phy *usbphyc_phy = NULL; stm32_usbphyc_of_xlate() local
360 struct stm32_usbphyc_phy *usbphyc_phy; stm32_usbphyc_probe() local
[all...]

Completed in 2 milliseconds