Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/apic/
H A Dapic.c489 if (evt->features & CLOCK_EVT_FEAT_DUMMY) in lapic_timer_shutdown()
503 if (evt->features & CLOCK_EVT_FEAT_DUMMY) in lapic_timer_set_periodic_oneshot()
538 | CLOCK_EVT_FEAT_DUMMY,
627 CLOCK_EVT_FEAT_DUMMY); in setup_APIC_timer()
853 lapic_clockevent.features &= ~CLOCK_EVT_FEAT_DUMMY; in calibrate_APIC_clock()
958 levt->features &= ~CLOCK_EVT_FEAT_DUMMY; in calibrate_APIC_clock()
993 levt->features |= CLOCK_EVT_FEAT_DUMMY; in calibrate_APIC_clock()
997 if (levt->features & CLOCK_EVT_FEAT_DUMMY) { in calibrate_APIC_clock()
1040 lapic_clockevent.features &= ~CLOCK_EVT_FEAT_DUMMY; in setup_boot_APIC_clock()
/OK3568_Linux_fs/kernel/drivers/clocksource/
H A Ddummy_timer.c23 CLOCK_EVT_FEAT_DUMMY; in dummy_timer_starting_cpu()
/OK3568_Linux_fs/kernel/include/linux/
H A Dclockchips.h57 # define CLOCK_EVT_FEAT_DUMMY 0x000010 macro
/OK3568_Linux_fs/kernel/arch/hexagon/kernel/
H A Dtime.c128 dummy_clock_dev->features = CLOCK_EVT_FEAT_DUMMY; in setup_percpu_clockdev()
/OK3568_Linux_fs/kernel/kernel/time/
H A Dtick-internal.h37 return !(dev->features & CLOCK_EVT_FEAT_DUMMY); in tick_device_is_functional()
H A 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()
H A Dclockevents.c94 if (dev->features & CLOCK_EVT_FEAT_DUMMY) in __clockevents_switch_state()