Searched refs:mtk_clk_unregister_factors (Results 1 – 6 of 6) sorted by relevance
/drivers/clk/mediatek/ |
D | clk-mt6795-topckgen.c | 576 mtk_clk_unregister_factors(top_divs, ARRAY_SIZE(top_divs), clk_data); in clk_mt6795_topckgen_probe() 592 mtk_clk_unregister_factors(top_divs, ARRAY_SIZE(top_divs), clk_data); in clk_mt6795_topckgen_remove()
|
D | clk-mt8186-topckgen.c | 748 mtk_clk_unregister_factors(top_divs, ARRAY_SIZE(top_divs), clk_data); in clk_mt8186_topck_probe() 765 mtk_clk_unregister_factors(top_divs, ARRAY_SIZE(top_divs), clk_data); in clk_mt8186_topck_remove()
|
D | clk-mtk.c | 180 void mtk_clk_unregister_factors(const struct mtk_fixed_factor *clks, int num, in mtk_clk_unregister_factors() function 198 EXPORT_SYMBOL_GPL(mtk_clk_unregister_factors);
|
D | clk-mtk.h | 62 void mtk_clk_unregister_factors(const struct mtk_fixed_factor *clks, int num,
|
D | clk-mt8195-topckgen.c | 1308 mtk_clk_unregister_factors(top_divs, ARRAY_SIZE(top_divs), top_clk_data); in clk_mt8195_topck_probe() 1325 mtk_clk_unregister_factors(top_divs, ARRAY_SIZE(top_divs), top_clk_data); in clk_mt8195_topck_remove()
|
D | clk-mt8365.c | 1002 mtk_clk_unregister_factors(top_divs, ARRAY_SIZE(top_divs), clk_data); in clk_mt8365_top_probe()
|