Searched refs:top_clks (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/clk/mediatek/ |
| H A D | clk-mt8188-topckgen.c | 1209 static const struct mtk_gate top_clks[] = { variable 1308 r = mtk_clk_register_gates(&pdev->dev, node, top_clks, in clk_mt8188_topck_probe() 1309 ARRAY_SIZE(top_clks), top_clk_data); in clk_mt8188_topck_probe() 1322 mtk_clk_unregister_gates(top_clks, ARRAY_SIZE(top_clks), top_clk_data); in clk_mt8188_topck_probe() 1342 mtk_clk_unregister_gates(top_clks, ARRAY_SIZE(top_clks), top_clk_data); in clk_mt8188_topck_remove()
|
| H A D | clk-mt8195-topckgen.c | 1207 static const struct mtk_gate top_clks[] = { variable 1312 r = mtk_clk_register_gates(&pdev->dev, node, top_clks, in clk_mt8195_topck_probe() 1313 ARRAY_SIZE(top_clks), top_clk_data); in clk_mt8195_topck_probe() 1326 mtk_clk_unregister_gates(top_clks, ARRAY_SIZE(top_clks), top_clk_data); in clk_mt8195_topck_probe() 1346 mtk_clk_unregister_gates(top_clks, ARRAY_SIZE(top_clks), top_clk_data); in clk_mt8195_topck_remove()
|
| H A D | clk-mt7622.c | 311 static const struct mtk_gate top_clks[] = { variable 491 .clks = top_clks, 492 .num_clks = ARRAY_SIZE(top_clks),
|
| H A D | clk-mt8167.c | 748 static const struct mtk_gate top_clks[] = { variable 862 .clks = top_clks, 863 .num_clks = ARRAY_SIZE(top_clks),
|
| H A D | clk-mt8183.c | 642 static const struct mtk_gate top_clks[] = { variable 883 .clks = top_clks, 884 .num_clks = ARRAY_SIZE(top_clks),
|
| H A D | clk-mt2712.c | 820 static const struct mtk_gate top_clks[] = { variable 953 .clks = top_clks, 954 .num_clks = ARRAY_SIZE(top_clks),
|
| H A D | clk-mt8192.c | 936 static const struct mtk_gate top_clks[] = { variable 1007 .clks = top_clks, 1008 .num_clks = ARRAY_SIZE(top_clks),
|
| H A D | clk-mt2701.c | 639 static const struct mtk_gate top_clks[] = { variable 685 mtk_clk_register_gates(&pdev->dev, node, top_clks, in mtk_topckgen_init() 686 ARRAY_SIZE(top_clks), clk_data); in mtk_topckgen_init()
|
| H A D | clk-mt6765.c | 496 static const struct mtk_gate top_clks[] = { variable 783 mtk_clk_register_gates(&pdev->dev, node, top_clks, in clk_mt6765_top_probe() 784 ARRAY_SIZE(top_clks), clk_data); in clk_mt6765_top_probe()
|
| /linux/drivers/clk/starfive/ |
| H A D | clk-starfive-jh7110.h | 9 struct clk_bulk_data *top_clks; member
|