| /linux/drivers/gpu/drm/armada/ |
| H A D | armada_gem.c | 44 struct armada_gem_object *dobj = drm_to_armada_gem(obj); in armada_gem_free_object() local 47 DRM_DEBUG_DRIVER("release obj %p\n", dobj); in armada_gem_free_object() 49 drm_gem_free_mmap_offset(&dobj->obj); in armada_gem_free_object() 53 if (dobj->page) { in armada_gem_free_object() 55 unsigned int order = get_order(dobj->obj.size); in armada_gem_free_object() 56 __free_pages(dobj->page, order); in armada_gem_free_object() 57 } else if (dobj->linear) { in armada_gem_free_object() 60 drm_mm_remove_node(dobj->linear); in armada_gem_free_object() 62 kfree(dobj->linear); in armada_gem_free_object() 63 if (dobj->addr) in armada_gem_free_object() [all …]
|
| /linux/sound/soc/ |
| H A D | soc-topology.c | 345 static void soc_tplg_remove_kcontrol(struct snd_soc_component *comp, struct snd_soc_dobj *dobj, in soc_tplg_remove_kcontrol() argument 353 if (dobj->unload) in soc_tplg_remove_kcontrol() 354 dobj->unload(comp, dobj); in soc_tplg_remove_kcontrol() 356 snd_ctl_remove(card, dobj->control.kcontrol); in soc_tplg_remove_kcontrol() 357 list_del(&dobj->list); in soc_tplg_remove_kcontrol() 362 struct snd_soc_dobj *dobj, int pass) in soc_tplg_remove_route() argument 367 if (dobj->unload) in soc_tplg_remove_route() 368 dobj->unload(comp, dobj); in soc_tplg_remove_route() 370 list_del(&dobj->list); in soc_tplg_remove_route() 375 struct snd_soc_dobj *dobj, int pass) in soc_tplg_remove_widget() argument [all …]
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_benchmark.c | 90 struct radeon_bo *dobj = NULL; in radeon_benchmark_move() local 109 r = radeon_bo_create(rdev, size, PAGE_SIZE, true, ddomain, 0, NULL, NULL, &dobj); in radeon_benchmark_move() 113 r = radeon_bo_reserve(dobj, false); in radeon_benchmark_move() 116 r = radeon_bo_pin(dobj, ddomain, &daddr); in radeon_benchmark_move() 117 radeon_bo_unreserve(dobj); in radeon_benchmark_move() 125 dobj->tbo.base.resv); in radeon_benchmark_move() 136 dobj->tbo.base.resv); in radeon_benchmark_move() 153 if (dobj) { in radeon_benchmark_move() 154 r = radeon_bo_reserve(dobj, false); in radeon_benchmark_move() 156 radeon_bo_unpin(dobj); in radeon_benchmark_move() [all …]
|
| /linux/sound/soc/qcom/qdsp6/ |
| H A D | topology.c | 599 struct snd_soc_dobj *dobj; in audioreach_widget_load_module_common() local 615 dobj = &w->dobj; in audioreach_widget_load_module_common() 616 dobj->private = mod; in audioreach_widget_load_module_common() 628 struct snd_soc_dobj *dobj; in audioreach_widget_load_enc_dec_cnv() local 636 dobj = &w->dobj; in audioreach_widget_load_enc_dec_cnv() 637 mod = dobj->private; in audioreach_widget_load_enc_dec_cnv() 785 struct snd_soc_dobj *dobj; in audioreach_widget_load_buffer() local 792 dobj = &w->dobj; in audioreach_widget_load_buffer() 793 mod = dobj->private; in audioreach_widget_load_buffer() 827 struct snd_soc_dobj *dobj; in audioreach_widget_load_mixer() local [all …]
|
| /linux/sound/soc/sof/ |
| H A D | control.c | 22 struct snd_sof_control *scontrol = sm->dobj.private; in snd_sof_volume_get() 37 struct snd_sof_control *scontrol = sm->dobj.private; in snd_sof_volume_put() 51 struct snd_sof_control *scontrol = sm->dobj.private; in snd_sof_volume_info() 74 struct snd_sof_control *scontrol = sm->dobj.private; in snd_sof_switch_get() 89 struct snd_sof_control *scontrol = sm->dobj.private; in snd_sof_switch_put() 104 struct snd_sof_control *scontrol = se->dobj.private; in snd_sof_enum_get() 119 struct snd_sof_control *scontrol = se->dobj.private; in snd_sof_enum_put() 134 struct snd_sof_control *scontrol = be->dobj.private; in snd_sof_bytes_get() 149 struct snd_sof_control *scontrol = be->dobj.private; in snd_sof_bytes_put() 165 struct snd_sof_control *scontrol = be->dobj in snd_sof_bytes_ext_put() [all...] |
| H A D | sof-audio.c | 262 struct snd_sof_widget *src_widget = wsource->dobj.private; in sof_route_setup() 263 struct snd_sof_widget *sink_widget = wsink->dobj.private; in sof_route_setup() 313 struct snd_sof_widget *src_widget = wsource->dobj.private; in sof_setup_pipeline_connections() 314 struct snd_sof_widget *sink_widget = wsink->dobj.private; in sof_setup_pipeline_connections() 346 if (!widget->dobj.private) in sof_setup_pipeline_connections() 353 if (p->sink->dobj.private) { in sof_setup_pipeline_connections() 363 if (!widget->dobj.private) in sof_setup_pipeline_connections() 370 if (p->source->dobj.private) { in sof_setup_pipeline_connections() 410 src_widget = sroute->src_widget->widget->dobj.private; in sof_unprepare_widgets_in_path() 411 sink_widget = sroute->sink_widget->widget->dobj in sof_unprepare_widgets_in_path() [all...] |
| H A D | topology.c | 969 struct snd_soc_dobj *dobj; in sof_control_load() local 996 dobj = &sm->dobj; in sof_control_load() 1001 dobj = &sbe->dobj; in sof_control_load() 1007 dobj = &se->dobj; in sof_control_load() 1033 dobj->private = scontrol; in sof_control_load() 1039 struct snd_soc_dobj *dobj) in sof_control_unload() argument 1043 struct snd_sof_control *scontrol = dobj->private; in sof_control_unload() 1600 w->dobj.private = swidget; in sof_widget_ready() 1612 struct snd_soc_dobj *dobj) in sof_route_unload() argument 1616 sroute = dobj->private; in sof_route_unload() [all …]
|
| H A D | ipc3-control.c | 601 if (widget->dobj.widget.kcontrol_type[i] == type && in sof_ipc3_control_update() 615 scontrol = sm->dobj.private; in sof_ipc3_control_update() 619 scontrol = be->dobj.private; in sof_ipc3_control_update() 623 scontrol = se->dobj.private; in sof_ipc3_control_update()
|
| H A D | ipc3-topology.c | 816 switch (widget->dobj.widget.kcontrol_type[i]) { in sof_get_control_data() 819 wdata[i].control = sm->dobj.private; in sof_get_control_data() 823 wdata[i].control = sbe->dobj.private; in sof_get_control_data() 827 wdata[i].control = se->dobj.private; in sof_get_control_data() 831 widget->dobj.widget.kcontrol_type[i], widget->name); in sof_get_control_data() 842 if (widget->dobj.widget.kcontrol_type[i] == SND_SOC_TPLG_TYPE_BYTES) { in sof_get_control_data() 1982 struct snd_sof_widget *swidget = w->dobj.private; in sof_ipc3_keyword_dapm_event()
|
| H A D | ipc4-pcm.c | 827 struct snd_sof_widget *swidget = w->dobj.private; in sof_ipc4_pcm_dai_link_fixup() 977 struct snd_sof_widget *swidget = widget->dobj.private; in sof_ipc4_build_time_info()
|
| H A D | ipc4-control.c | 929 if (widget->dobj.widget.kcontrol_type[i] == type &&
|
| /linux/sound/soc/intel/avs/ |
| H A D | control.c | 53 struct avs_control_data *ctl_data = mc->dobj.private; in avs_control_volume_get() 94 ctl_data = mc->dobj.private; in avs_control_volume_put() 136 struct avs_control_data *ctl_data = mc->dobj.private; in avs_control_mute_get() 177 ctl_data = mc->dobj.private; in avs_control_mute_put()
|
| H A D | path.c | 490 ctl_data = (struct avs_control_data *)mc->dobj.private; in avs_get_module_control() 506 ctl_data = mc->dobj.private; in avs_peakvol_set_volume() 542 ctl_data = mc->dobj.private; in avs_peakvol_set_mute()
|
| H A D | topology.c | 2187 mc->dobj.private = ctl_data; in avs_control_load()
|
| /linux/drivers/crypto/ccp/ |
| H A D | sev-dev-tio.c | 378 struct spdm_dobj_hdr *dobj = sla_to_dobj_hdr(buf); in dobj_response_init() local 380 dobj->id = SPDM_DOBJ_ID_RESP; in dobj_response_init() 381 dobj->version.major = 0x1; in dobj_response_init() 382 dobj->version.minor = 0; in dobj_response_init() 383 dobj->length = 0; in dobj_response_init() 384 buf->payload_sz = sla_dobj_id_to_size(dobj->id) + dobj->length; in dobj_response_init()
|
| /linux/sound/soc/sof/intel/ |
| H A D | hda-dai.c | 35 struct snd_sof_widget *swidget = w->dobj.private; in hda_dai_config() 88 swidget = w->dobj.private; in hda_dai_get_ops() 365 struct snd_sof_widget *swidget = w->dobj.private; in non_hda_dai_hw_params_data() 680 swidget = w->dobj.private; in hda_dai_suspend()
|
| H A D | hda-dai-ops.c | 134 swidget = w->dobj.private; in hda_ipc4_get_hext_stream() 306 swidget = w->dobj.private; in hda_ipc4_pre_trigger() 383 swidget = w->dobj.private; in hda_ipc4_post_trigger()
|
| H A D | hda.h | 1062 struct snd_sof_widget *swidget = w->dobj.private;
|
| H A D | hda.c | 87 struct snd_sof_widget *swidget = w->dobj.private; in sdw_params_free()
|
| /linux/include/sound/ |
| H A D | soc-topology.h | 65 int (*unload)(struct snd_soc_component *comp, struct snd_soc_dobj *dobj);
|
| H A D | soc.h | 811 struct snd_soc_dobj dobj; /* For topology */ member 1244 struct snd_soc_dobj dobj; member 1257 struct snd_soc_dobj dobj; member 1283 struct snd_soc_dobj dobj; member
|
| H A D | soc-dapm.h | 482 struct snd_soc_dobj dobj; 556 struct snd_soc_dobj dobj; 481 struct snd_soc_dobj dobj; global() member 555 struct snd_soc_dobj dobj; global() member
|
| H A D | soc-dai.h | 408 struct snd_soc_dobj dobj; member
|
| /linux/net/phonet/ |
| H A D | pep.c | 630 u16 dobj = pn_sockaddr_get_object(dst); in pep_find_pipe() local 636 if (pnnode->pn_sk.sobject != dobj) in pep_find_pipe()
|