Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/meson/
Dmeson_dw_hdmi.c123 struct meson_dw_hdmi;
126 unsigned int (*top_read)(struct meson_dw_hdmi *dw_hdmi,
128 void (*top_write)(struct meson_dw_hdmi *dw_hdmi,
130 unsigned int (*dwc_read)(struct meson_dw_hdmi *dw_hdmi,
132 void (*dwc_write)(struct meson_dw_hdmi *dw_hdmi,
136 struct meson_dw_hdmi { struct
153 container_of(x, struct meson_dw_hdmi, encoder) argument
155 static inline int dw_hdmi_is_compatible(struct meson_dw_hdmi *dw_hdmi, in dw_hdmi_is_compatible()
163 static unsigned int dw_hdmi_top_read(struct meson_dw_hdmi *dw_hdmi, in dw_hdmi_top_read()
184 static unsigned int dw_hdmi_g12a_top_read(struct meson_dw_hdmi *dw_hdmi, in dw_hdmi_g12a_top_read()
[all …]
DMakefile6 obj-$(CONFIG_DRM_MESON_DW_HDMI) += meson_dw_hdmi.o
/Linux-v5.4/Documentation/gpu/
Dmeson.rst54 .. kernel-doc:: drivers/gpu/drm/meson/meson_dw_hdmi.c