notify_position   155 sound/soc/intel/baytrail/sst-baytrail-ipc.c 	u32 (*notify_position)(struct sst_byt_stream *stream, void *data);
notify_position   282 sound/soc/intel/baytrail/sst-baytrail-ipc.c 		if (stream && stream->running && stream->notify_position) {
notify_position   284 sound/soc/intel/baytrail/sst-baytrail-ipc.c 			stream->notify_position(stream, stream->pdata);
notify_position   339 sound/soc/intel/baytrail/sst-baytrail-ipc.c 	u32 (*notify_position)(struct sst_byt_stream *stream, void *data),
notify_position   352 sound/soc/intel/baytrail/sst-baytrail-ipc.c 	stream->notify_position = notify_position;
notify_position   237 sound/soc/intel/haswell/sst-haswell-ipc.c 	u32 (*notify_position)(struct sst_hsw_stream *stream, void *data);
notify_position   493 sound/soc/intel/haswell/sst-haswell-ipc.c 		if (stream->notify_position)
notify_position   494 sound/soc/intel/haswell/sst-haswell-ipc.c 			stream->notify_position(stream, stream->pdata);
notify_position   963 sound/soc/intel/haswell/sst-haswell-ipc.c 	u32 (*notify_position)(struct sst_hsw_stream *stream, void *data),
notify_position   977 sound/soc/intel/haswell/sst-haswell-ipc.c 	stream->notify_position = notify_position;