Searched refs:num_init (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/clk/ |
D | clk-max-gen.c | 112 u32 reg, struct clk_init_data *clks_init, int num_init) in max_gen_clk_probe() argument 121 clocks = devm_kzalloc(dev, sizeof(struct clk *) * num_init, GFP_KERNEL); in max_gen_clk_probe() 126 * num_init, GFP_KERNEL); in max_gen_clk_probe() 130 for (i = 0; i < num_init; i++) { in max_gen_clk_probe() 171 of_data->clk_num = num_init; in max_gen_clk_probe() 185 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.4.14/arch/ia64/kernel/ |
D | module.c | 850 unsigned long num_init = 0, num_core = 0; in register_unwind_table() local 855 ++num_init; in register_unwind_table() 877 core = start + num_init; in register_unwind_table() 884 mod->name, mod->arch.gp, num_init, num_core); in register_unwind_table() 895 if (num_init > 0) { in register_unwind_table() 897 init, init + num_init); in register_unwind_table() 899 mod->arch.init_unw_table, init, init + num_init); in register_unwind_table()
|