Home
last modified time | relevance | path

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

/Linux-v5.10/sound/core/
Dtimer.c1138 struct snd_timer_system_private { struct
1148 struct snd_timer_system_private *priv = from_timer(priv, t, in snd_timer_s_function() argument
1159 struct snd_timer_system_private *priv; in snd_timer_s_start()
1162 priv = (struct snd_timer_system_private *) timer->private_data; in snd_timer_s_start()
1178 struct snd_timer_system_private *priv; in snd_timer_s_stop()
1181 priv = (struct snd_timer_system_private *) timer->private_data; in snd_timer_s_stop()
1194 struct snd_timer_system_private *priv; in snd_timer_s_close()
1196 priv = (struct snd_timer_system_private *)timer->private_data; in snd_timer_s_close()
1219 struct snd_timer_system_private *priv; in snd_timer_register_system()