Lines Matching defs:sun4i_hdmi
245 struct sun4i_hdmi { struct
246 struct drm_connector connector;
247 struct drm_encoder encoder;
248 struct device *dev;
250 void __iomem *base;
251 struct regmap *regmap;
254 struct reset_control *reset;
257 struct clk *bus_clk;
258 struct clk *mod_clk;
259 struct clk *ddc_parent_clk;
260 struct clk *pll0_clk;
261 struct clk *pll1_clk;
264 struct clk *ddc_clk;
265 struct clk *tmds_clk;
290 const struct sun4i_hdmi_variant *variant; argument
293 int sun4i_ddc_create(struct sun4i_hdmi *hdmi, struct clk *clk); argument