Home
last modified time | relevance | path

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

12345

/openbmc/linux/kernel/time/
H A Dtick-common.c75 if (!dev || !(dev->features & CLOCK_EVT_FEAT_ONESHOT)) in tick_is_oneshot_available()
269 if (newdev->features & CLOCK_EVT_FEAT_ONESHOT) in tick_install_replacement()
293 if (!(newdev->features & CLOCK_EVT_FEAT_ONESHOT)) { in tick_check_preferred()
294 if (curdev && (curdev->features & CLOCK_EVT_FEAT_ONESHOT)) in tick_check_preferred()
353 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()
1214 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()
/openbmc/linux/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()
H A Dtimer-imx-sysctr.c104 .features = CLOCK_EVT_FEAT_ONESHOT |
H A Di8253.c203 i8253_clockevent.features |= CLOCK_EVT_FEAT_ONESHOT; in clockevent_i8253_init()
H A Dtimer-vt8500.c88 .features = CLOCK_EVT_FEAT_ONESHOT,
H A Dtimer-mp-csky.c54 CLOCK_EVT_FEAT_ONESHOT,
H A Dbcm_kona_timer.c131 .features = CLOCK_EVT_FEAT_ONESHOT,
H A Dbcm2835_timer.c112 timer->evt.features = CLOCK_EVT_FEAT_ONESHOT; in bcm2835_timer_init()
H A Dtimer-gx6605s.c82 CLOCK_EVT_FEAT_ONESHOT,
H A Dtimer-cs5535.c97 .features = CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_ONESHOT,
H A Dtimer-owl.c97 .features = CLOCK_EVT_FEAT_ONESHOT |
/openbmc/linux/arch/arm/mach-ep93xx/
H A Dtimer-ep93xx.c101 .features = CLOCK_EVT_FEAT_ONESHOT,
/openbmc/linux/arch/arm/mach-footbridge/
H A Ddc21285-timer.c79 CLOCK_EVT_FEAT_ONESHOT,
/openbmc/linux/arch/mips/alchemy/common/
H A Dtime.c69 .features = CLOCK_EVT_FEAT_ONESHOT,
/openbmc/linux/arch/openrisc/kernel/
H A Dtime.c82 evt->features = CLOCK_EVT_FEAT_ONESHOT, in openrisc_clockevent_init()
/openbmc/linux/arch/mips/kernel/
H A Dcevt-gt641xx.c104 CLOCK_EVT_FEAT_ONESHOT,
/openbmc/linux/arch/m68k/coldfire/
H A Dpit.c85 CLOCK_EVT_FEAT_ONESHOT,
/openbmc/linux/include/linux/
H A Dclockchips.h47 # define CLOCK_EVT_FEAT_ONESHOT 0x000002 macro
/openbmc/linux/arch/arm/mach-omap1/
H A Dtimer32k.c131 CLOCK_EVT_FEAT_ONESHOT,
/openbmc/linux/arch/mips/sgi-ip27/
H A Dip27-timer.c87 cd->features = CLOCK_EVT_FEAT_ONESHOT; in hub_rt_clock_event_init()

12345