audio_tstamp_report   66 include/sound/pcm.h 			struct snd_pcm_audio_tstamp_report *audio_tstamp_report);
audio_tstamp_report  420 include/sound/pcm.h 	struct snd_pcm_audio_tstamp_report audio_tstamp_report;
audio_tstamp_report  214 sound/core/pcm_lib.c 		(runtime->audio_tstamp_report.actual_type ==
audio_tstamp_report  276 sound/core/pcm_lib.c 						&runtime->audio_tstamp_report);
audio_tstamp_report  279 sound/core/pcm_lib.c 			if (runtime->audio_tstamp_report.actual_type == SNDRV_PCM_AUDIO_TSTAMP_TYPE_DEFAULT)
audio_tstamp_report  889 sound/core/pcm_native.c 		runtime->audio_tstamp_report.valid = 0;
audio_tstamp_report  891 sound/core/pcm_native.c 		runtime->audio_tstamp_report.valid = 1;
audio_tstamp_report  905 sound/core/pcm_native.c 			if (runtime->audio_tstamp_report.valid == 1)
audio_tstamp_report  909 sound/core/pcm_native.c 								&runtime->audio_tstamp_report);
audio_tstamp_report  496 sound/pci/hda/hda_controller.c 			struct snd_pcm_audio_tstamp_report *audio_tstamp_report)
audio_tstamp_report  516 sound/pci/hda/hda_controller.c 		audio_tstamp_report->actual_type = SNDRV_PCM_AUDIO_TSTAMP_TYPE_LINK;
audio_tstamp_report  517 sound/pci/hda/hda_controller.c 		audio_tstamp_report->accuracy_report = 1; /* rest of structure is valid */
audio_tstamp_report  518 sound/pci/hda/hda_controller.c 		audio_tstamp_report->accuracy = 42; /* 24 MHz WallClock == 42ns resolution */
audio_tstamp_report  542 sound/pci/hda/hda_controller.c 		audio_tstamp_report->actual_type =
audio_tstamp_report  544 sound/pci/hda/hda_controller.c 		audio_tstamp_report->accuracy_report = 1;
audio_tstamp_report  546 sound/pci/hda/hda_controller.c 		audio_tstamp_report->accuracy = 42;
audio_tstamp_report  549 sound/pci/hda/hda_controller.c 		audio_tstamp_report->actual_type = SNDRV_PCM_AUDIO_TSTAMP_TYPE_DEFAULT;
audio_tstamp_report 1251 sound/soc/intel/skylake/skl-pcm.c 			struct snd_pcm_audio_tstamp_report *audio_tstamp_report)
audio_tstamp_report 1269 sound/soc/intel/skylake/skl-pcm.c 		audio_tstamp_report->actual_type = SNDRV_PCM_AUDIO_TSTAMP_TYPE_LINK;
audio_tstamp_report 1270 sound/soc/intel/skylake/skl-pcm.c 		audio_tstamp_report->accuracy_report = 1; /* rest of struct is valid */
audio_tstamp_report 1271 sound/soc/intel/skylake/skl-pcm.c 		audio_tstamp_report->accuracy = 42; /* 24MHzWallClk == 42ns resolution */
audio_tstamp_report 1274 sound/soc/intel/skylake/skl-pcm.c 		audio_tstamp_report->actual_type = SNDRV_PCM_AUDIO_TSTAMP_TYPE_DEFAULT;