Lines Matching defs:imx_tve
102 struct imx_tve {
119 static inline struct imx_tve *con_to_tve(struct drm_connector *c)
121 return container_of(c, struct imx_tve, connector);
124 static inline struct imx_tve *enc_to_tve(struct drm_encoder *e)
126 return container_of(e, struct imx_tve, encoder);
129 static void tve_enable(struct imx_tve *tve)
147 static void tve_disable(struct imx_tve *tve)
153 static int tve_setup_tvout(struct imx_tve *tve)
158 static int tve_setup_vga(struct imx_tve *tve)
198 struct imx_tve *tve = con_to_tve(connector);
219 struct imx_tve *tve = con_to_tve(connector);
242 struct imx_tve *tve = enc_to_tve(encoder);
279 struct imx_tve *tve = enc_to_tve(encoder);
286 struct imx_tve *tve = enc_to_tve(encoder);
296 struct imx_tve *tve = enc_to_tve(encoder);
327 struct imx_tve *tve = data;
341 struct imx_tve *tve = container_of(hw, struct imx_tve, clk_hw_di);
378 struct imx_tve *tve = container_of(hw, struct imx_tve, clk_hw_di);
408 static int tve_clk_init(struct imx_tve *tve, void __iomem *base)
432 static int imx_tve_register(struct drm_device *drm, struct imx_tve *tve)
461 struct imx_tve *tve = data;
510 struct imx_tve *tve;
638 struct imx_tve *tve;