Searched refs:clk48_hw (Results 1 – 1 of 1) sorted by relevance
154 struct clk_hw clk48_hw; member406 struct stm32_usbphyc *usbphyc = container_of(hw, struct stm32_usbphyc, clk48_hw); in stm32_usbphyc_clk48_prepare()413 struct stm32_usbphyc *usbphyc = container_of(hw, struct stm32_usbphyc, clk48_hw); in stm32_usbphyc_clk48_unprepare()434 clk_hw_unregister(&usbphyc->clk48_hw); in stm32_usbphyc_clk48_unregister()446 usbphyc->clk48_hw.init = &init; in stm32_usbphyc_clk48_register()448 ret = clk_hw_register(usbphyc->dev, &usbphyc->clk48_hw); in stm32_usbphyc_clk48_register()452 ret = of_clk_add_hw_provider(node, of_clk_hw_simple_get, &usbphyc->clk48_hw); in stm32_usbphyc_clk48_register()454 clk_hw_unregister(&usbphyc->clk48_hw); in stm32_usbphyc_clk48_register()