Searched refs:host_offset (Results 1 – 2 of 2) sorted by relevance
19 loff_t host_offset = READ_ONCE(sdev->host_offset); in sof_trace_avail() local26 if (host_offset < pos) in sof_trace_avail()30 if (host_offset > pos) in sof_trace_avail()31 return host_offset - pos; in sof_trace_avail()123 sdev->host_offset = 0; in sof_dfsentry_trace_release()187 sdev->host_offset = 0; in snd_sof_init_trace_ipc()289 if (sdev->dtrace_is_enabled && sdev->host_offset != posn->host_offset) { in snd_sof_trace_update_pos()290 sdev->host_offset = posn->host_offset; in snd_sof_trace_update_pos()
437 u32 host_offset; member