Home
last modified time | relevance | path

Searched refs:TMR_WAIT_ABS (Results 1 – 5 of 5) sorted by relevance

/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/linux/
H A Dsoundcard.h331 #define SEQ_WAIT TMR_WAIT_ABS
1021 #define TMR_WAIT_ABS 2 /* Absolute time since TMR_START */ macro
1235 #define SEQ_WAIT_TIME(ticks) _TIMER_EVENT(TMR_WAIT_ABS, ticks)
/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/linux/
H A Dsoundcard.h331 #define SEQ_WAIT TMR_WAIT_ABS
1021 #define TMR_WAIT_ABS 2 /* Absolute time since TMR_START */ macro
1235 #define SEQ_WAIT_TIME(ticks) _TIMER_EVENT(TMR_WAIT_ABS, ticks)
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dsoundcard.h335 #define SEQ_WAIT TMR_WAIT_ABS
1025 #define TMR_WAIT_ABS 2 /* Absolute time since TMR_START */ macro
1240 #define SEQ_WAIT_TIME(ticks) _TIMER_EVENT(TMR_WAIT_ABS, ticks)
/OK3568_Linux_fs/kernel/sound/core/seq/oss/
H A Dseq_oss_readq.c228 rec.t.cmd = TMR_WAIT_ABS; in snd_seq_oss_readq_put_timestamp()
H A Dseq_oss_timer.c83 case TMR_WAIT_ABS: in snd_seq_oss_process_timer_event()