Searched refs:mtk_clk_unregister_fixed_clks (Results 1 – 4 of 4) sorted by relevance
/drivers/clk/mediatek/ |
D | clk-mtk.c | 132 void mtk_clk_unregister_fixed_clks(const struct mtk_fixed_clk *clks, int num, in mtk_clk_unregister_fixed_clks() function 150 EXPORT_SYMBOL_GPL(mtk_clk_unregister_fixed_clks); 616 mtk_clk_unregister_fixed_clks(mcd->fixed_clks, in __mtk_clk_simple_probe() 651 mtk_clk_unregister_fixed_clks(mcd->fixed_clks, in __mtk_clk_simple_remove()
|
D | clk-mt8188-topckgen.c | 1327 mtk_clk_unregister_fixed_clks(top_fixed_clks, ARRAY_SIZE(top_fixed_clks), top_clk_data); in clk_mt8188_topck_probe() 1343 mtk_clk_unregister_fixed_clks(top_fixed_clks, ARRAY_SIZE(top_fixed_clks), top_clk_data); in clk_mt8188_topck_remove()
|
D | clk-mt8195-topckgen.c | 1324 mtk_clk_unregister_fixed_clks(top_fixed_clks, ARRAY_SIZE(top_fixed_clks), top_clk_data); in clk_mt8195_topck_probe() 1340 mtk_clk_unregister_fixed_clks(top_fixed_clks, ARRAY_SIZE(top_fixed_clks), top_clk_data); in clk_mt8195_topck_remove()
|
D | clk-mtk.h | 60 void mtk_clk_unregister_fixed_clks(const struct mtk_fixed_clk *clks, int num,
|