Searched refs:CLOCK_EVT_FEAT_ONESHOT (Results 1 - 25 of 111) sorted by relevance

12345

/linux-master/drivers/clocksource/
H A Ddummy_timer.c22 CLOCK_EVT_FEAT_ONESHOT |
H A Dnumachip.c41 .features = CLOCK_EVT_FEAT_ONESHOT,
H A Dtimer-mp-csky.c54 CLOCK_EVT_FEAT_ONESHOT,
H A Di8253.c184 i8253_clockevent.features |= CLOCK_EVT_FEAT_ONESHOT;
H A Dtimer-cs5535.c97 .features = CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_ONESHOT,
H A Dtimer-vt8500.c88 .features = CLOCK_EVT_FEAT_ONESHOT,
H A Dtimer-gx6605s.c82 CLOCK_EVT_FEAT_ONESHOT,
H A Dbcm_kona_timer.c131 .features = CLOCK_EVT_FEAT_ONESHOT,
H A Dtimer-sprd.c131 CLOCK_EVT_FEAT_ONESHOT,
H A Dtimer-rda.c135 .features = CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_ONESHOT |
H A Dtimer-milbeaut.c150 .features = CLOCK_EVT_FEAT_DYNIRQ | CLOCK_EVT_FEAT_ONESHOT,
H A Dtimer-keystone.c205 event_dev->features = CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_ONESHOT;
H A Dtimer-meson6.c136 CLOCK_EVT_FEAT_ONESHOT,
H A Dtimer-owl.c97 .features = CLOCK_EVT_FEAT_ONESHOT |
H A Dtimer-pxa.c137 .features = CLOCK_EVT_FEAT_ONESHOT,
/linux-master/kernel/time/
H A Dtick-broadcast-hrtimer.c80 .features = CLOCK_EVT_FEAT_ONESHOT |
H A Dtick-common.c76 if (!dev || !(dev->features & CLOCK_EVT_FEAT_ONESHOT))
282 if (newdev->features & CLOCK_EVT_FEAT_ONESHOT)
306 if (!(newdev->features & CLOCK_EVT_FEAT_ONESHOT)) {
307 if (curdev && (curdev->features & CLOCK_EVT_FEAT_ONESHOT))
366 if (newdev->features & CLOCK_EVT_FEAT_ONESHOT)
H A Dtick-oneshot.c78 if (!dev || !(dev->features & CLOCK_EVT_FEAT_ONESHOT) ||
/linux-master/arch/mips/alchemy/common/
H A Dtime.c69 .features = CLOCK_EVT_FEAT_ONESHOT,
/linux-master/arch/mips/kernel/
H A Dcevt-gt641xx.c104 CLOCK_EVT_FEAT_ONESHOT,
/linux-master/arch/arm/mach-footbridge/
H A Ddc21285-timer.c79 CLOCK_EVT_FEAT_ONESHOT,
/linux-master/arch/m68k/coldfire/
H A Dpit.c85 CLOCK_EVT_FEAT_ONESHOT,
/linux-master/include/linux/
H A Dclockchips.h47 # define CLOCK_EVT_FEAT_ONESHOT 0x000002 macro
/linux-master/arch/arm/mach-ep93xx/
H A Dtimer-ep93xx.c101 .features = CLOCK_EVT_FEAT_ONESHOT,
/linux-master/arch/openrisc/kernel/
H A Dtime.c82 evt->features = CLOCK_EVT_FEAT_ONESHOT,

Completed in 172 milliseconds

12345