clock_event_device 10 arch/x86/include/asm/time.h extern struct clock_event_device *global_clock_event; clock_event_device 32 include/linux/clockchips.h struct clock_event_device; clock_event_device 97 include/linux/clockchips.h void (*event_handler)(struct clock_event_device *); clock_event_device 99 include/linux/clockchips.h struct clock_event_device *); clock_event_device 101 include/linux/clockchips.h struct clock_event_device *); clock_event_device 113 include/linux/clockchips.h struct clock_event_device *); clock_event_device 114 include/linux/clockchips.h void (*suspend)(struct clock_event_device *); clock_event_device 115 include/linux/clockchips.h void (*resume)(struct clock_event_device *); clock_event_device 150 include/linux/clockchips.h struct clock_event_device *evt); clock_event_device 151 include/linux/clockchips.h extern void clockevents_register_device(struct clock_event_device *dev); clock_event_device 152 include/linux/clockchips.h extern int clockevents_unbind_device(struct clock_event_device *ced, int cpu); clock_event_device 154 include/linux/clockchips.h extern void clockevents_config(struct clock_event_device *dev, u32 freq); clock_event_device 155 include/linux/clockchips.h extern void clockevents_config_and_register(struct clock_event_device *dev, clock_event_device 159 include/linux/clockchips.h extern int clockevents_update_freq(struct clock_event_device *ce, u32 freq); clock_event_device 161 include/linux/clockchips.h extern void clockevents_exchange_device(struct clock_event_device *old, clock_event_device 162 include/linux/clockchips.h struct clock_event_device *new); clock_event_device 163 include/linux/clockchips.h extern void clockevents_set_mode(struct clock_event_device *dev, clock_event_device 165 include/linux/clockchips.h extern int clockevents_program_event(struct clock_event_device *dev, clock_event_device 168 include/linux/clockchips.h extern void clockevents_handle_noop(struct clock_event_device *dev); clock_event_device 171 include/linux/clockchips.h clockevents_calc_mult_shift(struct clock_event_device *ce, u32 freq, u32 minsec) clock_event_device 29 include/linux/dw_apb_timer.h struct clock_event_device ced; clock_event_device 264 include/linux/hrtimer.h struct clock_event_device; clock_event_device 266 include/linux/hrtimer.h extern void hrtimer_interrupt(struct clock_event_device *dev); clock_event_device 24 include/linux/i8253.h extern struct clock_event_device i8253_clockevent; clock_event_device 25 include/linux/tick.h struct clock_event_device *evtdev;