Lines Matching full:broadcast
151 void tick_setup_periodic(struct clock_event_device *dev, int broadcast) in tick_setup_periodic() argument
153 tick_set_periodic_handler(dev, broadcast); in tick_setup_periodic()
155 /* Broadcast setup ? */ in tick_setup_periodic()
263 * device is registered as a placeholder for broadcast mode. in tick_setup_device()
266 * current active broadcast state for this CPU. in tick_setup_device()
364 * device. If the current device is the broadcast device, do in tick_check_new_device()
379 * Can the new device be used as a broadcast device ? in tick_check_new_device()
385 * tick_broadcast_oneshot_control - Enter/exit broadcast oneshot mode
389 * Returns 0 on success, -EBUSY if the cpu is used to broadcast wakeups.
473 bool broadcast = tick_resume_check_broadcast(); in tick_resume_local() local
476 if (!broadcast) { in tick_resume_local()
485 * tick_suspend - Suspend the tick and the broadcast device
500 * tick_resume - Resume the tick and the broadcast device