Searched refs:usbphyc (Results 1 – 2 of 2) sorted by relevance
338 struct stm32_usbphyc *usbphyc = usbphyc_phy->usbphyc; in stm32_usbphyc_phy_init() local373 struct stm32_usbphyc *usbphyc = usbphyc_phy->usbphyc; in stm32_usbphyc_phy_exit() local452 ret = clk_hw_register(usbphyc->dev, &usbphyc->clk48_hw); in stm32_usbphyc_clk48_register()626 usbphyc = devm_kzalloc(dev, sizeof(*usbphyc), GFP_KERNEL); in stm32_usbphyc_probe()627 if (!usbphyc) in stm32_usbphyc_probe()629 usbphyc->dev = dev; in stm32_usbphyc_probe()637 if (IS_ERR(usbphyc->clk)) in stm32_usbphyc_probe()672 usbphyc->phys = devm_kcalloc(dev, usbphyc->nphys, in stm32_usbphyc_probe()674 if (!usbphyc->phys) { in stm32_usbphyc_probe()727 usbphyc->phys[port]->usbphyc = usbphyc; in stm32_usbphyc_probe()[all …]
7 obj-$(CONFIG_PHY_STM32_USBPHYC) += phy-stm32-usbphyc.o
Completed in 8 milliseconds