Home
last modified time | relevance | path

Searched refs:tselect (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/core/
H A Dtimer.c1757 struct snd_timer_select tselect; in snd_timer_user_tselect() local
1767 if (copy_from_user(&tselect, _tselect, sizeof(tselect))) { in snd_timer_user_tselect()
1772 if (tselect.id.dev_class != SNDRV_TIMER_CLASS_SLAVE) in snd_timer_user_tselect()
1773 tselect.id.dev_sclass = SNDRV_TIMER_SCLASS_APPLICATION; in snd_timer_user_tselect()
1787 err = snd_timer_open(tu->timeri, &tselect.id, current->pid); in snd_timer_user_tselect()
/kernel/linux/linux-6.6/sound/core/
H A Dtimer.c1763 struct snd_timer_select tselect; in snd_timer_user_tselect() local
1773 if (copy_from_user(&tselect, _tselect, sizeof(tselect))) { in snd_timer_user_tselect()
1778 if (tselect.id.dev_class != SNDRV_TIMER_CLASS_SLAVE) in snd_timer_user_tselect()
1779 tselect.id.dev_sclass = SNDRV_TIMER_SCLASS_APPLICATION; in snd_timer_user_tselect()
1793 err = snd_timer_open(tu->timeri, &tselect.id, current->pid); in snd_timer_user_tselect()

Completed in 6 milliseconds