Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/video/drm/
H A Ddw_hdmi.c169 struct dw_hdmi { struct
171 enum dw_hdmi_devtype dev_type; argument
175 const struct dw_hdmi_plat_data *plat_data; argument
189 struct dw_hdmi_i2c *i2c; argument
206 void (*write)(struct dw_hdmi *hdmi, u8 val, int offset); argument
207 u8 (*read)(struct dw_hdmi *hdmi, int offset); argument
215 static void dw_hdmi_writel(struct dw_hdmi *hdmi, u8 val, int offset) in dw_hdmi_writel() argument
/rk3399_rockchip-uboot/include/
H A Ddw_hdmi.h467 struct dw_hdmi { struct
475 int (*phy_set)(struct dw_hdmi *hdmi, uint mpixelclock); argument