Lines Matching defs:init
1048 * master init is complete, and should be greater than the1492 struct clk_init_data init;1510 fix->hw.init = &init;1512 memset(&init, 0, sizeof(init));1513 init.parent_names = &parent_name;1514 init.num_parents = 1;1515 init.name = clk_name;1516 init.ops = &clk_fixed_factor_ops;