Home
last modified time | relevance | path

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

/linux-6.6.21/sound/core/
Dtimer.c71 int tread; /* enhanced read with timestamps and events */ member
1357 struct snd_timer_tread64 *tread) in snd_timer_user_append_to_tqueue() argument
1362 memcpy(&tu->tqueue[tu->qtail++], tread, sizeof(*tread)); in snd_timer_user_append_to_tqueue()
1380 if ((tu->filter & (1 << event)) == 0 || !tu->tread) in snd_timer_user_ccallback()
1469 if (tu->tread) { in realloc_user_queue()
1787 tu->timeri->callback = tu->tread in snd_timer_user_tselect()
1910 if (tu->tread) { in snd_timer_user_params()
1911 struct snd_timer_tread64 tread; in snd_timer_user_params() local
1912 memset(&tread, 0, sizeof(tread)); in snd_timer_user_params()
1913 tread.event = SNDRV_TIMER_EVENT_EARLY; in snd_timer_user_params()
[all …]