Home
last modified time | relevance | path

Searched defs:dw_hdmi_qp (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp.c221 struct dw_hdmi_qp { struct
229 struct dw_hdmi_qp_i2c *i2c; argument
242 const struct dw_hdmi_qp_phy_ops *ops; argument
246 } 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 …]
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Ddw_hdmi_qp.c84 struct dw_hdmi_qp { struct
104 const struct dw_hdmi_qp_phy_ops *ops; argument
118 void (*write)(struct dw_hdmi_qp *hdmi, u32 val, int offset); argument
119 u8 (*read)(struct dw_hdmi_qp *hdmi, int offset); argument
125 static inline void hdmi_writel(struct dw_hdmi_qp *hdmi, u32 val, int offset) in hdmi_writel() argument