/openbmc/linux/drivers/clk/starfive/ |
H A D | clk-starfive-jh7110-isp.c | 94 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()
|
H A D | clk-starfive-jh7110-vout.c | 99 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()
|
H A D | clk-starfive-jh7110.h | 9 struct clk_bulk_data *top_clks; member
|
/openbmc/linux/drivers/clk/mediatek/ |
H A D | clk-mt8188-topckgen.c | 1206 static const struct mtk_gate top_clks[] = { variable 1305 r = mtk_clk_register_gates(&pdev->dev, node, top_clks, in clk_mt8188_topck_probe() 1306 ARRAY_SIZE(top_clks), top_clk_data); in clk_mt8188_topck_probe() 1319 mtk_clk_unregister_gates(top_clks, ARRAY_SIZE(top_clks), top_clk_data); in clk_mt8188_topck_probe() 1339 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 | 1197 static const struct mtk_gate top_clks[] = { variable 1302 r = mtk_clk_register_gates(&pdev->dev, node, top_clks, in clk_mt8195_topck_probe() 1303 ARRAY_SIZE(top_clks), top_clk_data); in clk_mt8195_topck_probe() 1316 mtk_clk_unregister_gates(top_clks, ARRAY_SIZE(top_clks), top_clk_data); in clk_mt8195_topck_probe() 1336 mtk_clk_unregister_gates(top_clks, ARRAY_SIZE(top_clks), top_clk_data); in clk_mt8195_topck_remove()
|
H A D | clk-mt7622.c | 312 static const struct mtk_gate top_clks[] = { variable 492 .clks = top_clks, 493 .num_clks = ARRAY_SIZE(top_clks),
|
H A D | clk-mt8516.c | 547 static const struct mtk_gate top_clks[] __initconst = { variable 644 .clks = top_clks, 645 .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 | 643 static const struct mtk_gate top_clks[] = { variable 884 .clks = top_clks, 885 .num_clks = ARRAY_SIZE(top_clks),
|
H A D | clk-mt2712.c | 821 static const struct mtk_gate top_clks[] = { variable 954 .clks = top_clks, 955 .num_clks = ARRAY_SIZE(top_clks),
|
H A D | clk-mt8192.c | 937 static const struct mtk_gate top_clks[] = { variable 1008 .clks = top_clks, 1009 .num_clks = ARRAY_SIZE(top_clks),
|
H A D | clk-mt6765.c | 497 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()
|
H A D | clk-mt2701.c | 640 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()
|