Home
last modified time | relevance | path

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

/drivers/gpu/drm/meson/
Dmeson_dw_hdmi.c124 struct meson_dw_hdmi;
127 unsigned int (*top_read)(struct meson_dw_hdmi *dw_hdmi,
129 void (*top_write)(struct meson_dw_hdmi *dw_hdmi,
131 unsigned int (*dwc_read)(struct meson_dw_hdmi *dw_hdmi,
133 void (*dwc_write)(struct meson_dw_hdmi *dw_hdmi,
139 struct meson_dw_hdmi { struct
153 static inline int dw_hdmi_is_compatible(struct meson_dw_hdmi *dw_hdmi, in dw_hdmi_is_compatible() argument
161 static unsigned int dw_hdmi_top_read(struct meson_dw_hdmi *dw_hdmi, in dw_hdmi_top_read()
182 static unsigned int dw_hdmi_g12a_top_read(struct meson_dw_hdmi *dw_hdmi, in dw_hdmi_g12a_top_read()
188 static inline void dw_hdmi_top_write(struct meson_dw_hdmi *dw_hdmi, in dw_hdmi_top_write()
[all …]
DMakefile8 obj-$(CONFIG_DRM_MESON_DW_HDMI) += meson_dw_hdmi.o