/linux-6.1.9/drivers/clk/samsung/ |
D | clk-exynos7.c | 193 .gate_clks = topc_gate_clks, 385 .gate_clks = top0_gate_clks, 567 .gate_clks = top1_gate_clks, 614 .gate_clks = ccore_gate_clks, 681 .gate_clks = peric0_gate_clks, 805 .gate_clks = peric1_gate_clks, 860 .gate_clks = peris_gate_clks, 970 .gate_clks = fsys0_gate_clks, 1101 .gate_clks = fsys1_gate_clks, 1214 .gate_clks = mscl_gate_clks, [all …]
|
D | clk-exynos850.c | 466 .gate_clks = top_gate_clks, 604 .gate_clks = apm_gate_clks, 882 .gate_clks = aud_gate_clks, 985 .gate_clks = cmgp_gate_clks, 1075 .gate_clks = hsi_gate_clks, 1207 .gate_clks = is_gate_clks, 1316 .gate_clks = mfcmscl_gate_clks, 1491 .gate_clks = peri_gate_clks, 1598 .gate_clks = core_gate_clks, 1672 .gate_clks = dpu_gate_clks,
|
D | clk-exynos5260.c | 136 .gate_clks = aud_gate_clks, 326 .gate_clks = disp_gate_clks, 490 .gate_clks = fsys_gate_clks, 581 .gate_clks = g2d_gate_clks, 644 .gate_clks = g3d_gate_clks, 777 .gate_clks = gscl_gate_clks, 896 .gate_clks = isp_gate_clks, 1016 .gate_clks = mfc_gate_clks, 1165 .gate_clks = mif_gate_clks, 1371 .gate_clks = peri_gate_clks, [all …]
|
D | clk-exynos5-subcmu.h | 16 const struct samsung_gate_clock *gate_clks; member
|
D | clk-exynos5-subcmu.c | 66 exynos5_subcmu_defer_gate(ctx, (*_cmu)->gate_clks, in exynos5_subcmus_init() 110 samsung_clk_register_gate(ctx, info->gate_clks, info->nr_gate_clks); in exynos5_subcmu_probe()
|
D | clk-exynosautov9.c | 944 .gate_clks = top_gate_clks, 1004 .gate_clks = busmc_gate_clks, 1062 .gate_clks = core_gate_clks, 1302 .gate_clks = fsys0_gate_clks, 1429 .gate_clks = fsys1_gate_clks, 1496 .gate_clks = fsys2_gate_clks, 1751 .gate_clks = peric0_gate_clks, 2006 .gate_clks = peric1_gate_clks, 2053 .gate_clks = peris_gate_clks,
|
D | clk-exynos7885.c | 335 .gate_clks = top_gate_clks, 554 .gate_clks = peri_gate_clks, 663 .gate_clks = core_gate_clks, 745 .gate_clks = fsys_gate_clks,
|
D | clk-fsd.c | 303 .gate_clks = cmu_gate_clks, 666 .gate_clks = peric_gate_clks, 965 .gate_clks = fsys0_gate_clks, 1137 .gate_clks = fsys1_gate_clks, 1416 .gate_clks = imem_gate_clks, 1541 .gate_clks = mfc_gate_clks, 1745 .gate_clks = cam_csi_gate_clks,
|
D | clk-exynos5433.c | 795 .gate_clks = top_gate_clks, 878 .gate_clks = cpif_gate_clks, 1530 .gate_clks = mif_gate_clks, 1731 .gate_clks = peric_gate_clks, 1925 .gate_clks = peris_gate_clks, 2335 .gate_clks = fsys_gate_clks, 2460 .gate_clks = g2d_gate_clks, 2884 .gate_clks = disp_gate_clks, 3056 .gate_clks = aud_gate_clks, 3190 .gate_clks = bus##id##_gate_clks, \ [all …]
|
D | clk-exynos3250.c | 429 static const struct samsung_gate_clock gate_clks[] __initconst = { variable 804 .gate_clks = gate_clks, 805 .nr_gate_clks = ARRAY_SIZE(gate_clks), 1068 .gate_clks = isp_gate_clks,
|
D | clk.c | 354 if (cmu->gate_clks) in samsung_cmu_register_one() 355 samsung_clk_register_gate(ctx, cmu->gate_clks, in samsung_cmu_register_one()
|
D | clk-s5pv210.c | 546 static const struct samsung_gate_clock gate_clks[] __initconst = { variable 778 samsung_clk_register_gate(ctx, gate_clks, ARRAY_SIZE(gate_clks)); in __s5pv210_clk_init()
|
D | clk-exynos5420.c | 1329 .gate_clks = exynos5x_disp_gate_clks, 1339 .gate_clks = exynos5x_gsc_gate_clks, 1347 .gate_clks = exynos5x_g3d_gate_clks, 1357 .gate_clks = exynos5x_mfc_gate_clks, 1367 .gate_clks = exynos5x_mscl_gate_clks, 1375 .gate_clks = exynos5800_mau_gate_clks,
|
D | clk-exynos5410.c | 261 .gate_clks = exynos5410_gate_clks,
|
D | clk.h | 315 const struct samsung_gate_clock *gate_clks; member
|
D | clk-exynos5250.c | 677 .gate_clks = exynos5250_disp_gate_clks,
|
/linux-6.1.9/drivers/clk/tegra/ |
D | clk-tegra-periph.c | 772 static struct tegra_periph_init_data gate_clks[] = { variable 894 for (i = 0; i < ARRAY_SIZE(gate_clks); i++) { in gate_clk_init() 897 data = gate_clks + i; in gate_clk_init()
|