Searched refs:private_free (Results 1 - 25 of 122) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dseq_device.h44 void (*private_free)(struct snd_seq_device *device); member in struct:snd_seq_device
H A Dmixer_oss.h48 void (*private_free)(struct snd_mixer_oss_slot *slot); member in struct:snd_mixer_oss_slot
H A Di2c.h34 void (*private_free)(struct snd_i2c_device *device); member in struct:snd_i2c_device
73 void (*private_free)(struct snd_i2c_bus *bus); member in struct:snd_i2c_bus
H A Dtimer.h84 void (*private_free) (struct snd_timer *timer); member in struct:snd_timer
100 void (*private_free) (struct snd_timer_instance *ti); member in struct:snd_timer_instance
H A Dak4531_codec.h71 void (*private_free) (struct snd_ak4531 *ak4531); member in struct:snd_ak4531
H A Dhwdep.h61 void (*private_free) (struct snd_hwdep *hwdep); member in struct:snd_hwdep
H A Dseq_kernel.h72 void (*private_free)(void *private_data); member in struct:snd_seq_port_callback
H A Drawmidi.h85 void (*private_free)(struct snd_rawmidi_substream *substream); member in struct:snd_rawmidi_runtime
134 void (*private_free) (struct snd_rawmidi *rmidi); member in struct:snd_rawmidi
H A Dac97_codec.h440 void (*private_free) (struct snd_ac97_bus *bus); member in struct:snd_ac97_bus
464 void (*private_free) (struct snd_ac97 *ac97); member in struct:snd_ac97_template
476 void (*private_free) (struct snd_ac97 *ac97); member in struct:snd_ac97
H A Dcontrol.h76 void (*private_free)(struct snd_kcontrol *kcontrol); member in struct:snd_kcontrol
H A Dinfo.h82 void (*private_free)(struct snd_info_entry *entry); member in struct:snd_info_entry
H A Dopl3.h278 void (*private_free)(struct snd_opl3 *); member in struct:snd_opl3
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/gus/
H A Dgus_reset.c277 void (*private_free)(struct snd_gus_voice *voice);
285 private_free = voice->private_free;
287 voice->private_free = NULL;
294 if (private_free)
295 private_free(voice);
H A Dgus_mem_proc.c109 entry->private_free = snd_gf1_mem_proc_free;
127 entry->private_free = snd_gf1_mem_proc_free;
H A Dgus_timer.c177 timer->private_free = snd_gf1_timer1_free;
187 timer->private_free = snd_gf1_timer2_free;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_ports.h74 void (*private_free)(void *private_data); member in struct:snd_seq_client_port
H A Dseq_dummy.c181 pcb.private_free = dummy_free;
H A Dseq_device.c252 if (dev->private_free)
253 dev->private_free(dev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/i2c/
H A Di2c.c66 if (bus->private_free)
67 bus->private_free(bus);
135 if (device->private_free)
136 device->private_free(device);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/
H A Dadlib.c69 card->private_free = snd_adlib_free;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/oss/
H A Dpcm_plugin.h78 void (*private_free)(struct snd_pcm_plugin *plugin); member in struct:snd_pcm_plugin
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dpcm_timer.c151 timer->private_free = snd_pcm_timer_free;
H A Dhwdep.c385 if (hwdep->private_free)
386 hwdep->private_free(hwdep);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/opl4/
H A Dopl4_seq.c160 pcallbacks.private_free = snd_opl4_seq_free_port;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/drivers/opl3/
H A Dopl3_lib.c325 if (opl3->private_free)
326 opl3->private_free(opl3);

Completed in 194 milliseconds

12345