Home
last modified time | relevance | path

Searched refs:clockevent_state_oneshot (Results 1 – 23 of 23) sorted by relevance

/linux-4.4.14/kernel/time/
Dclockevents.c131 if (WARN_ONCE(!clockevent_state_oneshot(dev), in __clockevents_switch_state()
166 if (clockevent_state_oneshot(dev)) { in clockevents_switch_state()
324 WARN_ONCE(!clockevent_state_oneshot(dev), "Current state: %d\n", in clockevents_program_event()
519 if (clockevent_state_oneshot(dev)) in __clockevents_update_freq()
Dtick-broadcast-hrtimer.c98 if (clockevent_state_oneshot(&ce_broadcast_hrtimer)) in bc_handler()
Dtick-broadcast.c328 if (clockevent_state_oneshot(dev)) { in tick_handle_periodic_broadcast()
563 if (!clockevent_state_oneshot(bc)) in tick_broadcast_set_event()
Dtick-common.c116 if (!clockevent_state_oneshot(dev)) in tick_handle_periodic()
/linux-4.4.14/drivers/clocksource/
Dsh_tmu.c243 if (clockevent_state_oneshot(&ch->ced)) in sh_tmu_interrupt()
365 if (clockevent_state_oneshot(ced) || clockevent_state_periodic(ced)) in sh_tmu_clock_event_shutdown()
376 if (clockevent_state_oneshot(ced) || clockevent_state_periodic(ced)) in sh_tmu_clock_event_set_state()
400 BUG_ON(!clockevent_state_oneshot(ced)); in sh_tmu_clock_event_next()
Dtcb_clksrc.c112 if (clockevent_state_oneshot(d) || clockevent_state_periodic(d)) in tc_set_oneshot()
131 if (clockevent_state_oneshot(d) || clockevent_state_periodic(d)) in tc_set_periodic()
Di8253.c105 if (!clockevent_state_oneshot(evt) && !clockevent_state_periodic(evt)) in pit_shutdown()
Dh8300_timer8.c84 if (clockevent_state_oneshot(&p->ced)) in timer8_interrupt()
205 BUG_ON(!clockevent_state_oneshot(ced)); in timer8_clock_event_next()
Dvf_pit_timer.c113 if (likely(clockevent_state_oneshot(evt))) in pit_timer_interrupt()
Drockchip_timer.c105 if (clockevent_state_oneshot(ce)) in rk_timer_interrupt()
Dmxs_timer.c172 if (clockevent_state_oneshot(evt)) in mxs_set_oneshot()
Dqcom-timer.c50 if (clockevent_state_oneshot(evt)) { in msm_timer_interrupt()
Darm_global_timer.c158 if (clockevent_state_oneshot(evt)) in gt_clockevent_interrupt()
Dtimer-atlas7.c79 if (clockevent_state_oneshot(ce)) in sirfsoc_timer_interrupt()
Dsh_cmt.c541 if (clockevent_state_oneshot(&ch->ced)) { in sh_cmt_interrupt()
743 if (clockevent_state_oneshot(ced) || clockevent_state_periodic(ced)) in sh_cmt_clock_event_set_state()
767 BUG_ON(!clockevent_state_oneshot(ced)); in sh_cmt_clock_event_next()
Dfsl_ftm_timer.c174 if (likely(clockevent_state_oneshot(evt))) { in ftm_evt_interrupt()
Dtimer-imx-gpt.c259 if (!clockevent_state_oneshot(ced)) { in mxc_set_oneshot()
/linux-4.4.14/arch/arm/mach-footbridge/
Ddc21285-timer.c95 if (clockevent_state_oneshot(ce)) in timer1_interrupt()
/linux-4.4.14/arch/mips/loongson64/common/cs5536/
Dcs5536_mfgpt.c68 if (clockevent_state_periodic(evt) || clockevent_state_oneshot(evt)) { in mfgpt_timer_shutdown()
/linux-4.4.14/include/linux/
Dclockchips.h149 static inline bool clockevent_state_oneshot(struct clock_event_device *dev) in clockevent_state_oneshot() function
/linux-4.4.14/arch/x86/xen/
Dtime.c288 WARN_ON(!clockevent_state_oneshot(evt)); in xen_timerop_set_next_event()
343 WARN_ON(!clockevent_state_oneshot(evt)); in xen_vcpuop_set_next_event()
/linux-4.4.14/arch/arm/mach-imx/
Depit.c144 if (!clockevent_state_oneshot(evt)) in epit_set_oneshot()
/linux-4.4.14/drivers/hv/
Dhv.c360 WARN_ON(!clockevent_state_oneshot(evt)); in hv_ce_set_next_event()