Home
last modified time | relevance | path

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

/Linux-v5.15/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,
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 …]
DMakefile7 obj-$(CONFIG_DRM_MESON_DW_HDMI) += meson_dw_hdmi.o
/Linux-v5.15/Documentation/gpu/
Dmeson.rst54 .. kernel-doc:: drivers/gpu/drm/meson/meson_dw_hdmi.c