/device/board/osware/imx8mm/drivers/audio/soc/src/ |
D | imx8mm_dai_adapter.c | 347 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/ |
D | dw-hdmi-qp-i2s-audio.c | 188 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()
|
D | dw-hdmi-qp.c | 483 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/ |
D | dw-hdmi-qp-i2s-audio.c | 184 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()
|
D | dw-hdmi-qp.c | 279 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/ |
D | dw-hdmi-qp-i2s-audio.c | 195 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()
|
D | dw-hdmi-qp.c | 278 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/ |
D | dw_hdmi.h | 227 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/ |
D | dw-dp.c | 233 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/ |
D | dw-hdmi.c | 511 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/ |
D | kernel.patch | 10474 struct device *codec_dev; 72124 + struct device *codec_dev);
|