Searched refs:device_data (Results 1 – 25 of 39) sorted by relevance
12
| /sound/core/ |
| A D | device.c | 35 if (snd_BUG_ON(!card || !device_data || !ops)) in snd_device_new() 44 dev->device_data = device_data; in snd_device_new() 87 if (dev->device_data == device_data) in look_for_dev() 110 if (snd_BUG_ON(!card || !device_data)) in snd_device_disconnect() 112 dev = look_for_dev(card, device_data); in snd_device_disconnect() 117 device_data, __builtin_return_address(0)); in snd_device_disconnect() 134 if (snd_BUG_ON(!card || !device_data)) in snd_device_free() 136 dev = look_for_dev(card, device_data); in snd_device_free() 141 device_data, __builtin_return_address(0)); in snd_device_free() 175 if (snd_BUG_ON(!card || !device_data)) in snd_device_register() [all …]
|
| A D | seq_device.c | 156 struct snd_seq_device *dev = device->device_data; in snd_seq_device_dev_free() 167 struct snd_seq_device *dev = device->device_data; in snd_seq_device_dev_register() 180 struct snd_seq_device *dev = device->device_data; in snd_seq_device_dev_disconnect()
|
| A D | hwdep.c | 414 snd_hwdep_free(device->device_data); in snd_hwdep_dev_free() 420 struct snd_hwdep *hwdep = device->device_data; in snd_hwdep_dev_register() 458 struct snd_hwdep *hwdep = device->device_data; in snd_hwdep_dev_disconnect()
|
| A D | jack.c | 45 struct snd_jack *jack = device->device_data; in snd_jack_dev_disconnect() 67 struct snd_jack *jack = device->device_data; in snd_jack_dev_free() 90 struct snd_jack *jack = device->device_data; in snd_jack_dev_register()
|
| A D | pcm.c | 871 struct snd_pcm *pcm = device->device_data; in snd_pcm_dev_free() 1050 if (snd_BUG_ON(!device || !device->device_data)) in snd_pcm_dev_register() 1052 pcm = device->device_data; in snd_pcm_dev_register() 1089 struct snd_pcm *pcm = device->device_data; in snd_pcm_dev_disconnect()
|
| A D | compress_offload.c | 1362 if (snd_BUG_ON(!device || !device->device_data)) in snd_compress_dev_register() 1364 compr = device->device_data; in snd_compress_dev_register() 1384 compr = device->device_data; in snd_compress_dev_disconnect() 1457 compr = device->device_data; in snd_compress_dev_free()
|
| A D | timer.c | 991 struct snd_timer *timer = device->device_data; in snd_timer_dev_free() 997 struct snd_timer *timer = dev->device_data; in snd_timer_dev_register() 1035 struct snd_timer *timer = device->device_data; in snd_timer_dev_disconnect() 1102 dev.device_data = timer; in snd_timer_global_register()
|
| A D | rawmidi.c | 1943 struct snd_rawmidi *rmidi = device->device_data; in snd_rawmidi_dev_free() 1962 struct snd_rawmidi *rmidi = device->device_data; in snd_rawmidi_dev_register() 2052 struct snd_rawmidi *rmidi = device->device_data; in snd_rawmidi_dev_disconnect()
|
| A D | control.c | 2293 struct snd_card *card = device->device_data; in snd_ctl_dev_register() 2309 struct snd_card *card = device->device_data; in snd_ctl_dev_disconnect() 2328 struct snd_card *card = device->device_data; in snd_ctl_dev_free()
|
| /sound/aoa/core/ |
| A D | alsa.c | 62 void *device_data, const struct snd_device_ops *ops) in aoa_snd_device_new() argument 69 err = snd_device_new(card, type, device_data, ops); in aoa_snd_device_new() 74 err = snd_device_register(card, device_data); in aoa_snd_device_new() 80 snd_device_free(card, device_data); in aoa_snd_device_new()
|
| /sound/hda/common/ |
| A D | beep.c | 164 struct hda_beep *beep = device->device_data; in beep_dev_register() 175 struct hda_beep *beep = device->device_data; in beep_dev_disconnect() 188 struct hda_beep *beep = device->device_data; in beep_dev_free()
|
| /sound/aoa/ |
| A D | aoa.h | 118 void *device_data, const struct snd_device_ops *ops);
|
| /sound/hda/controllers/ |
| A D | acpi.c | 42 struct azx *chip = device->device_data; in hda_acpi_dev_disconnect() 50 struct azx *azx = device->device_data; in hda_acpi_dev_free()
|
| A D | tegra.c | 219 struct azx *chip = device->device_data; in hda_tegra_dev_disconnect() 230 struct azx *chip = device->device_data; in hda_tegra_dev_free()
|
| /sound/pcmcia/pdaudiocf/ |
| A D | pdaudiocf.c | 72 struct snd_pdacf *chip = device->device_data; in snd_pdacf_dev_free()
|
| /sound/drivers/opl4/ |
| A D | opl4_lib.c | 174 struct snd_opl4 *opl4 = device->device_data; in snd_opl4_dev_free()
|
| /sound/i2c/ |
| A D | i2c.c | 61 struct snd_i2c_bus *bus = device->device_data; in snd_i2c_bus_dev_free()
|
| /sound/sh/ |
| A D | sh_dac_audio.c | 257 struct snd_sh_dac *chip = device->device_data; in snd_sh_dac_dev_free()
|
| /sound/drivers/opl3/ |
| A D | opl3_lib.c | 326 struct snd_opl3 *opl3 = device->device_data; in snd_opl3_dev_free()
|
| /sound/isa/gus/ |
| A D | gus_main.c | 101 struct snd_gus_card *gus = device->device_data; in snd_gus_dev_free()
|
| /sound/i2c/other/ |
| A D | ak4117.c | 45 struct ak4117 *chip = device->device_data; in snd_ak4117_dev_free()
|
| A D | ak4113.c | 51 struct ak4113 *chip = device->device_data; in snd_ak4113_dev_free()
|
| A D | ak4114.c | 50 struct ak4114 *chip = device->device_data; in snd_ak4114_dev_free()
|
| /sound/pci/ |
| A D | ak4531_codec.c | 334 struct snd_ak4531 *ak4531 = device->device_data; in snd_ak4531_dev_free()
|
| /sound/pci/ac97/ |
| A D | ac97_codec.c | 997 struct snd_ac97_bus *bus = device->device_data; in snd_ac97_bus_dev_free() 1019 struct snd_ac97 *ac97 = device->device_data; in snd_ac97_dev_free() 2002 struct snd_ac97 *ac97 = device->device_data; in snd_ac97_dev_register() 2024 struct snd_ac97 *ac97 = device->device_data; in snd_ac97_dev_disconnect()
|
Completed in 76 milliseconds
12