Searched refs:goldfish_timer (Results 1 – 1 of 1) sorted by relevance
12 struct goldfish_timer { struct 19 static struct goldfish_timer *ced_to_gf(struct clock_event_device *ced) in ced_to_gf() argument 21 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 *timerdr in goldfish_timer_irq() [all...]