Lines Matching refs:init
102 struct clk_init_data init;
113 init.name = name;
114 init.ops = &peripheral_ops;
115 init.parent_names = &parent_name;
116 init.num_parents = 1;
117 init.flags = 0;
120 periph->hw.init = &init;
422 struct clk_init_data init;
433 init.name = name;
434 init.parent_names = &parent_name;
435 init.num_parents = 1;
437 init.flags = 0;
438 init.ops = &sam9x5_peripheral_ops;
440 init.flags = CLK_SET_RATE_GATE | CLK_SET_PARENT_GATE |
442 init.ops = &sam9x5_peripheral_chg_ops;
446 periph->hw.init = &init;