Searched refs:private_free (Results 51 - 75 of 141) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ca0106/
H A Dca_midi.c311 rmidi->private_free = ca_rmidi_free;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/synth/emux/
H A Demux_seq.c168 callback->private_free = free_port;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dcore.h112 void (*private_free) (struct snd_card *card); /* callback for freeing of member in struct:snd_card
H A Dtrident.h332 void (*private_free)(struct snd_trident_voice *voice); member in struct:snd_trident_voice
H A Dgus.h292 void (*private_free)(struct snd_gus_voice *voice); member in struct:snd_gus_voice
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/usx2y/
H A Dusbusx2y.c353 card->private_free = snd_usX2Y_card_private_free;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/
H A Dopl3sa2.c530 case 0: chip->master_switch = kctl; kctl->private_free = snd_opl3sa2_master_free; break;
531 case 1: chip->master_volume = kctl; kctl->private_free = snd_opl3sa2_master_free; break;
634 card->private_free = snd_opl3sa2_free;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/oss/
H A Dmixer_oss.c929 if (rslot->private_free)
930 rslot->private_free(rslot);
1080 rslot->private_free = snd_mixer_oss_slot_free;
1306 if (chn->private_free)
1307 chn->private_free(chn);
H A Dpcm_plugin.c188 if (plugin->private_free)
189 plugin->private_free(plugin);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Drawmidi.c491 if (substream->runtime->private_free)
492 substream->runtime->private_free(substream);
1524 if (rmidi->private_free)
1525 rmidi->private_free(rmidi);
1617 rmidi->seq_dev->private_free = snd_rawmidi_dev_seq_free;
H A Dtimer.c353 if (timeri->private_free)
354 timeri->private_free(timeri);
818 if (timer->private_free)
819 timer->private_free(timer);
1028 timer->private_free = snd_timer_free_system;
H A Dcontrol.c274 if (kcontrol->private_free)
275 kcontrol->private_free(kcontrol);
1039 kctl.private_free = snd_ctl_elem_user_free;
H A Dinfo.c939 if (entry->private_free)
940 entry->private_free(entry);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/emu10k1/
H A Demupcm.c1079 runtime->private_free = snd_emu10k1_pcm_free_substream;
1109 runtime->private_free = snd_emu10k1_pcm_free_substream;
1159 runtime->private_free = snd_emu10k1_pcm_free_substream;
1195 substream->runtime->private_free = snd_emu10k1_pcm_free_substream;
1235 substream->runtime->private_free = snd_emu10k1_pcm_free_substream;
H A Demumpu401.c347 rmidi->private_free = snd_emu10k1_midi_free;
H A Dp16v.c197 runtime->private_free = snd_p16v_pcm_free_substream;
238 runtime->private_free = snd_p16v_pcm_free_substream;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/trident/
H A Dtrident_main.c1800 runtime->private_free = snd_trident_pcm_free_substream;
1853 runtime->private_free = snd_trident_pcm_free_substream;
1928 runtime->private_free = snd_trident_pcm_free_substream;
1972 runtime->private_free = snd_trident_pcm_free_substream;
3790 void (*private_free)(struct snd_trident_voice *);
3797 private_free = voice->private_free;
3799 voice->private_free = NULL;
3811 if (private_free)
3812 private_free(voic
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/oss/
H A Dseq_oss_init.c331 callback.private_free = free_devinfo;
399 * free device informations - private_free callback of port
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/
H A Dseq_virmidi.c505 rmidi->private_free = snd_virmidi_free;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/mpu401/
H A Dmpu401_uart.c552 rmidi->private_free = snd_mpu401_uart_free;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/i2c/
H A Dtea6330t.c303 device->private_free = snd_tea6330_free;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Des1938.c1727 kctl->private_free = snd_es1938_hwv_free;
1731 kctl->private_free = snd_es1938_hwv_free;
1735 kctl->private_free = snd_es1938_hwv_free;
1739 kctl->private_free = snd_es1938_hwv_free;
H A Dad1889.c824 chip->ac97_bus->private_free = snd_ad1889_ac97_bus_free;
828 ac97.private_free = snd_ad1889_ac97_free;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/
H A Dendpoint.c136 pcm->private_free = snd_usb_audio_pcm_free;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/saa7134/
H A Dsaa7134-alsa.c774 runtime->private_free = snd_card_saa7134_runtime_free;
1082 card->private_free = snd_saa7134_free;

Completed in 370 milliseconds

123456