Home
last modified time | relevance | path

Searched refs:ts (Results 1 – 3 of 3) sorted by relevance

/sound/core/
Dtimer.c413 struct snd_timer_instance *ts; in snd_timer_notify1() local
436 list_for_each_entry(ts, &ti->slave_active_head, active_list) in snd_timer_notify1()
437 if (ts->ccallback) in snd_timer_notify1()
438 ts->ccallback(ts, event, &tstamp, resolution); in snd_timer_notify1()
718 struct snd_timer_instance *ti, *ts, *tmp; in snd_timer_interrupt() local
769 list_for_each_entry(ts, &ti->slave_active_head, active_list) { in snd_timer_interrupt()
770 ts->pticks = ti->pticks; in snd_timer_interrupt()
771 ts->resolution = resolution; in snd_timer_interrupt()
772 if (list_empty(&ts->ack_list)) in snd_timer_interrupt()
773 list_add_tail(&ts->ack_list, ack_list_head); in snd_timer_interrupt()
[all …]
/sound/soc/intel/atom/sst/
Dsst_stream.c92 alloc_param.ts = sst_drv_ctx->info.mailbox_start + in sst_alloc_stream_mrfld()
95 alloc_param.ts = sst_drv_ctx->mailbox_add + in sst_alloc_stream_mrfld()
99 alloc_param.ts); in sst_alloc_stream_mrfld()
/sound/soc/intel/atom/
Dsst-mfld-dsp.h413 u32 ts; member