Home
last modified time | relevance | path

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

12345

/linux-6.6.21/kernel/time/
Dtick-common.c75 if (!dev || !(dev->features & CLOCK_EVT_FEAT_ONESHOT)) in tick_is_oneshot_available()
283 if (newdev->features & CLOCK_EVT_FEAT_ONESHOT) in tick_install_replacement()
307 if (!(newdev->features & CLOCK_EVT_FEAT_ONESHOT)) { in tick_check_preferred()
308 if (curdev && (curdev->features & CLOCK_EVT_FEAT_ONESHOT)) in tick_check_preferred()
367 if (newdev->features & CLOCK_EVT_FEAT_ONESHOT) in tick_check_new_device()
Dtick-broadcast-hrtimer.c80 .features = CLOCK_EVT_FEAT_ONESHOT |
Dtick-broadcast.c95 !(newdev->features & CLOCK_EVT_FEAT_ONESHOT)) in tick_check_broadcast_device()
129 !(newdev->features & CLOCK_EVT_FEAT_ONESHOT)) in tick_set_oneshot_wakeup_device()
183 if (!(dev->features & CLOCK_EVT_FEAT_ONESHOT)) in tick_install_broadcast_device()
1190 return bc ? bc->features & CLOCK_EVT_FEAT_ONESHOT : false; in tick_broadcast_oneshot_available()
Dtick-oneshot.c78 if (!dev || !(dev->features & CLOCK_EVT_FEAT_ONESHOT) || in tick_switch_to_oneshot()
/linux-6.6.21/drivers/clocksource/
Ddummy_timer.c22 CLOCK_EVT_FEAT_ONESHOT | in dummy_timer_starting_cpu()
Dnumachip.c41 .features = CLOCK_EVT_FEAT_ONESHOT,
Dtimer-mediatek.c288 to.clkevt.features = CLOCK_EVT_FEAT_DYNIRQ | CLOCK_EVT_FEAT_ONESHOT; in mtk_syst_init()
309 to.clkevt.features = CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_ONESHOT; in mtk_gpt_init()
Di8253.c184 i8253_clockevent.features |= CLOCK_EVT_FEAT_ONESHOT; in clockevent_i8253_init()
Dtimer-imx-sysctr.c104 .features = CLOCK_EVT_FEAT_ONESHOT |
Dtimer-vt8500.c88 .features = CLOCK_EVT_FEAT_ONESHOT,
Dtimer-mp-csky.c54 CLOCK_EVT_FEAT_ONESHOT,
Dbcm2835_timer.c112 timer->evt.features = CLOCK_EVT_FEAT_ONESHOT; in bcm2835_timer_init()
Dbcm_kona_timer.c131 .features = CLOCK_EVT_FEAT_ONESHOT,
Dtimer-cs5535.c97 .features = CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_ONESHOT,
Dtimer-gx6605s.c82 CLOCK_EVT_FEAT_ONESHOT,
/linux-6.6.21/arch/arm/mach-ep93xx/
Dtimer-ep93xx.c101 .features = CLOCK_EVT_FEAT_ONESHOT,
/linux-6.6.21/arch/arm/mach-footbridge/
Ddc21285-timer.c79 CLOCK_EVT_FEAT_ONESHOT,
/linux-6.6.21/arch/openrisc/kernel/
Dtime.c82 evt->features = CLOCK_EVT_FEAT_ONESHOT, in openrisc_clockevent_init()
/linux-6.6.21/arch/mips/alchemy/common/
Dtime.c69 .features = CLOCK_EVT_FEAT_ONESHOT,
/linux-6.6.21/include/linux/
Dclockchips.h47 # define CLOCK_EVT_FEAT_ONESHOT 0x000002 macro
/linux-6.6.21/arch/mips/kernel/
Dcevt-gt641xx.c104 CLOCK_EVT_FEAT_ONESHOT,
/linux-6.6.21/arch/m68k/coldfire/
Dpit.c85 CLOCK_EVT_FEAT_ONESHOT,
/linux-6.6.21/arch/arm/mach-omap1/
Dtimer32k.c131 CLOCK_EVT_FEAT_ONESHOT,
Dtime.c145 CLOCK_EVT_FEAT_ONESHOT,
/linux-6.6.21/arch/mips/sgi-ip27/
Dip27-timer.c87 cd->features = CLOCK_EVT_FEAT_ONESHOT; in hub_rt_clock_event_init()

12345