posn_offset       106 include/sound/sof/stream.h 	uint32_t posn_offset;
posn_offset       295 sound/soc/sof/intel/hda-ipc.c 			sof_mailbox_read(sdev, hda_stream->stream.posn_offset,
posn_offset       307 sound/soc/sof/intel/hda-ipc.c 	size_t posn_offset = reply->posn_offset;
posn_offset       313 sound/soc/sof/intel/hda-ipc.c 	if (posn_offset > sdev->stream_box.size ||
posn_offset       314 sound/soc/sof/intel/hda-ipc.c 	    posn_offset % sizeof(struct sof_ipc_stream_posn) != 0)
posn_offset       317 sound/soc/sof/intel/hda-ipc.c 	hda_stream->stream.posn_offset = sdev->stream_box.offset + posn_offset;
posn_offset       320 sound/soc/sof/intel/hda-ipc.c 		substream->stream, hda_stream->stream.posn_offset);
posn_offset        24 sound/soc/sof/intel/intel-ipc.c 	size_t posn_offset;
posn_offset        39 sound/soc/sof/intel/intel-ipc.c 			sof_mailbox_read(sdev, stream->posn_offset, p, sz);
posn_offset        49 sound/soc/sof/intel/intel-ipc.c 	size_t posn_offset = reply->posn_offset;
posn_offset        52 sound/soc/sof/intel/intel-ipc.c 	if (posn_offset > sdev->stream_box.size ||
posn_offset        53 sound/soc/sof/intel/intel-ipc.c 	    posn_offset % sizeof(struct sof_ipc_stream_posn) != 0)
posn_offset        56 sound/soc/sof/intel/intel-ipc.c 	stream->posn_offset = sdev->stream_box.offset + posn_offset;
posn_offset        59 sound/soc/sof/intel/intel-ipc.c 		substream->stream, stream->posn_offset);
posn_offset       182 sound/soc/sof/intel/shim.h 	size_t posn_offset;