Lines Matching defs:init
147 .init = g12a_ephy_pll_init,
226 struct clk_init_data init;
255 init.name = name;
256 init.ops = &clk_mux_ro_ops;
257 init.flags = 0;
258 init.parent_names = parent_names;
259 init.num_parents = PLL_MUX_NUM_PARENT;
264 mux->hw.init = &init;
282 init.name = name;
283 init.ops = &g12a_ephy_pll_ops;
284 init.flags = 0;
286 init.parent_names = parent_names;
287 init.num_parents = 1;
290 pll->hw.init = &init;
334 dev_err_probe(dev, ret, "mdio multiplexer init failed\n");