Searched refs:trace_fifo (Results 1 – 2 of 2) sorted by relevance
37 return kfifo_initialized(&adev->trace_fifo); in avs_logging_fw()42 __kfifo_fromio(&adev->trace_fifo, src, len); in avs_dump_fw_log()213 struct kfifo *fifo = &adev->trace_fifo; in strace_read()239 if (kfifo_initialized(&adev->trace_fifo)) in strace_open()242 ret = kfifo_alloc(&adev->trace_fifo, PAGE_SIZE, GFP_KERNEL); in strace_open()269 kfifo_free(&adev->trace_fifo); in strace_release()
161 struct kfifo trace_fifo; member