Home
last modified time | relevance | path

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

/openbmc/linux/drivers/phy/st/
H A Dphy-stm32-usbphyc.c138 struct stm32_usbphyc *usbphyc;
145 struct stm32_usbphyc { struct
169 static int stm32_usbphyc_regulators_enable(struct stm32_usbphyc *usbphyc) in stm32_usbphyc_regulators_enable() argument
189 static int stm32_usbphyc_regulators_disable(struct stm32_usbphyc *usbphyc) in stm32_usbphyc_regulators_disable()
231 static int stm32_usbphyc_pll_init(struct stm32_usbphyc *usbphyc) in stm32_usbphyc_pll_init()
263 static int __stm32_usbphyc_pll_disable(struct stm32_usbphyc *usbphyc) in __stm32_usbphyc_pll_disable()
277 static int stm32_usbphyc_pll_disable(struct stm32_usbphyc *usbphyc) in stm32_usbphyc_pll_disable()
286 static int stm32_usbphyc_pll_enable(struct stm32_usbphyc *usbphyc) in stm32_usbphyc_pll_enable()
338 struct stm32_usbphyc *usbphyc = usbphyc_phy->usbphyc; in stm32_usbphyc_phy_init()
373 struct stm32_usbphyc *usbphyc = usbphyc_phy->usbphyc; in stm32_usbphyc_phy_exit()
[all …]
/openbmc/u-boot/drivers/phy/
H A Dphy-stm32-usbphyc.c51 struct stm32_usbphyc { struct
89 static int stm32_usbphyc_pll_init(struct stm32_usbphyc *usbphyc) in stm32_usbphyc_pll_init()
120 static bool stm32_usbphyc_is_init(struct stm32_usbphyc *usbphyc) in stm32_usbphyc_is_init()
132 static bool stm32_usbphyc_is_powered(struct stm32_usbphyc *usbphyc) in stm32_usbphyc_is_powered()
146 struct stm32_usbphyc *usbphyc = dev_get_priv(phy->dev); in stm32_usbphyc_phy_init()
185 struct stm32_usbphyc *usbphyc = dev_get_priv(phy->dev); in stm32_usbphyc_phy_exit()
211 struct stm32_usbphyc *usbphyc = dev_get_priv(phy->dev); in stm32_usbphyc_phy_power_on()
240 struct stm32_usbphyc *usbphyc = dev_get_priv(phy->dev); in stm32_usbphyc_phy_power_off()
328 struct stm32_usbphyc *usbphyc = dev_get_priv(dev); in stm32_usbphyc_probe()
401 .priv_auto_alloc_size = sizeof(struct stm32_usbphyc),