Home
last modified time | relevance | path

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

12345678910

/kernel/linux/linux-5.10/kernel/time/
H A Dtick-common.c73 if (!dev || !(dev->features & CLOCK_EVT_FEAT_ONESHOT)) in tick_is_oneshot_available()
281 if (newdev->features & CLOCK_EVT_FEAT_ONESHOT) in tick_install_replacement()
305 if (!(newdev->features & CLOCK_EVT_FEAT_ONESHOT)) { in tick_check_preferred()
306 if (curdev && (curdev->features & CLOCK_EVT_FEAT_ONESHOT)) in tick_check_preferred()
370 if (newdev->features & CLOCK_EVT_FEAT_ONESHOT) in tick_check_new_device()
H A Dtick-broadcast-hrtimer.c85 .features = CLOCK_EVT_FEAT_ONESHOT |
H A Dtick-oneshot.c78 if (!dev || !(dev->features & CLOCK_EVT_FEAT_ONESHOT) || in tick_switch_to_oneshot()
H A Dtick-broadcast.c85 !(newdev->features & CLOCK_EVT_FEAT_ONESHOT)) in tick_check_broadcast_device()
118 if (dev->features & CLOCK_EVT_FEAT_ONESHOT) in tick_install_broadcast_device()
990 return bc ? bc->features & CLOCK_EVT_FEAT_ONESHOT : false; in tick_broadcast_oneshot_available()
/kernel/linux/linux-6.6/kernel/time/
H A 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()
H A Dtick-broadcast-hrtimer.c80 .features = CLOCK_EVT_FEAT_ONESHOT |
H A 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()
H A Dtick-oneshot.c78 if (!dev || !(dev->features & CLOCK_EVT_FEAT_ONESHOT) || in tick_switch_to_oneshot()
/kernel/linux/linux-5.10/drivers/clocksource/
H A Ddummy_timer.c22 CLOCK_EVT_FEAT_ONESHOT | in dummy_timer_starting_cpu()
H A Dnumachip.c41 .features = CLOCK_EVT_FEAT_ONESHOT,
H A Dtimer-mediatek.c262 to.clkevt.features = CLOCK_EVT_FEAT_DYNIRQ | CLOCK_EVT_FEAT_ONESHOT; in mtk_syst_init()
283 to.clkevt.features = CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_ONESHOT; in mtk_gpt_init()
H A Dtimer-orion.c100 .features = CLOCK_EVT_FEAT_ONESHOT |
H A Dtimer-mp-csky.c54 CLOCK_EVT_FEAT_ONESHOT,
/kernel/linux/linux-6.6/drivers/clocksource/
H A Ddummy_timer.c22 CLOCK_EVT_FEAT_ONESHOT | in dummy_timer_starting_cpu()
H A Dnumachip.c41 .features = CLOCK_EVT_FEAT_ONESHOT,
H A 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()
/kernel/linux/linux-5.10/arch/mips/alchemy/common/
H A Dtime.c69 .features = CLOCK_EVT_FEAT_ONESHOT,
/kernel/linux/linux-5.10/arch/arm/mach-iop32x/
H A Dtime.c121 CLOCK_EVT_FEAT_ONESHOT,
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H A Dtime.c143 CLOCK_EVT_FEAT_ONESHOT,
H A Dtimer32k.c133 CLOCK_EVT_FEAT_ONESHOT,
/kernel/linux/linux-5.10/arch/m68k/coldfire/
H A Dpit.c85 CLOCK_EVT_FEAT_ONESHOT,
/kernel/linux/linux-5.10/arch/mips/sgi-ip27/
H A Dip27-timer.c87 cd->features = CLOCK_EVT_FEAT_ONESHOT; in hub_rt_clock_event_init()
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dcevt-bcm1480.c109 CLOCK_EVT_FEAT_ONESHOT; in sb1480_clockevent_init()
H A Dcevt-sb1250.c109 CLOCK_EVT_FEAT_ONESHOT; in sb1250_clockevent_init()
H A Dcevt-gt641xx.c104 CLOCK_EVT_FEAT_ONESHOT,

Completed in 11 milliseconds

12345678910