Home
last modified time | relevance | path

Searched refs:top_clks (Results 1 – 13 of 13) sorted by relevance

/linux-6.12.1/drivers/clk/starfive/
Dclk-starfive-jh7110-isp.c94 clk_bulk_disable_unprepare(top->top_clks_num, top->top_clks); in jh7110_ispcrg_suspend()
103 return clk_bulk_prepare_enable(top->top_clks_num, top->top_clks); in jh7110_ispcrg_resume()
134 top->top_clks = jh7110_isp_top_clks; in jh7110_ispcrg_probe()
136 ret = devm_clk_bulk_get(priv->dev, top->top_clks_num, top->top_clks); in jh7110_ispcrg_probe()
Dclk-starfive-jh7110-vout.c99 clk_bulk_disable_unprepare(top->top_clks_num, top->top_clks); in jh7110_voutcrg_suspend()
108 return clk_bulk_prepare_enable(top->top_clks_num, top->top_clks); in jh7110_voutcrg_resume()
139 top->top_clks = jh7110_vout_top_clks; in jh7110_voutcrg_probe()
141 ret = devm_clk_bulk_get(priv->dev, top->top_clks_num, top->top_clks); in jh7110_voutcrg_probe()
Dclk-starfive-jh7110.h9 struct clk_bulk_data *top_clks; member
/linux-6.12.1/drivers/clk/mediatek/
Dclk-mt8188-topckgen.c1207 static const struct mtk_gate top_clks[] = { variable
1306 r = mtk_clk_register_gates(&pdev->dev, node, top_clks, in clk_mt8188_topck_probe()
1307 ARRAY_SIZE(top_clks), top_clk_data); in clk_mt8188_topck_probe()
1320 mtk_clk_unregister_gates(top_clks, ARRAY_SIZE(top_clks), top_clk_data); in clk_mt8188_topck_probe()
1340 mtk_clk_unregister_gates(top_clks, ARRAY_SIZE(top_clks), top_clk_data); in clk_mt8188_topck_remove()
Dclk-mt8195-topckgen.c1208 static const struct mtk_gate top_clks[] = { variable
1313 r = mtk_clk_register_gates(&pdev->dev, node, top_clks, in clk_mt8195_topck_probe()
1314 ARRAY_SIZE(top_clks), top_clk_data); in clk_mt8195_topck_probe()
1327 mtk_clk_unregister_gates(top_clks, ARRAY_SIZE(top_clks), top_clk_data); in clk_mt8195_topck_probe()
1347 mtk_clk_unregister_gates(top_clks, ARRAY_SIZE(top_clks), top_clk_data); in clk_mt8195_topck_remove()
Dclk-mt7622.c312 static const struct mtk_gate top_clks[] = { variable
492 .clks = top_clks,
493 .num_clks = ARRAY_SIZE(top_clks),
Dclk-mt8516.c547 static const struct mtk_gate top_clks[] __initconst = { variable
644 .clks = top_clks,
645 .num_clks = ARRAY_SIZE(top_clks),
Dclk-mt8167.c748 static const struct mtk_gate top_clks[] = { variable
862 .clks = top_clks,
863 .num_clks = ARRAY_SIZE(top_clks),
Dclk-mt8183.c643 static const struct mtk_gate top_clks[] = { variable
884 .clks = top_clks,
885 .num_clks = ARRAY_SIZE(top_clks),
Dclk-mt2712.c821 static const struct mtk_gate top_clks[] = { variable
954 .clks = top_clks,
955 .num_clks = ARRAY_SIZE(top_clks),
Dclk-mt8192.c937 static const struct mtk_gate top_clks[] = { variable
1008 .clks = top_clks,
1009 .num_clks = ARRAY_SIZE(top_clks),
Dclk-mt2701.c640 static const struct mtk_gate top_clks[] = { variable
686 mtk_clk_register_gates(&pdev->dev, node, top_clks, in mtk_topckgen_init()
687 ARRAY_SIZE(top_clks), clk_data); in mtk_topckgen_init()
Dclk-mt6765.c497 static const struct mtk_gate top_clks[] = { variable
784 mtk_clk_register_gates(&pdev->dev, node, top_clks, in clk_mt6765_top_probe()
785 ARRAY_SIZE(top_clks), clk_data); in clk_mt6765_top_probe()