host_offset        41 include/sound/sof/trace.h 	uint32_t host_offset;	/* Offset of DMA host buffer */
host_offset       445 sound/soc/sof/sof-priv.h 	u32 host_offset;
host_offset        19 sound/soc/sof/trace.c 	loff_t host_offset = READ_ONCE(sdev->host_offset);
host_offset        26 sound/soc/sof/trace.c 	if (host_offset < pos)
host_offset        30 sound/soc/sof/trace.c 	if (host_offset > pos)
host_offset        31 sound/soc/sof/trace.c 		return host_offset - pos;
host_offset       123 sound/soc/sof/trace.c 		sdev->host_offset = 0;
host_offset       184 sound/soc/sof/trace.c 	sdev->host_offset = 0;
host_offset       280 sound/soc/sof/trace.c 	if (sdev->dtrace_is_enabled && sdev->host_offset != posn->host_offset) {
host_offset       281 sound/soc/sof/trace.c 		sdev->host_offset = posn->host_offset;