/kernel/linux/linux-5.10/sound/core/ |
H A D | pcm_compat.c | 172 u32 audio_tstamp_data; member 193 * get audio_tstamp_data from user, in snd_pcm_status_user_compat64() 196 if (ext && get_user(status.audio_tstamp_data, in snd_pcm_status_user_compat64() 197 (u32 __user *)(&src->audio_tstamp_data))) in snd_pcm_status_user_compat64() 219 .audio_tstamp_data = status.audio_tstamp_data, in snd_pcm_status_user_compat64()
|
H A D | pcm_native.c | 981 snd_pcm_unpack_audio_tstamp_config(status->audio_tstamp_data, in snd_pcm_status64() 1019 snd_pcm_pack_audio_tstamp_report(&status->audio_tstamp_data, in snd_pcm_status64() 1060 * get audio_tstamp_data from user, in snd_pcm_status_user64() 1063 if (ext && get_user(status.audio_tstamp_data, in snd_pcm_status_user64() 1064 (u32 __user *)(&_status->audio_tstamp_data))) in snd_pcm_status_user64() 1086 * get audio_tstamp_data from user, in snd_pcm_status_user32() 1089 if (ext && get_user(status64.audio_tstamp_data, in snd_pcm_status_user32() 1090 (u32 __user *)(&_status->audio_tstamp_data))) in snd_pcm_status_user32() 1109 .audio_tstamp_data = status64.audio_tstamp_data, in snd_pcm_status_user32() [all...] |
/kernel/linux/linux-6.6/sound/core/ |
H A D | pcm_compat.c | 172 u32 audio_tstamp_data; member 193 * get audio_tstamp_data from user, in snd_pcm_status_user_compat64() 196 if (ext && get_user(status.audio_tstamp_data, in snd_pcm_status_user_compat64() 197 (u32 __user *)(&src->audio_tstamp_data))) in snd_pcm_status_user_compat64() 219 .audio_tstamp_data = status.audio_tstamp_data, in snd_pcm_status_user_compat64()
|
H A D | pcm_native.c | 1000 snd_pcm_unpack_audio_tstamp_config(status->audio_tstamp_data, in snd_pcm_status64() 1038 snd_pcm_pack_audio_tstamp_report(&status->audio_tstamp_data, in snd_pcm_status64() 1079 * get audio_tstamp_data from user, in snd_pcm_status_user64() 1082 if (ext && get_user(status.audio_tstamp_data, in snd_pcm_status_user64() 1083 (u32 __user *)(&_status->audio_tstamp_data))) in snd_pcm_status_user64() 1105 * get audio_tstamp_data from user, in snd_pcm_status_user32() 1108 if (ext && get_user(status64.audio_tstamp_data, in snd_pcm_status_user32() 1109 (u32 __user *)(&_status->audio_tstamp_data))) in snd_pcm_status_user32() 1128 .audio_tstamp_data = status64.audio_tstamp_data, in snd_pcm_status_user32() [all...] |
/kernel/linux/linux-5.10/include/sound/ |
H A D | pcm.h | 1463 __u32 audio_tstamp_data; /* needed for 64-bit alignment, used for configs/report to/from userspace */ member 1468 __u32 audio_tstamp_accuracy; /* in ns units, only valid if indicated in audio_tstamp_data */ 1488 u32 audio_tstamp_data; /* needed for 64-bit alignment, used for configs/report to/from userspace */ member 1493 u32 audio_tstamp_accuracy; /* in ns units, only valid if indicated in audio_tstamp_data */
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | pcm.h | 1576 __u32 audio_tstamp_data; /* needed for 64-bit alignment, used for configs/report to/from userspace */ member 1581 __u32 audio_tstamp_accuracy; /* in ns units, only valid if indicated in audio_tstamp_data */ 1601 u32 audio_tstamp_data; /* needed for 64-bit alignment, used for configs/report to/from userspace */ member 1606 u32 audio_tstamp_accuracy; /* in ns units, only valid if indicated in audio_tstamp_data */
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
H A D | asound.h | 366 __u32 audio_tstamp_data; member
|
/kernel/linux/linux-5.10/tools/include/uapi/sound/ |
H A D | asound.h | 488 __u32 audio_tstamp_data; /* needed for 64-bit alignment, used for configs/report to/from userspace */ member 491 __u32 audio_tstamp_accuracy; /* in ns units, only valid if indicated in audio_tstamp_data */
|
/kernel/linux/linux-5.10/include/uapi/sound/ |
H A D | asound.h | 488 __u32 audio_tstamp_data; /* needed for 64-bit alignment, used for configs/report to/from userspace */ member 491 __u32 audio_tstamp_accuracy; /* in ns units, only valid if indicated in audio_tstamp_data */
|
/kernel/linux/linux-6.6/include/uapi/sound/ |
H A D | asound.h | 489 __u32 audio_tstamp_data; /* needed for 64-bit alignment, used for configs/report to/from userspace */ member 492 __u32 audio_tstamp_accuracy; /* in ns units, only valid if indicated in audio_tstamp_data */
|
/kernel/linux/linux-6.6/tools/include/uapi/sound/ |
H A D | asound.h | 489 __u32 audio_tstamp_data; /* needed for 64-bit alignment, used for configs/report to/from userspace */ member 492 __u32 audio_tstamp_accuracy; /* in ns units, only valid if indicated in audio_tstamp_data */
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/ |
H A D | asound.h | 383 __u32 audio_tstamp_data; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
H A D | asound.h | 383 __u32 audio_tstamp_data; member
|