off_voices 196 sound/drivers/opl4/opl4_local.h struct list_head off_voices; off_voices 283 sound/drivers/opl4/opl4_synth.c INIT_LIST_HEAD(&opl4->off_voices); off_voices 288 sound/drivers/opl4/opl4_synth.c list_add_tail(&opl4->voices[i].list, &opl4->off_voices); off_voices 467 sound/drivers/opl4/opl4_synth.c if (!list_empty(&opl4->off_voices)) off_voices 468 sound/drivers/opl4/opl4_synth.c return list_entry(opl4->off_voices.next, struct opl4_voice, list); off_voices 557 sound/drivers/opl4/opl4_synth.c list_move_tail(&voice->list, &opl4->off_voices); off_voices 572 sound/drivers/opl4/opl4_synth.c list_move_tail(&voice->list, &opl4->off_voices);