Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/mediatek/
Dmtk_hdmi.c153 struct mtk_hdmi { struct
184 static inline struct mtk_hdmi *hdmi_ctx_from_bridge(struct drm_bridge *b) in hdmi_ctx_from_bridge() argument
186 return container_of(b, struct mtk_hdmi, bridge); in hdmi_ctx_from_bridge()
189 static inline struct mtk_hdmi *hdmi_ctx_from_conn(struct drm_connector *c) in hdmi_ctx_from_conn()
191 return container_of(c, struct mtk_hdmi, conn); in hdmi_ctx_from_conn()
194 static u32 mtk_hdmi_read(struct mtk_hdmi *hdmi, u32 offset) in mtk_hdmi_read()
199 static void mtk_hdmi_write(struct mtk_hdmi *hdmi, u32 offset, u32 val) in mtk_hdmi_write()
204 static void mtk_hdmi_clear_bits(struct mtk_hdmi *hdmi, u32 offset, u32 bits) in mtk_hdmi_clear_bits()
214 static void mtk_hdmi_set_bits(struct mtk_hdmi *hdmi, u32 offset, u32 bits) in mtk_hdmi_set_bits()
224 static void mtk_hdmi_mask(struct mtk_hdmi *hdmi, u32 offset, u32 val, u32 mask) in mtk_hdmi_mask()
[all …]
DMakefile21 mtk_hdmi.o \