| /sound/soc/intel/avs/ |
| A D | path.c | 362 dma_id = mod->owner->owner->dma_id; in avs_copier_create() 396 dma_id = mod->owner->owner->dma_id; in avs_whm_create() 428 path_tmpl = t->owner->owner->owner; in avs_get_module_control() 789 acomp = to_avs_soc_component(mod->template->owner->owner->owner->owner->comp); in avs_path_module_send_init_configs() 835 mod->owner = owner; in avs_path_module_create() 922 binding->owner = owner; in avs_path_binding_create() 974 mod->owner->instance_id, in avs_path_pipeline_free() 997 ppl->owner = owner; in avs_path_pipeline_create() 1049 path->owner = adev; in avs_path_init() 1139 struct avs_dev *adev = path->owner; in avs_path_free() [all …]
|
| A D | path.h | 22 struct avs_dev *owner; member 33 struct avs_path *owner; member 44 struct avs_path_pipeline *owner; member 56 struct avs_path_pipeline *owner; member
|
| A D | topology.h | 160 struct avs_tplg *owner; member 182 struct avs_tplg_path_template *owner; member 195 struct avs_tplg_path *owner; member 212 struct avs_tplg_pipeline *owner; member
|
| /sound/aoa/core/ |
| A 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/ |
| A D | db1200.c | 64 .owner = THIS_MODULE, 82 .owner = THIS_MODULE, 89 .owner = THIS_MODULE, 128 .owner = THIS_MODULE, 149 .owner = THIS_MODULE, 170 .owner = THIS_MODULE,
|
| /sound/hda/common/ |
| A D | 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() 144 module_put(owner); in hda_codec_driver_probe() 173 module_put(dev->driver->owner); in hda_codec_driver_remove() 183 struct module *owner) in __hda_codec_driver_register() argument 186 drv->core.driver.owner = owner; in __hda_codec_driver_register()
|
| /sound/soc/codecs/ |
| A D | rt-sdw-common.c | 194 unsigned int btn_type = 0, offset, idx, val, owner; in rt_sdca_button_detect() local 200 RT_SDCA_CTL_HIDTX_CURRENT_OWNER, 0), &owner); in rt_sdca_button_detect() 205 if (owner == 1) in rt_sdca_button_detect() 226 if (owner == 0) in rt_sdca_button_detect()
|
| /sound/core/seq/ |
| A D | seq_queue.c | 74 if (q->owner == client) { in queue_list_remove() 88 static struct snd_seq_queue *queue_new(int owner, int locked) in queue_new() argument 113 q->owner = owner; in queue_new() 342 return (q->owner == client) || (!q->locked && !q->klocked); in check_access() 399 q->owner = client; in snd_seq_queue_set_owner() 703 int owner; in snd_seq_info_queues_read() local 718 owner = q->owner; in snd_seq_info_queues_read() 722 snd_iprintf(buffer, "owned by client : %d\n", owner); in snd_seq_info_queues_read()
|
| A D | seq_clientmgr.c | 387 client->data.user.owner = get_pid(task_pid(current)); in snd_seq_open() 407 put_pid(client->data.user.owner); in snd_seq_release() 1267 info->pid = pid_vnr(cptr->data.user.owner); in get_client_info() 1372 if (callback->owner) in snd_seq_ioctl_create_port() 1373 port->owner = callback->owner; in snd_seq_ioctl_create_port() 1625 info->owner = q->owner; in snd_seq_ioctl_create_queue() 1657 info->owner = q->owner; in snd_seq_ioctl_get_queue_info() 1672 if (info->owner != client->number) in snd_seq_ioctl_set_queue_info() 1688 if (q->owner != client->number) { in snd_seq_ioctl_set_queue_info() 1709 info->owner = q->owner; in snd_seq_ioctl_get_named_queue() [all …]
|
| /sound/soc/ |
| A D | soc-topology-test.c | 247 kunit_comp->card.owner = THIS_MODULE; in snd_soc_tplg_test_load_with_null_comp() 289 kunit_comp->card.owner = THIS_MODULE; in snd_soc_tplg_test_load_with_null_ops() 351 kunit_comp->card.owner = THIS_MODULE; in snd_soc_tplg_test_load_with_null_fw() 399 kunit_comp->card.owner = THIS_MODULE; in snd_soc_tplg_test_load_empty_tplg() 454 kunit_comp->card.owner = THIS_MODULE; in snd_soc_tplg_test_load_empty_tplg_bad_magic() 509 kunit_comp->card.owner = THIS_MODULE; in snd_soc_tplg_test_load_empty_tplg_bad_abi() 564 kunit_comp->card.owner = THIS_MODULE; in snd_soc_tplg_test_load_empty_tplg_bad_size() 620 kunit_comp->card.owner = THIS_MODULE; in snd_soc_tplg_test_load_empty_tplg_bad_payload_size() 668 kunit_comp->card.owner = THIS_MODULE; in snd_soc_tplg_test_load_pcm_tplg() 718 kunit_comp->card.owner = THIS_MODULE; in snd_soc_tplg_test_load_pcm_tplg_reload_comp() [all …]
|
| /sound/isa/gus/ |
| A D | gus_mem.c | 141 block->owner = SNDRV_GF1_MEM_OWNER_DRIVER; in snd_gf1_mem_find() 180 struct snd_gf1_mem_block *snd_gf1_mem_alloc(struct snd_gf1_mem * alloc, int owner, in snd_gf1_mem_alloc() argument 207 block.owner = owner; in snd_gf1_mem_alloc() 241 block.owner = SNDRV_GF1_MEM_OWNER_DRIVER; in snd_gf1_mem_init() 310 switch (block->owner) { in snd_gf1_mem_info_read()
|
| /sound/aoa/ |
| A D | aoa.h | 22 struct module *owner; member 69 struct module *owner; member
|
| /sound/oss/dmasound/ |
| A D | dmasound_core.c | 328 if (!try_module_get(dmasound.mach.owner)) { in mixer_open() 341 module_put(dmasound.mach.owner); in mixer_release() 383 .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, 1257 if (!try_module_get(dmasound.mach.owner)) in state_open() 1331 module_put(dmasound.mach.owner); in state_release() 1351 .owner = THIS_MODULE,
|
| /sound/core/ |
| A D | control.c | 673 if (kctl->vd[idx].owner != NULL && kctl->vd[idx].owner != file) in snd_ctl_remove_user_ctl() 1144 if (vd->owner) { in __snd_ctl_elem_info() 1148 info->owner = pid_vnr(vd->owner->pid); in __snd_ctl_elem_info() 1150 info->owner = -1; in __snd_ctl_elem_info() 1285 (file && vd->owner && vd->owner != file)) { in snd_ctl_elem_write() 1360 if (vd->owner) in snd_ctl_elem_lock() 1362 vd->owner = file; in snd_ctl_elem_lock() 1381 if (!vd->owner) in snd_ctl_elem_unlock() 1385 vd->owner = NULL; in snd_ctl_elem_unlock() 1641 count = info->owner; in snd_ctl_elem_add() [all …]
|
| A D | control_compat.c | 55 s32 owner; member 111 if (put_user(data->owner, &data32->owner)) in snd_ctl_elem_info_compat() 391 if (get_user(data->owner, &data32->owner)) in snd_ctl_elem_add_compat()
|
| /sound/synth/emux/ |
| A D | emux_seq.c | 79 pinfo.owner = THIS_MODULE; in snd_emux_init_seq() 262 if (!try_module_get(emu->ops.owner)) in __snd_emux_inc_count() 265 module_put(emu->ops.owner); in __snd_emux_inc_count() 293 module_put(emu->ops.owner); in __snd_emux_dec_count()
|
| /sound/soc/intel/catpt/ |
| A D | device.c | 84 if (!try_module_get(dev->driver->owner)) { in catpt_resume() 88 module_put(dev->driver->owner); in catpt_resume() 111 if (!try_module_get(dev->driver->owner)) { in catpt_runtime_suspend() 115 module_put(dev->driver->owner); in catpt_runtime_suspend()
|
| /sound/aoa/soundbus/ |
| A D | soundbus.h | 64 struct module *owner; member 183 struct module *owner; member
|
| /sound/aoa/codecs/ |
| A D | toonie.c | 77 .owner = THIS_MODULE, 130 toonie->codec.owner = THIS_MODULE; in toonie_init()
|
| /sound/hda/core/ |
| A D | component.c | 201 if (!try_module_get(acomp->ops->owner)) { in hdac_component_master_bind() 216 module_put(acomp->ops->owner); in hdac_component_master_bind() 230 module_put(acomp->ops->owner); in hdac_component_master_unbind()
|
| /sound/soc/rockchip/ |
| A D | rockchip_max98090.c | 300 .owner = THIS_MODULE, 315 .owner = THIS_MODULE, 328 .owner = THIS_MODULE,
|
| /sound/soc/samsung/ |
| A D | arndale.c | 123 .owner = THIS_MODULE, 130 .owner = THIS_MODULE,
|
| A D | bells.c | 409 .owner = THIS_MODULE, 429 .owner = THIS_MODULE, 449 .owner = THIS_MODULE,
|
| /sound/core/seq/oss/ |
| A D | seq_oss_synth.c | 219 if (!try_module_get(rec->oper.owner)) { in snd_seq_oss_synth_setup() 224 module_put(rec->oper.owner); in snd_seq_oss_synth_setup() 233 module_put(rec->oper.owner); in snd_seq_oss_synth_setup() 309 module_put(rec->oper.owner); in snd_seq_oss_synth_cleanup()
|
| /sound/drivers/opl3/ |
| A D | opl3_oss.c | 20 .owner = THIS_MODULE, 61 callbacks.owner = THIS_MODULE; in snd_opl3_oss_create_port()
|