Searched refs:host_offset (Results 1 – 2 of 2) sorted by relevance
30 u32 host_offset; member248 u32 host_offset = READ_ONCE(priv->host_offset); in sof_dtrace_set_host_offset() local250 if (host_offset != new_offset) { in sof_dtrace_set_host_offset()252 u32 ret = cmpxchg(&priv->host_offset, host_offset, new_offset); in sof_dtrace_set_host_offset()254 if (ret == host_offset) in sof_dtrace_set_host_offset()265 loff_t host_offset = READ_ONCE(priv->host_offset); in sof_dtrace_avail() local272 if (host_offset < pos) in sof_dtrace_avail()276 if (host_offset > pos) in sof_dtrace_avail()277 return host_offset - pos; in sof_dtrace_avail()570 sof_dtrace_set_host_offset(priv, posn->host_offset)) in ipc3_dtrace_posn_update()
41 uint32_t host_offset; /* Offset of DMA host buffer */ member