Lines Matching refs:features
74 if ((newdev->features & CLOCK_EVT_FEAT_DUMMY) || in tick_check_broadcast_device()
75 (newdev->features & CLOCK_EVT_FEAT_PERCPU) || in tick_check_broadcast_device()
76 (newdev->features & CLOCK_EVT_FEAT_C3STOP)) in tick_check_broadcast_device()
80 !(newdev->features & CLOCK_EVT_FEAT_ONESHOT)) in tick_check_broadcast_device()
113 if (dev->features & CLOCK_EVT_FEAT_ONESHOT) in tick_install_broadcast_device()
186 if (!(dev->features & CLOCK_EVT_FEAT_C3STOP)) in tick_device_uses_broadcast()
352 if (!dev || !(dev->features & CLOCK_EVT_FEAT_C3STOP)) in tick_broadcast_control()
525 if (!(bc->features & CLOCK_EVT_FEAT_DYNIRQ)) in tick_broadcast_set_affinity()
652 if (!(bc->features & CLOCK_EVT_FEAT_HRTIMER)) in broadcast_needs_cpu()
667 if (bc->features & CLOCK_EVT_FEAT_HRTIMER) { in broadcast_shutdown_local()
708 if (!(dev->features & CLOCK_EVT_FEAT_C3STOP)) in tick_broadcast_oneshot_control()
949 return bc ? bc->features & CLOCK_EVT_FEAT_ONESHOT : false; in tick_broadcast_oneshot_available()