Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/meson/
H A 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,
137 struct meson_dw_hdmi { struct
154 container_of(x, struct meson_dw_hdmi, encoder) argument
156 container_of(x, struct meson_dw_hdmi, bridge)
158 static inline int dw_hdmi_is_compatible(struct meson_dw_hdmi *dw_hdmi, in dw_hdmi_is_compatible()
166 static unsigned int dw_hdmi_top_read(struct meson_dw_hdmi *dw_hdmi, in dw_hdmi_top_read()
[all …]
H A DMakefile7 obj-$(CONFIG_DRM_MESON_DW_HDMI) += meson_dw_hdmi.o
/OK3568_Linux_fs/kernel/Documentation/gpu/
H A Dmeson.rst54 .. kernel-doc:: drivers/gpu/drm/meson/meson_dw_hdmi.c