Lines Matching refs:init
127 struct clk_init_data init = {};
137 init.name = name;
138 init.ops = &slow_osc_ops;
139 init.parent_data = parent_data;
140 init.num_parents = 1;
141 init.flags = CLK_IGNORE_UNUSED;
143 osc->hw.init = &init;
234 struct clk_init_data init;
244 init.name = name;
245 init.ops = &slow_rc_osc_ops;
246 init.parent_names = NULL;
247 init.num_parents = 0;
248 init.flags = CLK_IGNORE_UNUSED;
250 osc->hw.init = &init;
327 struct clk_init_data init = {};
337 init.name = name;
338 init.ops = &sam9x5_slow_ops;
339 init.parent_hws = parent_hws;
340 init.num_parents = num_parents;
341 init.flags = 0;
343 slowck->hw.init = &init;
589 struct clk_init_data init = {};
616 init.name = "slow_osc";
617 init.ops = &sama5d4_slow_osc_ops;
618 init.parent_data = &parent_data;
619 init.num_parents = 1;
620 init.flags = CLK_IGNORE_UNUSED;
622 osc->hw.init = &init;