Searched refs:mtk_hdmi (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/gpu/drm/mediatek/ |
| H A D | mtk_hdmi_common.h | 151 struct mtk_hdmi { struct 177 static inline struct mtk_hdmi *hdmi_ctx_from_bridge(struct drm_bridge *b) in hdmi_ctx_from_bridge() argument 179 return container_of(b, struct mtk_hdmi, bridge); in hdmi_ctx_from_bridge() 184 void mtk_hdmi_audio_set_plugged_cb(struct mtk_hdmi *hdmi, hdmi_codec_plugged_cb fn, 186 int mtk_hdmi_audio_params(struct mtk_hdmi *hdmi, struct hdmi_codec_daifmt *daifmt, 196 struct mtk_hdmi *mtk_hdmi_common_probe(struct platform_device *pdev);
|
| H A D | mtk_hdmi_common.c | 104 int mtk_hdmi_audio_params(struct mtk_hdmi *hdmi, in mtk_hdmi_audio_params() 181 struct mtk_hdmi *hdmi = dev_get_drvdata(dev); in mtk_hdmi_audio_get_eld() 192 void mtk_hdmi_audio_set_plugged_cb(struct mtk_hdmi *hdmi, hdmi_codec_plugged_cb fn, in mtk_hdmi_audio_set_plugged_cb() 202 static int mtk_hdmi_get_all_clk(struct mtk_hdmi *hdmi, struct device_node *np, in mtk_hdmi_get_all_clk() 229 struct mtk_hdmi *hdmi = hdmi_ctx_from_bridge(bridge); in mtk_hdmi_bridge_mode_set() 255 static int mtk_hdmi_get_cec_dev(struct mtk_hdmi *hdmi, struct device *dev, struct device_node *np) in mtk_hdmi_get_cec_dev() 293 static int mtk_hdmi_dt_parse_pdata(struct mtk_hdmi *hdmi, struct platform_device *pdev, in mtk_hdmi_dt_parse_pdata() 356 struct mtk_hdmi *hdmi = dev_get_drvdata(dev); in mtk_hdmi_register_audio_driver() 390 struct mtk_hdmi *mtk_hdmi_common_probe(struct platform_device *pdev) in mtk_hdmi_common_probe() 395 struct mtk_hdmi *hdmi; in mtk_hdmi_common_probe() [all …]
|