Searched refs:mtk_clk_unregister_fixed_clks (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/clk/mediatek/ |
D | clk-mt8186-topckgen.c | 750 mtk_clk_unregister_fixed_clks(top_fixed_clks, ARRAY_SIZE(top_fixed_clks), clk_data); in clk_mt8186_topck_probe() 766 mtk_clk_unregister_fixed_clks(top_fixed_clks, ARRAY_SIZE(top_fixed_clks), clk_data); in clk_mt8186_topck_remove()
|
D | clk-mtk.c | 91 void mtk_clk_unregister_fixed_clks(const struct mtk_fixed_clk *clks, int num, in mtk_clk_unregister_fixed_clks() function 109 EXPORT_SYMBOL_GPL(mtk_clk_unregister_fixed_clks);
|
D | clk-mtk.h | 39 void mtk_clk_unregister_fixed_clks(const struct mtk_fixed_clk *clks, int num,
|
D | clk-mt8195-topckgen.c | 1289 mtk_clk_unregister_fixed_clks(top_fixed_clks, ARRAY_SIZE(top_fixed_clks), top_clk_data); in clk_mt8195_topck_probe() 1306 mtk_clk_unregister_fixed_clks(top_fixed_clks, ARRAY_SIZE(top_fixed_clks), top_clk_data); in clk_mt8195_topck_remove()
|