Lines Matching defs:widget
35 dev_err(sdev->dev, "%s: can't find widget with id %d\n", __func__,
47 * widget use_count would always be > 0 in this case. For the others,
48 * just return the cached value if the widget is not set up.
582 struct snd_soc_dapm_widget *widget;
627 widget = swidget->widget;
628 for (i = 0; i < widget->num_kcontrols; i++) {
630 if (widget->dobj.widget.kcontrol_type[i] == type &&
631 widget->kcontrol_news[i].index == cdata->index) {
632 kc = widget->kcontrols[i];
709 /* set up all controls for the widget */
716 "kcontrol %d set up failed for widget %s\n",
717 scontrol->comp_id, swidget->widget->name);
733 "kcontrol %d read failed for widget %s\n",
734 scontrol->comp_id, swidget->widget->name);