Home
last modified time | relevance | path

Searched refs:codec_dev (Results 1 - 6 of 6) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/drm/bridge/
H A Ddw_hdmi.h227 int dw_hdmi_set_plugged_cb(struct dw_hdmi *hdmi, hdmi_codec_plugged_cb fn, struct device *codec_dev);
267 int dw_hdmi_qp_set_plugged_cb(struct dw_hdmi_qp *hdmi, hdmi_codec_plugged_cb fn, struct device *codec_dev);
/device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp-i2s-audio.c188 struct device *codec_dev) in dw_hdmi_qp_i2s_hook_plugged_cb()
193 return dw_hdmi_qp_set_plugged_cb(hdmi, fn, codec_dev); in dw_hdmi_qp_i2s_hook_plugged_cb()
187 dw_hdmi_qp_i2s_hook_plugged_cb(struct device *dev, void *data, hdmi_codec_plugged_cb fn, struct device *codec_dev) dw_hdmi_qp_i2s_hook_plugged_cb() argument
H A 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 int dw_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/soc/rockchip/rk3588/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp-i2s-audio.c195 struct device *codec_dev) in dw_hdmi_qp_i2s_hook_plugged_cb()
200 return dw_hdmi_qp_set_plugged_cb(hdmi, fn, codec_dev); in dw_hdmi_qp_i2s_hook_plugged_cb()
193 dw_hdmi_qp_i2s_hook_plugged_cb(struct device *dev, void *data, hdmi_codec_plugged_cb fn, struct device *codec_dev) dw_hdmi_qp_i2s_hook_plugged_cb() argument
H A 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()
309 hdmi->codec_dev = codec_dev; in dw_hdmi_qp_set_plugged_cb()
302 dw_hdmi_qp_set_plugged_cb(struct dw_hdmi_qp *hdmi, hdmi_codec_plugged_cb fn, struct device *codec_dev) dw_hdmi_qp_set_plugged_cb() argument
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/
H A 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()

Completed in 15 milliseconds