Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/pci/korg1212/
H A Dkorg1212.c312 int stop_pending_cnt; /* counter for stop pending check */ member
569 if (! korg1212->stop_pending_cnt) { in snd_korg1212_SendStop()
572 korg1212->stop_pending_cnt = HZ; in snd_korg1212_SendStop()
596 korg1212->stop_pending_cnt = 0; in snd_korg1212_timer_func()
602 if (--korg1212->stop_pending_cnt > 0) { in snd_korg1212_timer_func()
1555 if (korg1212->stop_pending_cnt > 0) { in snd_korg1212_prepare()
1563 korg1212->stop_pending_cnt = 0; in snd_korg1212_prepare()
/kernel/linux/linux-6.6/sound/pci/korg1212/
H A Dkorg1212.c312 int stop_pending_cnt; /* counter for stop pending check */ member
568 if (! korg1212->stop_pending_cnt) { in snd_korg1212_SendStop()
571 korg1212->stop_pending_cnt = HZ; in snd_korg1212_SendStop()
595 korg1212->stop_pending_cnt = 0; in snd_korg1212_timer_func()
601 if (--korg1212->stop_pending_cnt > 0) { in snd_korg1212_timer_func()
1547 if (korg1212->stop_pending_cnt > 0) { in snd_korg1212_prepare()
1555 korg1212->stop_pending_cnt = 0; in snd_korg1212_prepare()

Completed in 11 milliseconds