Searched refs:num_init (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/clk/ |
D | clk-max-gen.c | 110 u32 reg, struct clk_init_data *clks_init, int num_init) in max_gen_clk_probe() argument 119 clocks = devm_kzalloc(dev, sizeof(struct clk *) * num_init, GFP_KERNEL); in max_gen_clk_probe() 124 * num_init, GFP_KERNEL); in max_gen_clk_probe() 128 for (i = 0; i < num_init; i++) { in max_gen_clk_probe() 169 of_data->clk_num = num_init; in max_gen_clk_probe() 183 int max_gen_clk_remove(struct platform_device *pdev, int num_init) in max_gen_clk_remove() argument
|
D | clk-max-gen.h | 28 u32 reg, struct clk_init_data *clks_init, int num_init); 29 int max_gen_clk_remove(struct platform_device *pdev, int num_init);
|
/linux-4.1.27/arch/ia64/kernel/ |
D | module.c | 858 unsigned long num_init = 0, num_core = 0; in register_unwind_table() local 863 ++num_init; in register_unwind_table() 885 core = start + num_init; in register_unwind_table() 892 mod->name, mod->arch.gp, num_init, num_core); in register_unwind_table() 903 if (num_init > 0) { in register_unwind_table() 905 init, init + num_init); in register_unwind_table() 907 mod->arch.init_unw_table, init, init + num_init); in register_unwind_table()
|