Home
last modified time | relevance | path

Searched refs:top_fixed_clks (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.1/drivers/clk/mediatek/
Dclk-mt8186-topckgen.c15 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()
Dclk-mt7986-topckgen.c22 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()
Dclk-mt8195-topckgen.c16 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()
Dclk-mt8365.c24 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()
Dclk-mt7629.c365 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()
Dclk-mt7622.c365 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()
Dclk-mt6779.c22 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()
Dclk-mt2701.c29 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()
Dclk-mt8183.c23 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()
Dclk-mt2712.c24 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()
Dclk-mt8192.c25 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/
Dclk-exynos5433.c240 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),