Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clocksource/
Dh8300_timer8.c49 if (clockevent_state_oneshot(&p->ced)) in timer8_interrupt()
142 BUG_ON(!clockevent_state_oneshot(ced)); in timer8_clock_event_next()
Drenesas-ostm.c134 if (clockevent_state_oneshot(ced) || clockevent_state_periodic(ced)) in ostm_set_periodic()
157 if (clockevent_state_oneshot(&ostm->ced)) in ostm_timer_interrupt()
Dsh_tmu.c242 if (clockevent_state_oneshot(&ch->ced)) in sh_tmu_interrupt()
357 if (clockevent_state_oneshot(ced) || clockevent_state_periodic(ced)) in sh_tmu_clock_event_shutdown()
368 if (clockevent_state_oneshot(ced) || clockevent_state_periodic(ced)) in sh_tmu_clock_event_set_state()
392 BUG_ON(!clockevent_state_oneshot(ced)); in sh_tmu_clock_event_next()
Di8253.c106 if (!clockevent_state_oneshot(evt) && !clockevent_state_periodic(evt)) in pit_shutdown()
Dtcb_clksrc.c164 if (clockevent_state_oneshot(d) || clockevent_state_periodic(d)) in tc_set_oneshot()
183 if (clockevent_state_oneshot(d) || clockevent_state_periodic(d)) in tc_set_periodic()
Dvf_pit_timer.c113 if (likely(clockevent_state_oneshot(evt))) in pit_timer_interrupt()
Dmxs_timer.c156 if (clockevent_state_oneshot(evt)) in mxs_set_oneshot()
Dtimer-sprd.c117 if (clockevent_state_oneshot(ce)) in sprd_timer_interrupt()
Dqcom-timer.c50 if (clockevent_state_oneshot(evt)) { in msm_timer_interrupt()
Djcore-pit.c128 if (clockevent_state_oneshot(&pit->ced)) in jcore_timer_interrupt()
Darm_global_timer.c159 if (clockevent_state_oneshot(evt)) in gt_clockevent_interrupt()
Dtimer-atlas7.c79 if (clockevent_state_oneshot(ce)) in sirfsoc_timer_interrupt()
Dsh_cmt.c545 if (clockevent_state_oneshot(&ch->ced)) { in sh_cmt_interrupt()
736 if (clockevent_state_oneshot(ced) || clockevent_state_periodic(ced)) in sh_cmt_clock_event_set_state()
760 BUG_ON(!clockevent_state_oneshot(ced)); in sh_cmt_clock_event_next()
Drockchip_timer.c117 if (clockevent_state_oneshot(ce)) in rk_timer_interrupt()
Dfsl_ftm_timer.c174 if (likely(clockevent_state_oneshot(evt))) { in ftm_evt_interrupt()
Dtimer-imx-gpt.c243 if (!clockevent_state_oneshot(ced)) { in mxc_set_oneshot()
/Linux-v4.19/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()
329 WARN_ONCE(!clockevent_state_oneshot(dev), "Current state: %d\n", in clockevents_program_event()
530 if (clockevent_state_oneshot(dev)) in __clockevents_update_freq()
Dtick-broadcast-hrtimer.c100 if (clockevent_state_oneshot(&ce_broadcast_hrtimer)) in bc_handler()
Dtick-broadcast.c331 if (clockevent_state_oneshot(dev)) { in tick_handle_periodic_broadcast()
565 if (!clockevent_state_oneshot(bc)) in tick_broadcast_set_event()
Dtick-common.c116 if (!clockevent_state_oneshot(dev)) in tick_handle_periodic()
/Linux-v4.19/arch/arm/mach-footbridge/
Ddc21285-timer.c96 if (clockevent_state_oneshot(ce)) in timer1_interrupt()
/Linux-v4.19/arch/mips/loongson64/common/cs5536/
Dcs5536_mfgpt.c68 if (clockevent_state_periodic(evt) || clockevent_state_oneshot(evt)) { in mfgpt_timer_shutdown()
/Linux-v4.19/include/linux/
Dclockchips.h150 static inline bool clockevent_state_oneshot(struct clock_event_device *dev) in clockevent_state_oneshot() function
/Linux-v4.19/arch/x86/xen/
Dtime.c203 WARN_ON(!clockevent_state_oneshot(evt)); in xen_timerop_set_next_event()
263 WARN_ON(!clockevent_state_oneshot(evt)); in xen_vcpuop_set_next_event()
/Linux-v4.19/drivers/hv/
Dhv.c126 WARN_ON(!clockevent_state_oneshot(evt)); in hv_ce_set_next_event()