Lines Matching defs:dw_hdmi
143 struct dw_hdmi { struct
156 struct dw_hdmi_i2c *i2c; argument
159 const struct dw_hdmi_plat_data *plat_data; argument
166 const struct dw_hdmi_phy_ops *ops; argument
170 } phy;
172 struct drm_display_mode previous_mode;
174 struct i2c_adapter *ddc;
175 void __iomem *regs;
176 bool sink_is_hdmi;
177 bool sink_has_audio;
201 void (*enable_audio)(struct dw_hdmi *hdmi); argument
202 void (*disable_audio)(struct dw_hdmi *hdmi); argument
220 static inline void hdmi_writeb(struct dw_hdmi *hdmi, u8 val, int offset) in hdmi_writeb() argument