Home
last modified time | relevance | path

Searched refs:clk_hw_unregister_fixed_rate (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/clk/imgtec/
H A Dclk-boston.c98 clk_hw_unregister_fixed_rate(onecell->hws[BOSTON_CLK_CPU]); in clk_boston_setup()
100 clk_hw_unregister_fixed_rate(onecell->hws[BOSTON_CLK_SYS]); in clk_boston_setup()
102 clk_hw_unregister_fixed_rate(onecell->hws[BOSTON_CLK_INPUT]); in clk_boston_setup()
/openbmc/linux/drivers/clk/
H A Dclk-fixed-rate.c148 void clk_hw_unregister_fixed_rate(struct clk_hw *hw) in clk_hw_unregister_fixed_rate() function
157 EXPORT_SYMBOL_GPL(clk_hw_unregister_fixed_rate);
182 clk_hw_unregister_fixed_rate(hw); in _of_fixed_clk_setup()
204 clk_hw_unregister_fixed_rate(hw); in of_fixed_clk_remove()
H A Dclk-gate_test.c44 clk_hw_unregister_fixed_rate(parent); in clk_gate_register_test_parent_names()
64 clk_hw_unregister_fixed_rate(parent); in clk_gate_register_test_parent_data()
84 clk_hw_unregister_fixed_rate(parent); in clk_gate_register_test_parent_data_legacy()
102 clk_hw_unregister_fixed_rate(parent); in clk_gate_register_test_parent_hw()
229 clk_hw_unregister_fixed_rate(ctx->parent); in clk_gate_test_exit()
H A Dclk-fixed-mmio.c79 clk_hw_unregister_fixed_rate(clk); in of_fixed_mmio_clk_remove()
/openbmc/linux/drivers/clk/x86/
H A Dclk-pmc-atom.c231 clk_hw_unregister_fixed_rate(pclk->clk); in plt_clk_register_fixed_rate()
241 clk_hw_unregister_fixed_rate(pclk->clk); in plt_clk_unregister_fixed_rate()
/openbmc/linux/sound/soc/intel/skylake/
H A Dskl-ssp-clk.c274 clk_hw_unregister_fixed_rate(pclk[id].hw); in unregister_parent_src_clk()
303 clk_hw_unregister_fixed_rate(parent[i].hw); in skl_register_parent_clks()
/openbmc/linux/drivers/clk/ralink/
H A Dclk-mt7621.c226 clk_hw_unregister_fixed_rate(sclk->hw); in mt7621_register_fixed_clocks()
560 clk_hw_unregister_fixed_rate(sclk->hw); in mt7621_clk_probe()
H A Dclk-mtmips.c308 clk_hw_unregister_fixed_rate(sclk->hw); in mtmips_register_fixed_clocks()
970 clk_hw_unregister_fixed_rate(sclk->hw); in mtmips_clk_init()
/openbmc/linux/drivers/clk/mediatek/
H A Dclk-mtk.c124 clk_hw_unregister_fixed_rate(clk_data->hws[rc->id]); in mtk_clk_register_fixed_clks()
146 clk_hw_unregister_fixed_rate(clk_data->hws[rc->id]); in mtk_clk_unregister_fixed_clks()
/openbmc/linux/drivers/clk/mvebu/
H A Dcp110-system-controller.c386 clk_hw_unregister_fixed_rate(cp110_clks[CP110_CORE_PLL0]); in cp110_syscon_common_probe()
/openbmc/linux/drivers/rtc/
H A Drtc-sun6i.c323 clk_hw_unregister_fixed_rate(rtc->int_osc); in sun6i_rtc_clk_init()
/openbmc/linux/include/linux/
H A Dclk-provider.h485 void clk_hw_unregister_fixed_rate(struct clk_hw *hw);
/openbmc/linux/drivers/ptp/
H A Dptp_ocp.c4171 clk_hw_unregister_fixed_rate(bp->i2c_clk); in ptp_ocp_detach()