timer_shutdown
int (*timer_shutdown)(struct clock_event_device *evt);
fttmr010->timer_shutdown(evt);
fttmr010->timer_shutdown(evt);
fttmr010->timer_shutdown(evt);
fttmr010->timer_shutdown = ast2600_timer_shutdown;
fttmr010->timer_shutdown = fttmr010_timer_shutdown;
fttmr010->clkevt.set_state_shutdown = fttmr010->timer_shutdown;
fttmr010->clkevt.tick_resume = fttmr010->timer_shutdown;
timer_shutdown(&edif_entry->timer);
timer_shutdown(&edif_entry->timer);
extern int timer_shutdown(struct timer_list *timer);
EXPORT_SYMBOL_GPL(timer_shutdown);