Lines Matching refs:init
391 struct clk_init_data init;399 init.name = name;400 init.flags = pll_clk->flags;401 init.parent_names = &parent_name;402 init.num_parents = 1;407 init.ops = &clk_pll1416x_min_ops;409 init.ops = &clk_pll1416x_ops;412 init.ops = &clk_pll1443x_ops;422 pll->hw.init = &init;