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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/korg1212/
H A Dkorg1212.c339 int stop_pending_cnt; /* counter for stop pending check */ member in struct:snd_korg1212
598 if (! korg1212->stop_pending_cnt) {
601 korg1212->stop_pending_cnt = HZ;
626 korg1212->stop_pending_cnt = 0;
632 if (--korg1212->stop_pending_cnt > 0) {
1528 if (korg1212->stop_pending_cnt > 0) {
1536 korg1212->stop_pending_cnt = 0;

Completed in 112 milliseconds