| /linux/sound/i2c/ |
| H A D | i2c.c | 53 if (bus->private_free) in snd_i2c_bus_free() 54 bus->private_free(bus); in snd_i2c_bus_free() 124 if (device->private_free) in snd_i2c_device_free() 125 device->private_free(device); in snd_i2c_device_free()
|
| /linux/include/sound/ |
| H A D | i2c.h | 18 void (*private_free)(struct snd_i2c_device *device); member 57 void (*private_free)(struct snd_i2c_bus *bus); member
|
| H A D | ac97_codec.h | 202 void (*private_free) (struct snd_ac97_bus *bus); member 226 void (*private_free) (struct snd_ac97 *ac97); member 238 void (*private_free) (struct snd_ac97 *ac97); member
|
| H A D | ak4531_codec.h | 56 void (*private_free) (struct snd_ak4531 *ak4531); member
|
| H A D | mixer_oss.h | 33 void (*private_free)(struct snd_mixer_oss_slot *slot); member
|
| H A D | jack.h | 75 void (*private_free)(struct snd_jack *); member
|
| H A D | hwdep.h | 55 void (*private_free) (struct snd_hwdep *hwdep); member
|
| H A D | seq_kernel.h | 52 void (*private_free)(void *private_data); member
|
| H A D | opl3.h | 298 void (*private_free)(struct snd_opl3 *); member
|
| /linux/sound/isa/gus/ |
| H A D | gus_mem_proc.c | 61 entry->private_free = snd_gf1_mem_proc_free; in snd_gf1_mem_proc_init() 79 entry->private_free = snd_gf1_mem_proc_free; in snd_gf1_mem_proc_init()
|
| /linux/drivers/media/pci/cobalt/ |
| H A D | cobalt-alsa-main.c | 41 sc->private_free = NULL; in snd_cobalt_card_private_free() 56 sc->private_free = snd_cobalt_card_private_free; in snd_cobalt_card_create()
|
| /linux/drivers/media/pci/cx18/ |
| H A D | cx18-alsa-main.c | 73 sc->private_free = NULL; in snd_cx18_card_private_free() 88 sc->private_free = snd_cx18_card_private_free; in snd_cx18_card_create()
|
| /linux/sound/core/ |
| H A D | vmaster.c | 233 if (follower->follower.private_free) in follower_free() 234 follower->follower.private_free(&follower->follower); in follower_free() 275 follower->private_free = follower_free; in _snd_ctl_add_follower() 446 kctl->private_free = master_free; in snd_ctl_make_virtual_master()
|
| H A D | seq_device.c | 181 if (dev->private_free) in snd_seq_device_dev_disconnect() 182 dev->private_free(dev); in snd_seq_device_dev_disconnect()
|
| H A D | jack.c | 76 if (jack->private_free) in snd_jack_dev_free() 77 jack->private_free(jack); in snd_jack_dev_free() 452 kctl->private_free = snd_jack_kctl_private_free; in snd_jack_kctl_new()
|
| H A D | ump.c | 117 if (fb->private_free) in snd_ump_endpoint_free() 118 fb->private_free(fb); in snd_ump_endpoint_free() 122 if (ump->private_free) in snd_ump_endpoint_free() 123 ump->private_free(ump); in snd_ump_endpoint_free() 189 ump->core.private_free = snd_ump_endpoint_free; in snd_ump_endpoint_new() 229 ump->seq_dev->private_free = snd_ump_dev_seq_free; in snd_ump_dev_register()
|
| H A D | pcm_timer.c | 119 timer->private_free = snd_pcm_timer_free; in snd_pcm_timer_init()
|
| H A D | hwdep.c | 344 if (hwdep->private_free) in snd_hwdep_free() 345 hwdep->private_free(hwdep); in snd_hwdep_free()
|
| /linux/drivers/media/pci/ivtv/ |
| H A D | ivtv-alsa-main.c | 70 sc->private_free = NULL; in snd_ivtv_card_private_free() 85 sc->private_free = snd_ivtv_card_private_free; in snd_ivtv_card_create()
|
| /linux/sound/pci/ctxfi/ |
| H A D | ctpcm.c | 154 runtime->private_free = ct_atc_pcm_free_substream; in ct_pcm_playback_open() 295 runtime->private_free = ct_atc_pcm_free_substream; in ct_pcm_capture_open()
|
| /linux/sound/usb/ |
| H A D | mixer.h | 43 void (*private_free)(struct usb_mixer_interface *mixer); member
|
| /linux/sound/drivers/opl3/ |
| H A D | opl3_lib.c | 301 if (opl3->private_free) in snd_opl3_free() 302 opl3->private_free(opl3); in snd_opl3_free()
|
| /linux/sound/core/seq/ |
| H A D | seq_dummy.c | 143 pcb.private_free = dummy_free; in create_port()
|
| /linux/sound/drivers/pcsp/ |
| H A D | pcsp.c | 133 card->private_free = alsa_card_pcsp_free; in snd_card_pcsp_probe()
|
| /linux/sound/usb/6fire/ |
| H A D | chip.c | 123 card->private_free = usb6fire_card_free; in usb6fire_chip_probe()
|