Searched refs:host_offset (Results 1 – 2 of 2) sorted by relevance
30 u32 host_offset; member256 u32 host_offset = READ_ONCE(priv->host_offset); in sof_dtrace_set_host_offset() local258 if (host_offset != new_offset) { in sof_dtrace_set_host_offset()260 u32 ret = cmpxchg(&priv->host_offset, host_offset, new_offset); in sof_dtrace_set_host_offset()262 if (ret == host_offset) in sof_dtrace_set_host_offset()273 loff_t host_offset = READ_ONCE(priv->host_offset); in sof_dtrace_avail() local280 if (host_offset < pos) in sof_dtrace_avail()284 if (host_offset > pos) in sof_dtrace_avail()285 return host_offset - pos; in sof_dtrace_avail()579 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
Completed in 6 milliseconds