Home
last modified time | relevance | path

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

/linux/sound/soc/intel/avs/
H A Ddebugfs.c49 wake_up(&adev->trace_waitq); in avs_dump_fw_log_wakeup()
220 prepare_to_wait(&adev->trace_waitq, &wait, TASK_INTERRUPTIBLE); in strace_read()
223 finish_wait(&adev->trace_waitq, &wait); in strace_read()
411 init_waitqueue_head(&adev->trace_waitq); in avs_debugfs_init()
H A Davs.h162 wait_queue_head_t trace_waitq; member