/sound/aoa/core/ |
D | core.c | 27 if (!try_module_get(c->owner)) in attach_codec_to_fabric() 34 module_put(c->owner); in attach_codec_to_fabric() 49 module_put(c->owner); in attach_codec_to_fabric() 80 module_put(codec->owner); in aoa_codec_unregister() 100 err = aoa_alsa_init(new_fabric->name, new_fabric->owner, dev); in aoa_fabric_register() 146 module_put(codec->owner); in aoa_fabric_unlink_codec()
|
/sound/soc/au1x/ |
D | db1200.c | 63 .owner = THIS_MODULE, 81 .owner = THIS_MODULE, 88 .owner = THIS_MODULE, 127 .owner = THIS_MODULE, 148 .owner = THIS_MODULE, 169 .owner = THIS_MODULE,
|
D | db1000.c | 35 .owner = THIS_MODULE,
|
/sound/pci/hda/ |
D | hda_bind.c | 90 struct module *owner = dev->driver->owner; in hda_codec_driver_probe() local 110 if (!try_module_get(owner)) { in hda_codec_driver_probe() 143 module_put(owner); in hda_codec_driver_probe() 171 module_put(dev->driver->owner); in hda_codec_driver_remove() 181 struct module *owner) in __hda_codec_driver_register() argument 184 drv->core.driver.owner = owner; in __hda_codec_driver_register()
|
/sound/core/seq/ |
D | seq_queue.c | 78 if (q->owner == client) { in queue_list_remove() 96 static struct snd_seq_queue *queue_new(int owner, int locked) in queue_new() argument 121 q->owner = owner; in queue_new() 356 return (q->owner == client) || (!q->locked && !q->klocked); in check_access() 421 q->owner = client; in snd_seq_queue_set_owner() 740 int owner; in snd_seq_info_queues_read() local 755 owner = q->owner; in snd_seq_info_queues_read() 759 snd_iprintf(buffer, "owned by client : %d\n", owner); in snd_seq_info_queues_read()
|
D | seq_clientmgr.c | 366 client->data.user.owner = get_pid(task_pid(current)); in snd_seq_open() 383 put_pid(client->data.user.owner); in snd_seq_release() 1237 info->pid = pid_vnr(cptr->data.user.owner); in get_client_info() 1319 if (callback->owner) in snd_seq_ioctl_create_port() 1320 port->owner = callback->owner; in snd_seq_ioctl_create_port() 1564 info->owner = q->owner; in snd_seq_ioctl_create_queue() 1596 info->owner = q->owner; in snd_seq_ioctl_get_queue_info() 1611 if (info->owner != client->number) in snd_seq_ioctl_set_queue_info() 1627 if (q->owner != client->number) { in snd_seq_ioctl_set_queue_info() 1648 info->owner = q->owner; in snd_seq_ioctl_get_named_queue() [all …]
|
/sound/soc/ti/ |
D | davinci-evm.c | 277 .owner = THIS_MODULE, 291 .owner = THIS_MODULE, 304 .owner = THIS_MODULE, 317 .owner = THIS_MODULE, 329 .owner = THIS_MODULE, 341 .owner = THIS_MODULE, 379 .owner = THIS_MODULE,
|
/sound/soc/ |
D | soc-topology-test.c | 257 kunit_comp->card.owner = THIS_MODULE, in snd_soc_tplg_test_load_with_null_comp() 301 kunit_comp->card.owner = THIS_MODULE, in snd_soc_tplg_test_load_with_null_ops() 365 kunit_comp->card.owner = THIS_MODULE, in snd_soc_tplg_test_load_with_null_fw() 414 kunit_comp->card.owner = THIS_MODULE, in snd_soc_tplg_test_load_empty_tplg() 470 kunit_comp->card.owner = THIS_MODULE, in snd_soc_tplg_test_load_empty_tplg_bad_magic() 526 kunit_comp->card.owner = THIS_MODULE, in snd_soc_tplg_test_load_empty_tplg_bad_abi() 582 kunit_comp->card.owner = THIS_MODULE, in snd_soc_tplg_test_load_empty_tplg_bad_size() 639 kunit_comp->card.owner = THIS_MODULE, in snd_soc_tplg_test_load_empty_tplg_bad_payload_size() 688 kunit_comp->card.owner = THIS_MODULE, in snd_soc_tplg_test_load_pcm_tplg() 739 kunit_comp->card.owner = THIS_MODULE, in snd_soc_tplg_test_load_pcm_tplg_reload_comp() [all …]
|
/sound/isa/gus/ |
D | gus_mem.c | 134 block->owner = SNDRV_GF1_MEM_OWNER_DRIVER; in snd_gf1_mem_find() 173 struct snd_gf1_mem_block *snd_gf1_mem_alloc(struct snd_gf1_mem * alloc, int owner, in snd_gf1_mem_alloc() argument 200 block.owner = owner; in snd_gf1_mem_alloc() 235 block.owner = SNDRV_GF1_MEM_OWNER_DRIVER; in snd_gf1_mem_init() 306 switch (block->owner) { in snd_gf1_mem_info_read()
|
/sound/aoa/ |
D | aoa.h | 23 struct module *owner; member 70 struct module *owner; member
|
/sound/soc/intel/catpt/ |
D | device.c | 85 if (!try_module_get(dev->driver->owner)) { in catpt_resume() 89 module_put(dev->driver->owner); in catpt_resume() 112 if (!try_module_get(dev->driver->owner)) { in catpt_runtime_suspend() 116 module_put(dev->driver->owner); in catpt_runtime_suspend()
|
/sound/oss/dmasound/ |
D | dmasound_core.c | 327 if (!try_module_get(dmasound.mach.owner)) { in mixer_open() 340 module_put(dmasound.mach.owner); in mixer_release() 382 .owner = THIS_MODULE, 763 if (!try_module_get(dmasound.mach.owner)) { in sq_open() 812 module_put(dmasound.mach.owner); in sq_open() 897 module_put(dmasound.mach.owner); in sq_release() 1156 .owner = THIS_MODULE, 1258 if (!try_module_get(dmasound.mach.owner)) in state_open() 1332 module_put(dmasound.mach.owner); in state_release() 1352 .owner = THIS_MODULE,
|
/sound/core/ |
D | control.c | 127 if (control->vd[idx].owner == ctl) in snd_ctl_release() 128 control->vd[idx].owner = NULL; in snd_ctl_release() 244 (*kctl)->vd[idx].owner = file; in snd_ctl_new() 664 if (kctl->vd[idx].owner != NULL && kctl->vd[idx].owner != file) { in snd_ctl_remove_user_ctl() 1120 if (vd->owner) { in __snd_ctl_elem_info() 1122 if (vd->owner == ctl) in __snd_ctl_elem_info() 1124 info->owner = pid_vnr(vd->owner->pid); in __snd_ctl_elem_info() 1126 info->owner = -1; in __snd_ctl_elem_info() 1268 (file && vd->owner && vd->owner != file)) { in snd_ctl_elem_write() 1334 if (vd->owner != NULL) in snd_ctl_elem_lock() [all …]
|
D | control_compat.c | 55 s32 owner; member 108 if (put_user(data->owner, &data32->owner)) in snd_ctl_elem_info_compat() 381 if (get_user(data->owner, &data32->owner)) in snd_ctl_elem_add_compat()
|
/sound/synth/emux/ |
D | emux_seq.c | 78 pinfo.owner = THIS_MODULE; in snd_emux_init_seq() 261 if (!try_module_get(emu->ops.owner)) in __snd_emux_inc_count() 264 module_put(emu->ops.owner); in __snd_emux_inc_count() 292 module_put(emu->ops.owner); in __snd_emux_dec_count()
|
/sound/aoa/soundbus/ |
D | soundbus.h | 64 struct module *owner; member 183 struct module *owner; member
|
/sound/aoa/codecs/ |
D | toonie.c | 77 .owner = THIS_MODULE, 130 toonie->codec.owner = THIS_MODULE; in toonie_init()
|
/sound/hda/ |
D | hdac_component.c | 202 if (!try_module_get(acomp->ops->owner)) { in hdac_component_master_bind() 217 module_put(acomp->ops->owner); in hdac_component_master_bind() 231 module_put(acomp->ops->owner); in hdac_component_master_unbind()
|
/sound/soc/rockchip/ |
D | rockchip_max98090.c | 302 .owner = THIS_MODULE, 317 .owner = THIS_MODULE, 330 .owner = THIS_MODULE,
|
/sound/soc/samsung/ |
D | arndale.c | 123 .owner = THIS_MODULE, 130 .owner = THIS_MODULE,
|
D | bells.c | 405 .owner = THIS_MODULE, 425 .owner = THIS_MODULE, 445 .owner = THIS_MODULE,
|
/sound/soc/intel/atom/ |
D | sst-mfld-platform-pcm.c | 33 if (!try_module_get(dev->dev->driver->owner)) in sst_register_dsp() 38 module_put(dev->dev->driver->owner); in sst_register_dsp() 63 module_put(sst->dev->driver->owner); in sst_unregister_dsp() 317 !try_module_get(sst->dev->driver->owner)) { in sst_media_open() 371 module_put(sst->dev->driver->owner); in sst_media_close()
|
/sound/drivers/opl3/ |
D | opl3_oss.c | 20 .owner = THIS_MODULE, 61 callbacks.owner = THIS_MODULE; in snd_opl3_oss_create_port()
|
/sound/core/seq/oss/ |
D | seq_oss_synth.c | 226 if (!try_module_get(rec->oper.owner)) { in snd_seq_oss_synth_setup() 231 module_put(rec->oper.owner); in snd_seq_oss_synth_setup() 240 module_put(rec->oper.owner); in snd_seq_oss_synth_setup() 316 module_put(rec->oper.owner); in snd_seq_oss_synth_cleanup()
|
/sound/soc/sh/ |
D | sh7760-ac97.c | 30 .owner = THIS_MODULE,
|