Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/mediatek/
Dmtk_hdmi.c146 struct mtk_hdmi { struct
173 static inline struct mtk_hdmi *hdmi_ctx_from_bridge(struct drm_bridge *b) in hdmi_ctx_from_bridge() argument
175 return container_of(b, struct mtk_hdmi, bridge); in hdmi_ctx_from_bridge()
178 static inline struct mtk_hdmi *hdmi_ctx_from_conn(struct drm_connector *c) in hdmi_ctx_from_conn()
180 return container_of(c, struct mtk_hdmi, conn); in hdmi_ctx_from_conn()
183 static u32 mtk_hdmi_read(struct mtk_hdmi *hdmi, u32 offset) in mtk_hdmi_read()
188 static void mtk_hdmi_write(struct mtk_hdmi *hdmi, u32 offset, u32 val) in mtk_hdmi_write()
193 static void mtk_hdmi_clear_bits(struct mtk_hdmi *hdmi, u32 offset, u32 bits) in mtk_hdmi_clear_bits()
203 static void mtk_hdmi_set_bits(struct mtk_hdmi *hdmi, u32 offset, u32 bits) in mtk_hdmi_set_bits()
213 static void mtk_hdmi_mask(struct mtk_hdmi *hdmi, u32 offset, u32 val, u32 mask) in mtk_hdmi_mask()
[all …]
DMakefile20 mtk_hdmi.o \