Lines Matching full:init
149 struct clk_init_data init; in s10_register_pll() local
159 init.ops = &clk_boot_ops; in s10_register_pll()
161 init.ops = &clk_pll_ops; in s10_register_pll()
163 init.name = name; in s10_register_pll()
164 init.flags = clks->flags; in s10_register_pll()
166 init.num_parents = clks->num_parents; in s10_register_pll()
167 init.parent_names = NULL; in s10_register_pll()
168 init.parent_data = clks->parent_data; in s10_register_pll()
169 pll_clk->hw.hw.init = &init; in s10_register_pll()
186 struct clk_init_data init; in agilex_register_pll() local
196 init.ops = &clk_boot_ops; in agilex_register_pll()
198 init.ops = &agilex_clk_pll_ops; in agilex_register_pll()
200 init.name = name; in agilex_register_pll()
201 init.flags = clks->flags; in agilex_register_pll()
203 init.num_parents = clks->num_parents; in agilex_register_pll()
204 init.parent_names = NULL; in agilex_register_pll()
205 init.parent_data = clks->parent_data; in agilex_register_pll()
206 pll_clk->hw.hw.init = &init; in agilex_register_pll()