Home
last modified time | relevance | path

Searched refs:dobj (Results 1 – 24 of 24) sorted by relevance

/linux-6.15/drivers/gpu/drm/armada/
H A Darmada_gem.c52 if (dobj->page) { in armada_gem_free_object()
62 if (dobj->addr) in armada_gem_free_object()
68 if (dobj->sgt) in armada_gem_free_object()
76 kfree(dobj); in armada_gem_free_object()
184 if (!dobj->addr && dobj->linear) in armada_gem_map_object()
185 dobj->addr = ioremap_wc(dobj->phys_addr, dobj->obj.size); in armada_gem_map_object()
375 dobj->update(dobj->update_data); in armada_gem_pwrite_ioctl()
426 sg_set_page(sgt->sgl, dobj->page, dobj->obj.size, 0); in armada_gem_prime_map_dma_buf()
522 if (!dobj) { in armada_gem_prime_import()
554 if (sg_dma_len(dobj->sgt->sgl) < dobj->obj.size) { in armada_gem_map_import()
[all …]
/linux-6.15/sound/soc/
H A Dsoc-topology.c353 if (dobj->unload) in soc_tplg_remove_kcontrol()
354 dobj->unload(comp, dobj); in soc_tplg_remove_kcontrol()
367 if (dobj->unload) in soc_tplg_remove_route()
368 dobj->unload(comp, dobj); in soc_tplg_remove_route()
379 container_of(dobj, struct snd_soc_dapm_widget, dobj); in soc_tplg_remove_widget()
386 dobj->unload(comp, dobj); in soc_tplg_remove_widget()
402 container_of(dobj, struct snd_soc_dai_driver, dobj); in soc_tplg_remove_dai()
409 dobj->unload(comp, dobj); in soc_tplg_remove_dai()
423 container_of(dobj, struct snd_soc_dai_link, dobj); in soc_tplg_remove_link()
429 dobj->unload(comp, dobj); in soc_tplg_remove_link()
[all …]
/linux-6.15/drivers/gpu/drm/radeon/
H A Dradeon_benchmark.c90 struct radeon_bo *dobj = NULL; in radeon_benchmark_move() local
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()
157 radeon_bo_unreserve(dobj); in radeon_benchmark_move()
[all …]
/linux-6.15/sound/soc/qcom/qdsp6/
H A Dtopology.c593 dobj = &w->dobj; in audioreach_widget_load_module_common()
594 dobj->private = mod; in audioreach_widget_load_module_common()
614 dobj = &w->dobj; in audioreach_widget_load_enc_dec_cnv()
615 mod = dobj->private; in audioreach_widget_load_enc_dec_cnv()
770 dobj = &w->dobj; in audioreach_widget_load_buffer()
771 mod = dobj->private; in audioreach_widget_load_buffer()
815 dobj = &w->dobj; in audioreach_widget_load_mixer()
877 dobj = &w->dobj; in audioreach_widget_load_pga()
1041 dobj = &sm->dobj; in audioreach_route_load()
1235 dobj = &sm->dobj; in audioreach_control_load()
[all …]
/linux-6.15/sound/soc/sof/
H A Dcontrol.c22 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.private; in snd_sof_bytes_ext_put()
[all …]
H A Dsof-audio.c313 if (!widget->dobj.private) in sof_setup_pipeline_connections()
320 if (p->sink->dobj.private) { in sof_setup_pipeline_connections()
329 if (!widget->dobj.private) in sof_setup_pipeline_connections()
336 if (p->source->dobj.private) { in sof_setup_pipeline_connections()
410 struct snd_sof_widget *swidget = widget->dobj.private; in sof_unprepare_widgets_in_path()
433 if (!p->walking && p->sink->dobj.private) { in sof_unprepare_widgets_in_path()
449 struct snd_sof_widget *swidget = widget->dobj.private; in sof_prepare_widgets_in_path()
479 if (!p->walking && p->sink->dobj.private) { in sof_prepare_widgets_in_path()
515 if (widget->dobj.private) { in sof_free_widgets_in_path()
516 err = sof_widget_free(sdev, widget->dobj.private); in sof_free_widgets_in_path()
[all …]
H A Dtopology.c961 struct snd_soc_dobj *dobj; in sof_control_load() local
988 dobj = &sm->dobj; in sof_control_load()
993 dobj = &sbe->dobj; in sof_control_load()
999 dobj = &se->dobj; in sof_control_load()
1025 dobj->private = scontrol; in sof_control_load()
1592 w->dobj.private = swidget; in sof_widget_ready()
1608 sroute = dobj->private; in sof_route_unload()
1636 swidget = dobj->private; in sof_widget_unload()
2073 dobj->private = NULL; in sof_link_unload()
2084 struct snd_soc_dobj *dobj = &route->dobj; in sof_route_load() local
[all …]
H A Dipc3-control.c601 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 Dipc3-topology.c816 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 Dipc4-pcm.c680 struct snd_sof_widget *swidget = w->dobj.private; in sof_ipc4_pcm_dai_link_fixup()
829 struct snd_sof_widget *swidget = widget->dobj.private; in sof_ipc4_build_time_info()
H A Dipc4-control.c777 if (widget->dobj.widget.kcontrol_type[i] == type && in sof_ipc4_control_update()
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_benchmark.c78 struct amdgpu_bo *dobj = NULL; in amdgpu_benchmark_move() local
95 &dobj, in amdgpu_benchmark_move()
117 if (dobj) in amdgpu_benchmark_move()
118 amdgpu_bo_free_kernel(&dobj, &daddr, NULL); in amdgpu_benchmark_move()
/linux-6.15/sound/soc/intel/avs/
H A Dcontrol.c54 struct avs_control_data *ctl_data = mc->dobj.private; in avs_control_volume_get()
95 ctl_data = mc->dobj.private; in avs_control_volume_put()
137 struct avs_control_data *ctl_data = mc->dobj.private; in avs_control_mute_get()
178 ctl_data = mc->dobj.private; in avs_control_mute_put()
H A Dpath.c391 ctl_data = (struct avs_control_data *)mc->dobj.private; in avs_get_module_control()
407 ctl_data = mc->dobj.private; in avs_peakvol_set_volume()
443 ctl_data = mc->dobj.private; in avs_peakvol_set_mute()
H A Dtopology.c1970 mc->dobj.private = ctl_data; in avs_control_load()
/linux-6.15/sound/soc/sof/intel/
H A Dhda-dai-ops.c135 swidget = w->dobj.private; in hda_ipc4_get_hext_stream()
307 swidget = w->dobj.private; in hda_ipc4_pre_trigger()
384 swidget = w->dobj.private; in hda_ipc4_post_trigger()
H A Dhda-dai.c35 struct snd_sof_widget *swidget = w->dobj.private; in hda_dai_config()
73 struct snd_sof_widget *swidget = w->dobj.private; in hda_dai_get_ops()
355 struct snd_sof_widget *swidget = w->dobj.private; in widget_to_copier()
670 swidget = w->dobj.private; in hda_dai_suspend()
H A Dhda.h1048 struct snd_sof_widget *swidget = w->dobj.private; in widget_to_sdev()
H A Dhda.c85 struct snd_sof_widget *swidget = w->dobj.private; in sdw_params_free()
/linux-6.15/include/sound/
H A Dsoc-topology.h65 int (*unload)(struct snd_soc_component *comp, struct snd_soc_dobj *dobj);
H A Dsoc.h805 struct snd_soc_dobj dobj; /* For topology */ member
1231 struct snd_soc_dobj dobj; member
1244 struct snd_soc_dobj dobj; member
1270 struct snd_soc_dobj dobj; member
H A Dsoc-dapm.h579 struct snd_soc_dobj dobj; member
654 struct snd_soc_dobj dobj; member
H A Dsoc-dai.h407 struct snd_soc_dobj dobj; member
/linux-6.15/net/phonet/
H A Dpep.c630 u16 dobj = pn_sockaddr_get_object(dst); in pep_find_pipe() local
636 if (pnnode->pn_sk.sobject != dobj) in pep_find_pipe()