Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/soc/sof/
A Dipc3-dtrace.c30 u32 host_offset; member
256 u32 host_offset = READ_ONCE(priv->host_offset); in sof_dtrace_set_host_offset() local
258 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() local
280 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()
/linux-6.3-rc2/include/sound/sof/
A Dtrace.h41 uint32_t host_offset; /* Offset of DMA host buffer */ member

Completed in 6 milliseconds