Lines Matching defs:name
62 static long __init sp804_get_clock_rate(struct clk *clk, const char *name)
67 clk = clk_get_sys("sp804", name);
69 pr_err("%s clock not found: %ld\n", name, PTR_ERR(clk));
106 const char *name,
113 rate = sp804_get_clock_rate(clk, name);
129 clocksource_mmio_init(clkevt->value, name,
205 struct clk *clk, const char *name)
210 rate = sp804_get_clock_rate(clk, name);
216 evt->name = name;
260 const char *name = of_get_property(np, "compatible", NULL);
302 ret = sp804_clockevents_init(timer2_base, irq, clk2, name);
307 name, clk1, 1);
312 ret = sp804_clockevents_init(timer1_base, irq, clk1, name);
317 name, clk2, 1);
346 const char *name = of_get_property(np, "compatible", NULL);
371 name, clk, 0);
379 ret = sp804_clockevents_init(base, irq, clk, name);