Searched refs:ccallback (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/sound/ |
H A D | timer.h | 90 void (*ccallback) (struct snd_timer_instance * timeri, member
|
/openbmc/linux/sound/core/ |
H A D | timer.c | 515 if (ti->ccallback) in snd_timer_notify1() 516 ti->ccallback(ti, event, &tstamp, resolution); in snd_timer_notify1() 525 if (ts->ccallback) in snd_timer_notify1() 526 ts->ccallback(ts, event, &tstamp, resolution); in snd_timer_notify1() 1102 if (ti->ccallback) in snd_timer_notify() 1103 ti->ccallback(ti, event, tstamp, resolution); in snd_timer_notify() 1105 if (ts->ccallback) in snd_timer_notify() 1106 ts->ccallback(ts, event, tstamp, resolution); in snd_timer_notify() 1799 tu->timeri->ccallback = snd_timer_user_ccallback; in snd_timer_user_tselect()
|
/openbmc/linux/sound/drivers/ |
H A D | aloop.c | 1138 timeri->ccallback = loopback_snd_timer_event; in loopback_snd_timer_open()
|