Home
last modified time | relevance | path

Searched refs:CLOCK_EVT_FEAT_DUMMY (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/drivers/clocksource/
Ddummy_timer.c23 CLOCK_EVT_FEAT_DUMMY; in dummy_timer_starting_cpu()
/linux-6.1.9/arch/x86/kernel/apic/
Dapic.c501 if (evt->features & CLOCK_EVT_FEAT_DUMMY) in lapic_timer_shutdown()
515 if (evt->features & CLOCK_EVT_FEAT_DUMMY) in lapic_timer_set_periodic_oneshot()
550 | CLOCK_EVT_FEAT_DUMMY,
639 CLOCK_EVT_FEAT_DUMMY); in setup_APIC_timer()
865 lapic_clockevent.features &= ~CLOCK_EVT_FEAT_DUMMY; in calibrate_APIC_clock()
970 levt->features &= ~CLOCK_EVT_FEAT_DUMMY; in calibrate_APIC_clock()
1005 levt->features |= CLOCK_EVT_FEAT_DUMMY; in calibrate_APIC_clock()
1009 if (levt->features & CLOCK_EVT_FEAT_DUMMY) { in calibrate_APIC_clock()
1052 lapic_clockevent.features &= ~CLOCK_EVT_FEAT_DUMMY; in setup_boot_APIC_clock()
/linux-6.1.9/include/linux/
Dclockchips.h57 # define CLOCK_EVT_FEAT_DUMMY 0x000010 macro
/linux-6.1.9/arch/hexagon/kernel/
Dtime.c128 dummy_clock_dev->features = CLOCK_EVT_FEAT_DUMMY; in setup_percpu_clockdev()
/linux-6.1.9/kernel/time/
Dtick-internal.h36 return !(dev->features & CLOCK_EVT_FEAT_DUMMY); in tick_device_is_functional()
Dtick-broadcast.c88 if ((newdev->features & CLOCK_EVT_FEAT_DUMMY) || in tick_check_broadcast_device()
123 if ((newdev->features & CLOCK_EVT_FEAT_DUMMY) || in tick_set_oneshot_wakeup_device()
Dclockevents.c94 if (dev->features & CLOCK_EVT_FEAT_DUMMY) in __clockevents_switch_state()