Searched refs:CLOCK_EVT_FEAT_ONESHOT (Results 1 – 25 of 111) sorted by relevance
12345
/Linux-v4.19/kernel/time/ |
D | tick-common.c | 69 if (!dev || !(dev->features & CLOCK_EVT_FEAT_ONESHOT)) in tick_is_oneshot_available() 243 if (newdev->features & CLOCK_EVT_FEAT_ONESHOT) in tick_install_replacement() 267 if (!(newdev->features & CLOCK_EVT_FEAT_ONESHOT)) { in tick_check_preferred() 268 if (curdev && (curdev->features & CLOCK_EVT_FEAT_ONESHOT)) in tick_check_preferred() 332 if (newdev->features & CLOCK_EVT_FEAT_ONESHOT) in tick_check_new_device()
|
D | tick-broadcast-hrtimer.c | 82 .features = CLOCK_EVT_FEAT_ONESHOT |
|
D | tick-oneshot.c | 82 if (!dev || !(dev->features & CLOCK_EVT_FEAT_ONESHOT) || in tick_switch_to_oneshot()
|
D | tick-broadcast.c | 83 !(newdev->features & CLOCK_EVT_FEAT_ONESHOT)) in tick_check_broadcast_device() 116 if (dev->features & CLOCK_EVT_FEAT_ONESHOT) in tick_install_broadcast_device() 993 return bc ? bc->features & CLOCK_EVT_FEAT_ONESHOT : false; in tick_broadcast_oneshot_available()
|
/Linux-v4.19/drivers/clocksource/ |
D | dummy_timer.c | 25 CLOCK_EVT_FEAT_ONESHOT | in dummy_timer_starting_cpu()
|
D | numachip.c | 50 .features = CLOCK_EVT_FEAT_ONESHOT,
|
D | riscv_timer.c | 36 .features = CLOCK_EVT_FEAT_ONESHOT,
|
D | timer-mediatek.c | 271 to.clkevt.features = CLOCK_EVT_FEAT_DYNIRQ | CLOCK_EVT_FEAT_ONESHOT; in mtk_syst_init() 295 to.clkevt.features = CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_ONESHOT; in mtk_gpt_init()
|
D | i8253.c | 174 i8253_clockevent.features |= CLOCK_EVT_FEAT_ONESHOT; in clockevent_i8253_init()
|
D | cs5535-clockevt.c | 100 .features = CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_ONESHOT,
|
/Linux-v4.19/arch/arm/mach-omap1/ |
D | timer32k.c | 133 CLOCK_EVT_FEAT_ONESHOT,
|
/Linux-v4.19/arch/um/kernel/ |
D | time.c | 61 CLOCK_EVT_FEAT_ONESHOT,
|
/Linux-v4.19/arch/openrisc/kernel/ |
D | time.c | 82 evt->features = CLOCK_EVT_FEAT_ONESHOT, in openrisc_clockevent_init()
|
/Linux-v4.19/arch/arm/mach-netx/ |
D | time.c | 82 .features = CLOCK_EVT_FEAT_PERIODIC | CLOCK_EVT_FEAT_ONESHOT,
|
/Linux-v4.19/arch/arm/mach-ep93xx/ |
D | timer-ep93xx.c | 100 .features = CLOCK_EVT_FEAT_ONESHOT,
|
/Linux-v4.19/arch/arm/mach-footbridge/ |
D | dc21285-timer.c | 79 CLOCK_EVT_FEAT_ONESHOT,
|
/Linux-v4.19/arch/arm/mach-ks8695/ |
D | time.c | 105 .features = CLOCK_EVT_FEAT_ONESHOT |
|
/Linux-v4.19/arch/mips/alchemy/common/ |
D | time.c | 81 .features = CLOCK_EVT_FEAT_ONESHOT,
|
/Linux-v4.19/arch/arm/mach-davinci/ |
D | time.c | 329 CLOCK_EVT_FEAT_ONESHOT, 369 clockevent_davinci.features = CLOCK_EVT_FEAT_ONESHOT; in davinci_timer_init()
|
/Linux-v4.19/arch/unicore32/kernel/ |
D | time.c | 58 .features = CLOCK_EVT_FEAT_ONESHOT,
|
/Linux-v4.19/arch/arm/plat-iop/ |
D | time.c | 124 CLOCK_EVT_FEAT_ONESHOT,
|
/Linux-v4.19/arch/m68k/coldfire/ |
D | pit.c | 85 CLOCK_EVT_FEAT_ONESHOT,
|
/Linux-v4.19/arch/arm/mach-w90x900/ |
D | time.c | 96 CLOCK_EVT_FEAT_ONESHOT,
|
/Linux-v4.19/arch/mips/kernel/ |
D | cevt-gt641xx.c | 117 CLOCK_EVT_FEAT_ONESHOT,
|
/Linux-v4.19/include/linux/ |
D | clockchips.h | 47 # define CLOCK_EVT_FEAT_ONESHOT 0x000002 macro
|
12345