Home
last modified time | relevance | path

Searched refs:tstamp_type (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/sound/core/
H A Dpcm_compat.c82 u32 tstamp_type; member
103 get_user(params.tstamp_type, &src->tstamp_type) || in snd_pcm_ioctl_sw_params_compat()
H A Dpcm_native.c914 params->tstamp_type > SNDRV_PCM_TSTAMP_TYPE_LAST) in snd_pcm_sw_params()
931 runtime->tstamp_type = params->tstamp_type; in snd_pcm_sw_params()
3167 runtime->tstamp_type = arg; in snd_pcm_tstamp()
/OK3568_Linux_fs/kernel/include/sound/
H A Dpcm.h412 int tstamp_type; /* timestamp type */ member
1182 switch (runtime->tstamp_type) { in snd_pcm_gettime()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dasound.h429 unsigned int tstamp_type; /* timestamp type (req. proto >= 2.0.12) */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dasound.h429 unsigned int tstamp_type; /* timestamp type (req. proto >= 2.0.12) */ member
/OK3568_Linux_fs/kernel/tools/include/uapi/sound/
H A Dasound.h445 unsigned int tstamp_type; /* timestamp type (req. proto >= 2.0.12) */ member
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasound.h445 unsigned int tstamp_type; /* timestamp type (req. proto >= 2.0.12) */ member
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_controller.c523 switch (runtime->tstamp_type) { in azx_get_time_info()