Searched refs:clockevent_state_oneshot (Results 1 - 22 of 22) sorted by relevance

/linux-master/drivers/clocksource/
H A Di8253.c113 if (!clockevent_state_oneshot(evt) && !clockevent_state_periodic(evt))
H A Drenesas-ostm.c111 if (clockevent_state_oneshot(ced) || clockevent_state_periodic(ced))
134 if (clockevent_state_oneshot(ced))
H A Dtimer-sprd.c117 if (clockevent_state_oneshot(ce))
H A Dmxs_timer.c146 if (clockevent_state_oneshot(evt))
H A Dtimer-vf-pit.c109 if (likely(clockevent_state_oneshot(evt)))
H A Dsh_tmu.c238 if (clockevent_state_oneshot(&ch->ced))
353 if (clockevent_state_oneshot(ced) || clockevent_state_periodic(ced))
364 if (clockevent_state_oneshot(ced) || clockevent_state_periodic(ced))
388 BUG_ON(!clockevent_state_oneshot(ced));
H A Dtimer-atmel-tcb.c178 if (clockevent_state_oneshot(d) || clockevent_state_periodic(d))
197 if (clockevent_state_oneshot(d) || clockevent_state_periodic(d))
H A Dtimer-qcom.c41 if (clockevent_state_oneshot(evt)) {
H A Dtimer-rockchip.c114 if (clockevent_state_oneshot(ce))
H A Dtimer-fsl-ftm.c159 if (likely(clockevent_state_oneshot(evt))) {
H A Djcore-pit.c125 if (clockevent_state_oneshot(&pit->ced))
H A Dtimer-davinci.c172 if (!clockevent_state_oneshot(&clockevent->dev))
H A Darm_global_timer.c164 if (clockevent_state_oneshot(evt))
H A Dsh_cmt.c550 if (clockevent_state_oneshot(&ch->ced)) {
760 if (clockevent_state_oneshot(ced) || clockevent_state_periodic(ced))
784 BUG_ON(!clockevent_state_oneshot(ced));
H A Dtimer-imx-gpt.c230 if (!clockevent_state_oneshot(ced)) {
/linux-master/arch/mips/loongson2ef/common/cs5536/
H A Dcs5536_mfgpt.c64 if (clockevent_state_periodic(evt) || clockevent_state_oneshot(evt)) {
/linux-master/arch/arm/mach-footbridge/
H A Ddc21285-timer.c96 if (clockevent_state_oneshot(ce))
/linux-master/include/linux/
H A Dclockchips.h150 static inline bool clockevent_state_oneshot(struct clock_event_device *dev) function
/linux-master/kernel/time/
H A Dclockevents.c125 if (WARN_ONCE(!clockevent_state_oneshot(dev),
160 if (clockevent_state_oneshot(dev)) {
319 WARN_ONCE(!clockevent_state_oneshot(dev), "Current state: %d\n",
519 if (clockevent_state_oneshot(dev))
H A Dtick-broadcast.c415 if (clockevent_state_oneshot(dev)) {
654 if (!clockevent_state_oneshot(bc))
1097 if (clockevent_state_oneshot(bc))
H A Dtick-common.c123 if (!clockevent_state_oneshot(dev))
/linux-master/arch/x86/xen/
H A Dtime.c219 WARN_ON(!clockevent_state_oneshot(evt));
279 WARN_ON(!clockevent_state_oneshot(evt));

Completed in 185 milliseconds