Searched refs:samsung_clk_add_lookup (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/samsung/ |
H A D | clk.c | 88 void samsung_clk_add_lookup(struct samsung_clk_provider *ctx, in samsung_clk_add_lookup() function 142 samsung_clk_add_lookup(ctx, clk_hw, list->id); in samsung_clk_register_fixed_rate() 171 samsung_clk_add_lookup(ctx, clk_hw, list->id); in samsung_clk_register_fixed_factor() 194 samsung_clk_add_lookup(ctx, clk_hw, list->id); in samsung_clk_register_mux() 224 samsung_clk_add_lookup(ctx, clk_hw, list->id); in samsung_clk_register_div() 246 samsung_clk_add_lookup(ctx, clk_hw, list->id); in samsung_clk_register_gate()
|
H A D | clk-exynos5-subcmu.c | 44 samsung_clk_add_lookup(ctx, ERR_PTR(-EPROBE_DEFER), list++->id); in exynos5_subcmu_defer_gate()
|
H A D | clk.h | 327 extern void samsung_clk_add_lookup(struct samsung_clk_provider *ctx,
|
H A D | clk-cpu.c | 461 samsung_clk_add_lookup(ctx, &cpuclk->hw, lookup_id); in exynos_register_cpu_clock()
|
H A D | clk-pll.c | 1398 samsung_clk_add_lookup(ctx, &pll->hw, pll_clk->id); in _samsung_clk_register_pll()
|
/kernel/linux/linux-6.6/drivers/clk/samsung/ |
H A D | clk.c | 99 void samsung_clk_add_lookup(struct samsung_clk_provider *ctx, in samsung_clk_add_lookup() function 153 samsung_clk_add_lookup(ctx, clk_hw, list->id); in samsung_clk_register_fixed_rate() 182 samsung_clk_add_lookup(ctx, clk_hw, list->id); in samsung_clk_register_fixed_factor() 205 samsung_clk_add_lookup(ctx, clk_hw, list->id); in samsung_clk_register_mux() 235 samsung_clk_add_lookup(ctx, clk_hw, list->id); in samsung_clk_register_div() 257 samsung_clk_add_lookup(ctx, clk_hw, list->id); in samsung_clk_register_gate()
|
H A D | clk-exynos5-subcmu.c | 44 samsung_clk_add_lookup(ctx, ERR_PTR(-EPROBE_DEFER), list++->id); in exynos5_subcmu_defer_gate()
|
H A D | clk.h | 351 void samsung_clk_add_lookup(struct samsung_clk_provider *ctx,
|
H A D | clk-cpu.c | 461 samsung_clk_add_lookup(ctx, &cpuclk->hw, lookup_id); in exynos_register_cpu_clock()
|
H A D | clk-pll.c | 1410 samsung_clk_add_lookup(ctx, &pll->hw, pll_clk->id); in _samsung_clk_register_pll()
|
Completed in 10 milliseconds