Lines Matching defs:init
1062 * master init is complete, and should be greater than the1566 struct clk_init_data init;1584 fix->hw.init = &init;1586 memset(&init, 0, sizeof(init));1587 init.parent_names = &parent_name;1588 init.num_parents = 1;1589 init.name = clk_name;1590 init.ops = &clk_fixed_factor_ops;