Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/soc/rockchip/fiq_debugger/
H A Dfiq_debugger.c104 spinlock_t sleep_timer_lock; member
724 spin_lock_irqsave(&state->sleep_timer_lock, flags); in fiq_debugger_sleep_timer_expired()
737 spin_unlock_irqrestore(&state->sleep_timer_lock, flags); in fiq_debugger_sleep_timer_expired()
744 spin_lock_irqsave(&state->sleep_timer_lock, flags); in fiq_debugger_handle_wakeup()
754 spin_unlock_irqrestore(&state->sleep_timer_lock, flags); in fiq_debugger_handle_wakeup()
791 spin_lock_irqsave(&state->sleep_timer_lock, flags); in fiq_debugger_handle_irq_context()
794 spin_unlock_irqrestore(&state->sleep_timer_lock, flags); in fiq_debugger_handle_irq_context()
1495 spin_lock_init(&state->sleep_timer_lock); in fiq_debugger_probe()