Searched refs:goldfish_timer (Results 1 – 2 of 2) sorted by relevance
12 struct goldfish_timer { struct19 static struct goldfish_timer *ced_to_gf(struct clock_event_device *ced) in ced_to_gf() argument21 return container_of(ced, struct goldfish_timer, ced); in ced_to_gf()24 static struct goldfish_timer *cs_to_gf(struct clocksource *cs) in cs_to_gf()26 return container_of(cs, struct goldfish_timer, cs); in cs_to_gf()31 struct goldfish_timer *timerdrv = cs_to_gf(cs); in goldfish_timer_read()50 struct goldfish_timer *timerdrv = ced_to_gf(evt); in goldfish_timer_set_oneshot()62 struct goldfish_timer *timerdrv = ced_to_gf(evt); in goldfish_timer_shutdown()73 struct goldfish_timer *timerdrv = ced_to_gf(evt); in goldfish_timer_next_event()89 struct goldfish_timer *timerdrv = dev_id; in goldfish_timer_irq()[all …]
13 goldfish_timer@9020000 {