Home
last modified time | relevance | path

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

/Linux-v5.4/sound/core/
Dtimer.c1100 struct snd_timer_system_private { struct
1110 struct snd_timer_system_private *priv = from_timer(priv, t, in snd_timer_s_function() argument
1121 struct snd_timer_system_private *priv; in snd_timer_s_start()
1124 priv = (struct snd_timer_system_private *) timer->private_data; in snd_timer_s_start()
1140 struct snd_timer_system_private *priv; in snd_timer_s_stop()
1143 priv = (struct snd_timer_system_private *) timer->private_data; in snd_timer_s_stop()
1156 struct snd_timer_system_private *priv; in snd_timer_s_close()
1158 priv = (struct snd_timer_system_private *)timer->private_data; in snd_timer_s_close()
1181 struct snd_timer_system_private *priv; in snd_timer_register_system()