Searched refs:clk48_hw (Results 1 – 1 of 1) sorted by relevance
155 struct clk_hw clk48_hw; member410 struct stm32_usbphyc *usbphyc = container_of(hw, struct stm32_usbphyc, clk48_hw); in stm32_usbphyc_clk48_prepare()417 struct stm32_usbphyc *usbphyc = container_of(hw, struct stm32_usbphyc, clk48_hw); in stm32_usbphyc_clk48_unprepare()438 clk_hw_unregister(&usbphyc->clk48_hw); in stm32_usbphyc_clk48_unregister()450 usbphyc->clk48_hw.init = &init; in stm32_usbphyc_clk48_register()452 ret = clk_hw_register(usbphyc->dev, &usbphyc->clk48_hw); in stm32_usbphyc_clk48_register()456 ret = of_clk_add_hw_provider(node, of_clk_hw_simple_get, &usbphyc->clk48_hw); in stm32_usbphyc_clk48_register()458 clk_hw_unregister(&usbphyc->clk48_hw); in stm32_usbphyc_clk48_register()