stream_box        283 sound/soc/sof/intel/hda-ipc.c 	if (!substream || !sdev->stream_box.size) {
stream_box        313 sound/soc/sof/intel/hda-ipc.c 	if (posn_offset > sdev->stream_box.size ||
stream_box        317 sound/soc/sof/intel/hda-ipc.c 	hda_stream->stream.posn_offset = sdev->stream_box.offset + posn_offset;
stream_box         32 sound/soc/sof/intel/intel-ipc.c 	if (!substream || !sdev->stream_box.size) {
stream_box         52 sound/soc/sof/intel/intel-ipc.c 	if (posn_offset > sdev->stream_box.size ||
stream_box         56 sound/soc/sof/intel/intel-ipc.c 	stream->posn_offset = sdev->stream_box.offset + posn_offset;
stream_box        203 sound/soc/sof/loader.c 	sdev->stream_box.offset = stream_offset;
stream_box        204 sound/soc/sof/loader.c 	sdev->stream_box.size = stream_size;
stream_box        397 sound/soc/sof/sof-priv.h 	struct snd_sof_mailbox stream_box;	/* Stream position update */