Searched refs:top_fixed_clks (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.1/drivers/clk/mediatek/ |
D | clk-mt8186-topckgen.c | 15 static const struct mtk_fixed_clk top_fixed_clks[] = { variable 709 r = mtk_clk_register_fixed_clks(top_fixed_clks, ARRAY_SIZE(top_fixed_clks), in clk_mt8186_topck_probe() 750 mtk_clk_unregister_fixed_clks(top_fixed_clks, ARRAY_SIZE(top_fixed_clks), clk_data); in clk_mt8186_topck_probe() 766 mtk_clk_unregister_fixed_clks(top_fixed_clks, ARRAY_SIZE(top_fixed_clks), clk_data); in clk_mt8186_topck_remove()
|
D | clk-mt7986-topckgen.c | 22 static const struct mtk_fixed_clk top_fixed_clks[] = { variable 290 int nr = ARRAY_SIZE(top_fixed_clks) + ARRAY_SIZE(top_divs) + in clk_mt7986_topckgen_probe() 303 mtk_clk_register_fixed_clks(top_fixed_clks, ARRAY_SIZE(top_fixed_clks), in clk_mt7986_topckgen_probe()
|
D | clk-mt8195-topckgen.c | 16 static const struct mtk_fixed_clk top_fixed_clks[] = { variable 1256 r = mtk_clk_register_fixed_clks(top_fixed_clks, ARRAY_SIZE(top_fixed_clks), in clk_mt8195_topck_probe() 1310 mtk_clk_unregister_fixed_clks(top_fixed_clks, ARRAY_SIZE(top_fixed_clks), top_clk_data); in clk_mt8195_topck_probe() 1326 mtk_clk_unregister_fixed_clks(top_fixed_clks, ARRAY_SIZE(top_fixed_clks), top_clk_data); in clk_mt8195_topck_remove()
|
D | clk-mt8365.c | 24 static const struct mtk_fixed_clk top_fixed_clks[] = { variable 940 ret = mtk_clk_register_fixed_clks(top_fixed_clks, in clk_mt8365_top_probe() 941 ARRAY_SIZE(top_fixed_clks), clk_data); in clk_mt8365_top_probe() 1004 mtk_clk_unregister_fixed_clks(top_fixed_clks, in clk_mt8365_top_probe() 1005 ARRAY_SIZE(top_fixed_clks), clk_data); in clk_mt8365_top_probe()
|
D | clk-mt7629.c | 365 static const struct mtk_fixed_clk top_fixed_clks[] = { variable 585 mtk_clk_register_fixed_clks(top_fixed_clks, ARRAY_SIZE(top_fixed_clks), in mtk_topckgen_init()
|
D | clk-mt7622.c | 365 static const struct mtk_fixed_clk top_fixed_clks[] = { variable 643 mtk_clk_register_fixed_clks(top_fixed_clks, ARRAY_SIZE(top_fixed_clks), in mtk_topckgen_init()
|
D | clk-mt6779.c | 22 static const struct mtk_fixed_clk top_fixed_clks[] = { variable 1242 mtk_clk_register_fixed_clks(top_fixed_clks, ARRAY_SIZE(top_fixed_clks), in clk_mt6779_top_probe()
|
D | clk-mt2701.c | 29 static const struct mtk_fixed_clk top_fixed_clks[] = { variable 680 mtk_clk_register_fixed_clks(top_fixed_clks, ARRAY_SIZE(top_fixed_clks), in mtk_topckgen_init()
|
D | clk-mt8183.c | 23 static const struct mtk_fixed_clk top_fixed_clks[] = { variable 1233 mtk_clk_register_fixed_clks(top_fixed_clks, ARRAY_SIZE(top_fixed_clks), in clk_mt8183_top_probe()
|
D | clk-mt2712.c | 24 static const struct mtk_fixed_clk top_fixed_clks[] = { variable 1344 mtk_clk_register_fixed_clks(top_fixed_clks, ARRAY_SIZE(top_fixed_clks), in clk_mt2712_top_probe()
|
D | clk-mt8192.c | 25 static const struct mtk_fixed_clk top_fixed_clks[] = { variable 1103 mtk_clk_register_fixed_clks(top_fixed_clks, ARRAY_SIZE(top_fixed_clks), top_clk_data); in clk_mt8192_top_probe()
|
/Linux-v6.1/drivers/clk/samsung/ |
D | clk-exynos5433.c | 240 static const struct samsung_fixed_rate_clock top_fixed_clks[] __initconst = { variable 797 .fixed_clks = top_fixed_clks, 798 .nr_fixed_clks = ARRAY_SIZE(top_fixed_clks),
|