Lines Matching defs:init
149 .init = g12a_ephy_pll_init,
232 struct clk_init_data init;
263 init.name = name;
264 init.ops = &clk_mux_ro_ops;
265 init.flags = 0;
266 init.parent_names = parent_names;
267 init.num_parents = PLL_MUX_NUM_PARENT;
272 mux->hw.init = &init;
290 init.name = name;
291 init.ops = &g12a_ephy_pll_ops;
292 init.flags = 0;
294 init.parent_names = parent_names;
295 init.num_parents = 1;
298 pll->hw.init = &init;
352 dev_err(dev, "mdio multiplexer init failed: %d", ret);