Lines Matching defs:evt
56 static int npcm7xx_timer_resume(struct clock_event_device *evt)
58 struct timer_of *to = to_timer_of(evt);
68 static int npcm7xx_timer_shutdown(struct clock_event_device *evt)
70 struct timer_of *to = to_timer_of(evt);
80 static int npcm7xx_timer_oneshot(struct clock_event_device *evt)
82 struct timer_of *to = to_timer_of(evt);
93 static int npcm7xx_timer_periodic(struct clock_event_device *evt)
95 struct timer_of *to = to_timer_of(evt);
108 static int npcm7xx_clockevent_set_next_event(unsigned long evt,
114 writel(evt, timer_of_base(to) + NPCM7XX_REG_TICR0);
124 struct clock_event_device *evt = (struct clock_event_device *)dev_id;
125 struct timer_of *to = to_timer_of(evt);
129 evt->event_handler(evt);