Lines Matching full:widget

199 		dev_err(&drv->pdev->dev, "Slot control: %s doesn't have DAPM widget!!!\n",  in sst_check_and_send_slot_map()
304 dev_dbg(&drv->pdev->dev, "Enter: widget=%s\n", pipe); in sst_find_and_send_pipe_algo()
634 dev_dbg(cmpnt->dev, "widget = %s\n", w->name); in sst_swm_mixer_event()
984 dev_dbg(c->dev, "Enter: widget=%s\n", w->name); in sst_set_be_modules()
1006 dev_dbg(c->dev, "widget=%s\n", w->name); in sst_set_media_path()
1043 dev_dbg(c->dev, "Enter:widget=%s\n", w->name); in sst_set_media_loop()
1345 dev_dbg(dai->dev, "send gains for widget=%s\n", in sst_send_pipe_gains()
1361 dev_dbg(dai->dev, "send gain for widget=%s\n", in sst_send_pipe_gains()
1375 * @w: dapm widget
1376 * @type: widget type
1378 * Fills the widget pointer in the kcontrol private data, and also fills the
1379 * kcontrol pointer in the widget private data.
1381 * Widget pointer is used to send the algo/gain in the .put() handler if the
1382 * widget is powerd on.
1384 * Kcontrol pointer is used to send the algo/gain in the widget power ON/OFF
1385 * event handler. Each widget (pipe) has multiple algos stored in the algo_list.
1422 * @w: pipe modeled as a DAPM widget
1425 * Fill the list of gains/algos for the widget by looking at all the card
1426 * controls and comparing the name of the widget with the first part of control
1427 * name. First part of control name contains the pipe name (widget name).
1482 * sst_fill_linked_widgets - fill the parent pointer for the linked widget
1513 dev_dbg(component->dev, "widget type=%d name=%s\n", in sst_map_modules_to_pipe()