Home
last modified time | relevance | path

Searched refs:sun8i_dw_hdmi (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/sun4i/
Dsun8i_dw_hdmi.h172 struct sun8i_dw_hdmi { struct
182 static inline struct sun8i_dw_hdmi * argument
185 return container_of(encoder, struct sun8i_dw_hdmi, encoder); in encoder_to_sun8i_dw_hdmi()
188 int sun8i_hdmi_phy_probe(struct sun8i_dw_hdmi *hdmi, struct device_node *node);
189 void sun8i_hdmi_phy_remove(struct sun8i_dw_hdmi *hdmi);
Dsun8i_dw_hdmi.c21 struct sun8i_dw_hdmi *hdmi = encoder_to_sun8i_dw_hdmi(encoder); in sun8i_dw_hdmi_encoder_mode_set()
91 struct sun8i_dw_hdmi *hdmi; in sun8i_dw_hdmi_bind()
193 struct sun8i_dw_hdmi *hdmi = dev_get_drvdata(dev); in sun8i_dw_hdmi_unbind()
DMakefile13 sun8i-drm-hdmi-y += sun8i_dw_hdmi.o
Dsun8i_hdmi_phy.c435 int sun8i_hdmi_phy_probe(struct sun8i_dw_hdmi *hdmi, struct device_node *node) in sun8i_hdmi_phy_probe()
564 void sun8i_hdmi_phy_remove(struct sun8i_dw_hdmi *hdmi) in sun8i_hdmi_phy_remove()
DKconfig60 selected the module will be called sun8i_dw_hdmi.