Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/clk/imgtec/
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()
/linux-6.1.9/drivers/clk/
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()
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()
Dclk-fixed-mmio.c79 clk_hw_unregister_fixed_rate(clk); in of_fixed_mmio_clk_remove()
/linux-6.1.9/drivers/clk/x86/
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()
/linux-6.1.9/sound/soc/intel/skylake/
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()
/linux-6.1.9/drivers/clk/mediatek/
Dclk-mtk.c106 clk_hw_unregister_fixed_rate(clk_data->hws[rc->id]); in mtk_clk_register_fixed_clks()
128 clk_hw_unregister_fixed_rate(clk_data->hws[rc->id]); in mtk_clk_unregister_fixed_clks()
/linux-6.1.9/drivers/clk/ralink/
Dclk-mt7621.c220 clk_hw_unregister_fixed_rate(sclk->hw); in mt7621_register_fixed_clocks()
555 clk_hw_unregister_fixed_rate(sclk->hw); in mt7621_clk_probe()
/linux-6.1.9/drivers/clk/mvebu/
Dcp110-system-controller.c386 clk_hw_unregister_fixed_rate(cp110_clks[CP110_CORE_PLL0]); in cp110_syscon_common_probe()
/linux-6.1.9/drivers/rtc/
Drtc-sun6i.c329 clk_hw_unregister_fixed_rate(rtc->int_osc); in sun6i_rtc_clk_init()
/linux-6.1.9/include/linux/
Dclk-provider.h483 void clk_hw_unregister_fixed_rate(struct clk_hw *hw);
/linux-6.1.9/drivers/ptp/
Dptp_ocp.c3702 clk_hw_unregister_fixed_rate(bp->i2c_clk); in ptp_ocp_detach()