Home
last modified time | relevance | path

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

/device/board/osware/imx8mm/drivers/audio/soc/src/
Dimx8mm_dai_adapter.c347 struct i2c_client *codec_dev; in DaiInit() local
380 codec_dev = of_find_i2c_device_by_node(codec_np); in DaiInit()
381 if (!codec_dev) { in DaiInit()
386 pdd->mclk = devm_clk_get(&codec_dev->dev, "mclk"); in DaiInit()
/device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi-qp-i2s-audio.c188 struct device *codec_dev) in dw_hdmi_qp_i2s_hook_plugged_cb() argument
193 return dw_hdmi_qp_set_plugged_cb(hdmi, fn, codec_dev); in dw_hdmi_qp_i2s_hook_plugged_cb()
Ddw-hdmi-qp.c483 struct device *codec_dev; member
503 if (hdmi->plugged_cb && hdmi->codec_dev) { in handle_plugged_change()
504 hdmi->plugged_cb(hdmi->codec_dev, plugged); in handle_plugged_change()
508 …hdmi_qp_set_plugged_cb(struct dw_hdmi_qp *hdmi, hdmi_codec_plugged_cb fn, struct device *codec_dev) in dw_hdmi_qp_set_plugged_cb() argument
514 hdmi->codec_dev = codec_dev; in dw_hdmi_qp_set_plugged_cb()
/device/board/isoftstone/yangfan/kernel/src/driv/gpu/bridge/
Ddw-hdmi-qp-i2s-audio.c184 struct device *codec_dev) in dw_hdmi_qp_i2s_hook_plugged_cb() argument
189 return dw_hdmi_qp_set_plugged_cb(hdmi, fn, codec_dev); in dw_hdmi_qp_i2s_hook_plugged_cb()
Ddw-hdmi-qp.c279 struct device *codec_dev; member
299 if (hdmi->plugged_cb && hdmi->codec_dev) in handle_plugged_change()
300 hdmi->plugged_cb(hdmi->codec_dev, plugged); in handle_plugged_change()
304 struct device *codec_dev) in dw_hdmi_qp_set_plugged_cb() argument
310 hdmi->codec_dev = codec_dev; in dw_hdmi_qp_set_plugged_cb()
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi-qp-i2s-audio.c195 struct device *codec_dev) in dw_hdmi_qp_i2s_hook_plugged_cb() argument
200 return dw_hdmi_qp_set_plugged_cb(hdmi, fn, codec_dev); in dw_hdmi_qp_i2s_hook_plugged_cb()
Ddw-hdmi-qp.c278 struct device *codec_dev; member
298 if (hdmi->plugged_cb && hdmi->codec_dev) in handle_plugged_change()
299 hdmi->plugged_cb(hdmi->codec_dev, plugged); in handle_plugged_change()
303 struct device *codec_dev) in dw_hdmi_qp_set_plugged_cb() argument
309 hdmi->codec_dev = codec_dev; in dw_hdmi_qp_set_plugged_cb()
/device/soc/rockchip/common/sdk_linux/include/drm/bridge/
Ddw_hdmi.h227 int dw_hdmi_set_plugged_cb(struct dw_hdmi *hdmi, hdmi_codec_plugged_cb fn, struct device *codec_dev
267 …dmi_qp_set_plugged_cb(struct dw_hdmi_qp *hdmi, hdmi_codec_plugged_cb fn, struct device *codec_dev);
/device/board/isoftstone/yangfan/kernel/src/driv/gpu/rockchip/
Ddw-dp.c233 struct device *codec_dev; member
514 if (audio->plugged_cb && audio->codec_dev) in dw_dp_audio_handle_plugged_change()
515 audio->plugged_cb(audio->codec_dev, plugged); in dw_dp_audio_handle_plugged_change()
2523 struct device *codec_dev) in dw_dp_audio_hook_plugged_cb() argument
2529 audio->codec_dev = codec_dev; in dw_dp_audio_hook_plugged_cb()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi.c511 struct device *codec_dev; member
538 if (hdmi->plugged_cb && hdmi->codec_dev) { in handle_plugged_change()
539 hdmi->plugged_cb(hdmi->codec_dev, plugged); in handle_plugged_change()
543 int dw_hdmi_set_plugged_cb(struct dw_hdmi *hdmi, hdmi_codec_plugged_cb fn, struct device *codec_dev) in dw_hdmi_set_plugged_cb() argument
549 hdmi->codec_dev = codec_dev; in dw_hdmi_set_plugged_cb()
/device/board/hihope/dayu210/kernel/kernel_patch/linux-5.10/dayu210_patch/
Dkernel.patch10474 struct device *codec_dev;
72124 + struct device *codec_dev);