Home
last modified time | relevance | path

Searched refs:mtk_hdmi (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/mediatek/
H A Dmtk_hdmi_v2.c60 static inline void mtk_hdmi_v2_hwirq_disable(struct mtk_hdmi *hdmi) in mtk_hdmi_v2_hwirq_disable()
66 static inline void mtk_hdmi_v2_enable_hpd_pord_irq(struct mtk_hdmi *hdmi, bool enable) in mtk_hdmi_v2_enable_hpd_pord_irq()
74 static inline void mtk_hdmi_v2_set_sw_hpd(struct mtk_hdmi *hdmi, bool enable) in mtk_hdmi_v2_set_sw_hpd()
87 static inline void mtk_hdmi_v2_enable_scrambling(struct mtk_hdmi *hdmi, bool enable) in mtk_hdmi_v2_enable_scrambling()
103 static void mtk_hdmi_v2_hw_vid_mute(struct mtk_hdmi *hdmi, bool enable) in mtk_hdmi_v2_hw_vid_mute()
112 static void mtk_hdmi_v2_hw_aud_mute(struct mtk_hdmi *hdmi, bool enable) in mtk_hdmi_v2_hw_aud_mute()
130 static void mtk_hdmi_v2_hw_reset(struct mtk_hdmi *hdmi) in mtk_hdmi_v2_hw_reset()
151 struct mtk_hdmi *hdmi = hdmi_ctx_from_bridge(bridge); in mtk_hdmi_v2_hdmi_write_audio_infoframe()
171 struct mtk_hdmi *hdmi = hdmi_ctx_from_bridge(bridge); in mtk_hdmi_v2_hdmi_write_avi_infoframe()
193 struct mtk_hdmi *hdm in mtk_hdmi_v2_hdmi_write_spd_infoframe()
[all...]
H A Dmtk_hdmi_common.h151 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 Dmtk_hdmi_common.c104 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 …]