Lines Matching defs:goldfish_timer
12 struct goldfish_timer {
19 static struct goldfish_timer *ced_to_gf(struct clock_event_device *ced)
21 return container_of(ced, struct goldfish_timer, ced);
24 static struct goldfish_timer *cs_to_gf(struct clocksource *cs)
26 return container_of(cs, struct goldfish_timer, cs);
31 struct goldfish_timer *timerdrv = cs_to_gf(cs);
50 struct goldfish_timer *timerdrv = ced_to_gf(evt);
62 struct goldfish_timer *timerdrv = ced_to_gf(evt);
73 struct goldfish_timer *timerdrv = ced_to_gf(evt);
89 struct goldfish_timer *timerdrv = dev_id;
102 struct goldfish_timer *timerdrv;
112 .name = "goldfish_timer",
120 .name = "goldfish_timer",
132 .name = "goldfish_timer",
143 "goldfish_timer", timerdrv);