Lines Matching refs:widget
27 /* find widget associated with the control */
36 dev_err(scomp->dev, "Failed to find widget for kcontrol %s\n", scontrol->name);
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.
169 /* find widget associated with the control */
178 dev_err(scomp->dev, "Failed to find widget for kcontrol %s\n", scontrol->name);
411 /* find widget associated with the control */
420 dev_err(scomp->dev, "Failed to find widget for kcontrol %s\n", scontrol->name);
470 /* find widget associated with the control */
479 dev_err(scomp->dev, "Failed to find widget for kcontrol %s\n", scontrol->name);
804 struct snd_soc_dapm_widget *widget;
843 dev_err(sdev->dev, "%s: Failed to find widget for module %u.%u\n",
870 "%s: Failed to find control on widget %s: %u:%u\n",
871 __func__, swidget->widget->name, ndata->event_id & 0xffff,
926 widget = swidget->widget;
927 for (i = 0; i < widget->num_kcontrols; i++) {
929 if (widget->dobj.widget.kcontrol_type[i] == type &&
930 widget->kcontrol_news[i].index == cdata->index) {
931 kc = widget->kcontrols[i];
943 /* set up all controls for the widget */
972 "kcontrol %d set up failed for widget %s\n",
973 scontrol->comp_id, swidget->widget->name);