Searched defs:dw_hdmi_qp (Results 1 – 2 of 2) sorted by relevance
221 struct dw_hdmi_qp { struct229 struct dw_hdmi_qp_i2c *i2c; argument242 const struct dw_hdmi_qp_phy_ops *ops; argument246 } phy;248 struct drm_display_mode previous_mode;250 struct i2c_adapter *ddc;251 void __iomem *regs;252 bool sink_is_hdmi;253 bool sink_has_audio;254 bool dclk_en;[all …]
84 struct dw_hdmi_qp { struct104 const struct dw_hdmi_qp_phy_ops *ops; argument118 void (*write)(struct dw_hdmi_qp *hdmi, u32 val, int offset); argument119 u8 (*read)(struct dw_hdmi_qp *hdmi, int offset); argument125 static inline void hdmi_writel(struct dw_hdmi_qp *hdmi, u32 val, int offset) in hdmi_writel() argument