Home
last modified time | relevance | path

Searched refs:codec_dev (Results 1 – 11 of 11) sorted by relevance

/drivers/staging/greybus/
A Daudio_topology.c383 struct device *codec_dev = widget->dapm->dev; in gbcodec_mixer_dapm_ctl_get() local
384 struct gbaudio_codec_info *gb = dev_get_drvdata(codec_dev); in gbcodec_mixer_dapm_ctl_get()
432 struct device *codec_dev = widget->dapm->dev; in gbcodec_mixer_dapm_ctl_put() local
433 struct gbaudio_codec_info *gb = dev_get_drvdata(codec_dev); in gbcodec_mixer_dapm_ctl_put()
715 struct device *codec_dev = widget->dapm->dev; in gbcodec_enum_dapm_ctl_get() local
716 struct gbaudio_codec_info *gb = dev_get_drvdata(codec_dev); in gbcodec_enum_dapm_ctl_get()
762 struct device *codec_dev = widget->dapm->dev; in gbcodec_enum_dapm_ctl_put() local
829 dev_err_ratelimited(codec_dev, in gbcodec_enum_dapm_ctl_put()
927 struct device *codec_dev = w->dapm->dev; in gbaudio_widget_event() local
942 dev_err(codec_dev, "Invalid widget name:%s\n", w->name); in gbaudio_widget_event()
[all …]
/drivers/platform/x86/x86-android-tablets/
A Dlenovo.c489 struct device *codec_dev; in lenovo_yoga_tab2_830_1050_init_codec() local
493 codec_dev = bus_find_device_by_name(&spi_bus_type, NULL, in lenovo_yoga_tab2_830_1050_init_codec()
495 if (!codec_dev) { in lenovo_yoga_tab2_830_1050_init_codec()
504 pinctrl = pinctrl_get_select(codec_dev, "codec_32khz_clk"); in lenovo_yoga_tab2_830_1050_init_codec()
506 ret = dev_err_probe(codec_dev, PTR_ERR(pinctrl), "selecting codec_32khz_clk\n"); in lenovo_yoga_tab2_830_1050_init_codec()
511 put_device(codec_dev); in lenovo_yoga_tab2_830_1050_init_codec()
519 put_device(codec_dev); in lenovo_yoga_tab2_830_1050_init_codec()
/drivers/gpu/drm/display/
A Ddrm_hdmi_audio_helper.c98 struct device *codec_dev) in drm_connector_hdmi_audio_hook_plugged_cb() argument
105 connector->hdmi_audio.plugged_cb_dev = codec_dev; in drm_connector_hdmi_audio_hook_plugged_cb()
108 fn(codec_dev, connector->hdmi_audio.last_state); in drm_connector_hdmi_audio_hook_plugged_cb()
/drivers/gpu/drm/bridge/synopsys/
A Ddw-hdmi-gp-audio.c131 struct device *codec_dev) in audio_hook_plugged_cb() argument
135 return dw_hdmi_set_plugged_cb(dw->data.hdmi, fn, codec_dev); in audio_hook_plugged_cb()
A Ddw-hdmi-i2s-audio.c173 struct device *codec_dev) in dw_hdmi_i2s_hook_plugged_cb() argument
178 return dw_hdmi_set_plugged_cb(hdmi, fn, codec_dev); in dw_hdmi_i2s_hook_plugged_cb()
A Ddw-hdmi.c197 struct device *codec_dev; member
225 if (hdmi->plugged_cb && hdmi->codec_dev) in handle_plugged_change()
226 hdmi->plugged_cb(hdmi->codec_dev, plugged); in handle_plugged_change()
230 struct device *codec_dev) in dw_hdmi_set_plugged_cb() argument
236 hdmi->codec_dev = codec_dev; in dw_hdmi_set_plugged_cb()
/drivers/gpu/drm/mediatek/
A Dmtk_hdmi.c174 struct device *codec_dev; member
1119 if (hdmi->plugged_cb && hdmi->codec_dev) in mtk_hdmi_update_plugged_status()
1120 hdmi->plugged_cb(hdmi->codec_dev, connected); in mtk_hdmi_update_plugged_status()
1570 struct device *codec_dev) in mtk_hdmi_audio_set_plugged_cb() argument
1574 hdmi->codec_dev = codec_dev; in mtk_hdmi_audio_set_plugged_cb()
1580 struct device *codec_dev) in mtk_hdmi_audio_hook_plugged_cb() argument
1584 mtk_hdmi_audio_set_plugged_cb(hdmi, fn, codec_dev); in mtk_hdmi_audio_hook_plugged_cb()
A Dmtk_dp.c134 struct device *codec_dev; member
2114 if (mtk_dp->plugged_cb && mtk_dp->codec_dev) in mtk_dp_update_plugged_status()
2115 mtk_dp->plugged_cb(mtk_dp->codec_dev, in mtk_dp_update_plugged_status()
2631 struct device *codec_dev) in mtk_dp_audio_hook_plugged_cb() argument
2637 mtk_dp->codec_dev = codec_dev; in mtk_dp_audio_hook_plugged_cb()
/drivers/gpu/drm/bridge/analogix/
A Danx7625.h464 struct device *codec_dev; member
A Danx7625.c1974 if (ctx->plugged_cb && ctx->codec_dev) { in anx7625_audio_update_connector_status()
1975 ctx->plugged_cb(ctx->codec_dev, in anx7625_audio_update_connector_status()
1982 struct device *codec_dev) in anx7625_audio_hook_plugged_cb() argument
1987 ctx->codec_dev = codec_dev; in anx7625_audio_hook_plugged_cb()
/drivers/gpu/drm/bridge/
A Dite-it6505.c478 struct device *codec_dev; member
2445 if (it6505->plugged_cb && it6505->codec_dev) in it6505_plugged_status_to_codec()
2446 it6505->plugged_cb(it6505->codec_dev, in it6505_plugged_status_to_codec()
3074 struct device *codec_dev) in it6505_audio_hook_plugged_cb() argument
3079 it6505->codec_dev = codec_dev; in it6505_audio_hook_plugged_cb()

Completed in 46 milliseconds