Lines Matching defs:dobj
979 struct snd_soc_dobj *dobj;
1006 dobj = &sm->dobj;
1011 dobj = &sbe->dobj;
1017 dobj = &se->dobj;
1045 dobj->private = scontrol;
1051 struct snd_soc_dobj *dobj)
1055 struct snd_sof_control *scontrol = dobj->private;
1619 w->dobj.private = swidget;
1631 struct snd_soc_dobj *dobj)
1635 sroute = dobj->private;
1648 struct snd_soc_dobj *dobj)
1663 swidget = dobj->private;
1694 switch (widget->dobj.widget.kcontrol_type[i]) {
1697 scontrol = sm->dobj.private;
1703 scontrol = se->dobj.private;
1707 scontrol = sbe->dobj.private;
1787 dai_drv->dobj.private = spcm;
1862 struct snd_soc_dobj *dobj)
1866 struct snd_sof_pcm *spcm = dobj->private;
2066 link->dobj.private = slink;
2078 static int sof_link_unload(struct snd_soc_component *scomp, struct snd_soc_dobj *dobj)
2080 struct snd_sof_dai_link *slink = dobj->private;
2090 dobj->private = NULL;
2101 struct snd_soc_dobj *dobj = &route->dobj;
2152 dobj->private = sroute;
2440 w->dobj.private = swidget;
2448 struct snd_soc_dobj *dobj)
2450 struct snd_soc_dapm_widget *w = container_of(dobj, struct snd_soc_dapm_widget, dobj);
2453 struct snd_sof_widget *swidget = dobj->private;