Lines Matching defs:dw_hdmi
143 struct dw_hdmi { struct
155 struct dw_hdmi_i2c *i2c; argument
158 const struct dw_hdmi_plat_data *plat_data; argument
165 const struct dw_hdmi_phy_ops *ops; argument
169 } phy;
171 struct drm_display_mode previous_mode;
173 struct i2c_adapter *ddc;
174 void __iomem *regs;
175 bool sink_is_hdmi;
176 bool sink_has_audio;
200 void (*enable_audio)(struct dw_hdmi *hdmi); argument
201 void (*disable_audio)(struct dw_hdmi *hdmi); argument
219 static inline void hdmi_writeb(struct dw_hdmi *hdmi, u8 val, int offset) in hdmi_writeb() argument