Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/mediatek/
Dmtk_hdmi.c150 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()
182 static inline struct mtk_hdmi *hdmi_ctx_from_conn(struct drm_connector *c) in hdmi_ctx_from_conn()
184 return container_of(c, struct mtk_hdmi, conn); in hdmi_ctx_from_conn()
187 static u32 mtk_hdmi_read(struct mtk_hdmi *hdmi, u32 offset) in mtk_hdmi_read()
192 static void mtk_hdmi_write(struct mtk_hdmi *hdmi, u32 offset, u32 val) in mtk_hdmi_write()
197 static void mtk_hdmi_clear_bits(struct mtk_hdmi *hdmi, u32 offset, u32 bits) in mtk_hdmi_clear_bits()
207 static void mtk_hdmi_set_bits(struct mtk_hdmi *hdmi, u32 offset, u32 bits) in mtk_hdmi_set_bits()
217 static void mtk_hdmi_mask(struct mtk_hdmi *hdmi, u32 offset, u32 val, u32 mask) in mtk_hdmi_mask()
[all …]
DMakefile19 mtk_hdmi.o \