Searched refs:top_clks (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.1/drivers/clk/mediatek/ |
D | clk-mt8195-topckgen.c | 1187 static const struct mtk_gate top_clks[] = { variable 1289 r = mtk_clk_register_gates(node, top_clks, ARRAY_SIZE(top_clks), top_clk_data); in clk_mt8195_topck_probe() 1302 mtk_clk_unregister_gates(top_clks, ARRAY_SIZE(top_clks), top_clk_data); in clk_mt8195_topck_probe() 1322 mtk_clk_unregister_gates(top_clks, ARRAY_SIZE(top_clks), top_clk_data); in clk_mt8195_topck_remove()
|
D | clk-mt7622.c | 437 static const struct mtk_gate top_clks[] = { variable 655 mtk_clk_register_gates(node, top_clks, ARRAY_SIZE(top_clks), in mtk_topckgen_init()
|
D | clk-mt8516.c | 582 static const struct mtk_gate top_clks[] __initconst = { variable 694 mtk_clk_register_gates(node, top_clks, ARRAY_SIZE(top_clks), clk_data); in mtk_topckgen_init()
|
D | clk-mt2701.c | 648 static const struct mtk_gate top_clks[] = { variable 692 mtk_clk_register_gates(node, top_clks, ARRAY_SIZE(top_clks), in mtk_topckgen_init()
|
D | clk-mt8167.c | 811 static const struct mtk_gate top_clks[] __initconst = { variable 940 mtk_clk_register_gates(node, top_clks, ARRAY_SIZE(top_clks), clk_data); in mtk_topckgen_init()
|
D | clk-mt8183.c | 758 static const struct mtk_gate top_clks[] = { variable 1250 mtk_clk_register_gates(node, top_clks, ARRAY_SIZE(top_clks), in clk_mt8183_top_probe()
|
D | clk-mt2712.c | 979 static const struct mtk_gate top_clks[] = { variable 1353 mtk_clk_register_gates(node, top_clks, ARRAY_SIZE(top_clks), in clk_mt2712_top_probe()
|
D | clk-mt6765.c | 513 static const struct mtk_gate top_clks[] = { variable 831 mtk_clk_register_gates(node, top_clks, ARRAY_SIZE(top_clks), in clk_mt6765_top_probe()
|
D | clk-mt8192.c | 957 static const struct mtk_gate top_clks[] = { variable 1112 r = mtk_clk_register_gates(node, top_clks, ARRAY_SIZE(top_clks), top_clk_data); in clk_mt8192_top_probe()
|