Searched refs:clock_event_device (Results 126 - 141 of 141) sorted by relevance

123456

/linux-master/drivers/clocksource/
H A Dingenic-sysost.c77 struct clock_event_device cevt;
229 static inline struct ingenic_ost *to_ingenic_ost(struct clock_event_device *evt)
234 static int ingenic_ost_cevt_set_state_shutdown(struct clock_event_device *evt)
244 struct clock_event_device *evt)
259 struct clock_event_device *evt = dev_id;
H A Dtimer-microchip-pit64b.c71 struct clock_event_device clkevt;
180 static int mchp_pit64b_clkevt_shutdown(struct clock_event_device *cedev)
190 static int mchp_pit64b_clkevt_set_periodic(struct clock_event_device *cedev)
203 static int mchp_pit64b_clkevt_set_oneshot(struct clock_event_device *cedev)
217 struct clock_event_device *cedev)
H A Dtimer-cadence-ttc.c96 struct clock_event_device ce;
180 struct clock_event_device *evt)
197 static int ttc_shutdown(struct clock_event_device *evt)
215 static int ttc_set_periodic(struct clock_event_device *evt)
225 static int ttc_resume(struct clock_event_device *evt)
H A Dsh_cmt.c105 struct clock_event_device ced;
731 static struct sh_cmt_channel *ced_to_sh_cmt(struct clock_event_device *ced)
746 static int sh_cmt_clock_event_shutdown(struct clock_event_device *ced)
754 static int sh_cmt_clock_event_set_state(struct clock_event_device *ced,
769 static int sh_cmt_clock_event_set_oneshot(struct clock_event_device *ced)
774 static int sh_cmt_clock_event_set_periodic(struct clock_event_device *ced)
780 struct clock_event_device *ced)
793 static void sh_cmt_clock_event_suspend(struct clock_event_device *ced)
801 static void sh_cmt_clock_event_resume(struct clock_event_device *ced)
812 struct clock_event_device *ce
[all...]
H A Dtimer-of.c26 struct clock_event_device *clkevt = &to->clkevt;
55 struct clock_event_device *clkevt = &to->clkevt;
/linux-master/arch/um/kernel/
H A Dtime.c642 static int itimer_shutdown(struct clock_event_device *evt)
654 static int itimer_set_periodic(struct clock_event_device *evt)
675 struct clock_event_device *evt)
694 static int itimer_one_shot(struct clock_event_device *evt)
699 static struct clock_event_device timer_clockevent = {
/linux-master/arch/x86/kernel/apic/
H A Dapic.c413 struct clock_event_device *evt)
420 struct clock_event_device *evt)
432 static int lapic_timer_shutdown(struct clock_event_device *evt)
448 lapic_timer_set_periodic_oneshot(struct clock_event_device *evt, bool oneshot)
458 static int lapic_timer_set_periodic(struct clock_event_device *evt)
463 static int lapic_timer_set_oneshot(struct clock_event_device *evt)
482 static struct clock_event_device lapic_clockevent = {
497 static DEFINE_PER_CPU(struct clock_event_device, lapic_events);
561 struct clock_event_device *levt = this_cpu_ptr(&lapic_events);
590 struct clock_event_device *lev
[all...]
/linux-master/arch/sparc/kernel/
H A Dtime_64.c696 struct clock_event_device *evt)
701 static int sparc64_timer_shutdown(struct clock_event_device *evt)
707 static struct clock_event_device sparc64_clockevent = {
715 static DEFINE_PER_CPU(struct clock_event_device, sparc64_events);
722 struct clock_event_device *evt = &per_cpu(sparc64_events, cpu);
744 struct clock_event_device *sevt;
H A Dsun4d_smp.c370 struct clock_event_device *ce;
H A Dsun4m_smp.c246 struct clock_event_device *ce;
H A Dleon_kernel.c282 struct clock_event_device *ce;
/linux-master/include/linux/
H A Dhrtimer.h174 struct clock_event_device;
176 extern void hrtimer_interrupt(struct clock_event_device *dev);
/linux-master/arch/s390/kernel/
H A Dtime.c64 static DEFINE_PER_CPU(struct clock_event_device, comparators);
132 struct clock_event_device *cd;
140 struct clock_event_device *evt)
153 struct clock_event_device *cd;
/linux-master/kernel/time/
H A Dtimer_list.c184 struct clock_event_device *dev = td->evtdev;
238 const struct clock_event_device *wd = tick_get_wakeup_device(cpu);
H A Dtick-sched.c973 struct clock_event_device *dev = __this_cpu_read(tick_cpu_device.evtdev);
1341 struct clock_event_device *dev = __this_cpu_read(tick_cpu_device.evtdev);
1494 static void tick_nohz_lowres_handler(struct clock_event_device *dev)
1623 struct clock_event_device *dev = td->evtdev;
H A Dhrtimer.c1783 void hrtimer_interrupt(struct clock_event_device *dev)

Completed in 175 milliseconds

123456