Searched refs:tread (Results 1 – 1 of 1) sorted by relevance
49 int tread; /* enhanced read with timestamps and events */ member1315 struct snd_timer_tread *tread) in snd_timer_user_append_to_tqueue() argument1320 memcpy(&tu->tqueue[tu->qtail++], tread, sizeof(*tread)); in snd_timer_user_append_to_tqueue()1338 if ((tu->filter & (1 << event)) == 0 || !tu->tread) in snd_timer_user_ccallback()1423 if (tu->tread) { in realloc_user_queue()1733 tu->timeri->callback = tu->tread in snd_timer_user_tselect()1848 if (tu->tread) { in snd_timer_user_params()1849 struct snd_timer_tread tread; in snd_timer_user_params() local1850 memset(&tread, 0, sizeof(tread)); in snd_timer_user_params()1851 tread.event = SNDRV_TIMER_EVENT_EARLY; in snd_timer_user_params()[all …]