Lines Matching refs:imx_tve
106 struct imx_tve *tve;
109 struct imx_tve { struct
124 static inline struct imx_tve *con_to_tve(struct drm_connector *c) in con_to_tve() argument
129 static inline struct imx_tve *enc_to_tve(struct drm_encoder *e) in enc_to_tve()
134 static void tve_enable(struct imx_tve *tve) in tve_enable()
152 static void tve_disable(struct imx_tve *tve) in tve_disable()
158 static int tve_setup_tvout(struct imx_tve *tve) in tve_setup_tvout()
163 static int tve_setup_vga(struct imx_tve *tve) in tve_setup_vga()
203 struct imx_tve *tve = con_to_tve(connector); in imx_tve_connector_get_modes()
222 struct imx_tve *tve = con_to_tve(connector); in imx_tve_connector_mode_valid()
245 struct imx_tve *tve = enc_to_tve(encoder); in imx_tve_encoder_mode_set()
282 struct imx_tve *tve = enc_to_tve(encoder); in imx_tve_encoder_enable()
289 struct imx_tve *tve = enc_to_tve(encoder); in imx_tve_encoder_disable()
299 struct imx_tve *tve = enc_to_tve(encoder); in imx_tve_atomic_check()
330 struct imx_tve *tve = data; in imx_tve_irq_handler()
344 struct imx_tve *tve = container_of(hw, struct imx_tve, clk_hw_di); in clk_tve_di_recalc_rate()
381 struct imx_tve *tve = container_of(hw, struct imx_tve, clk_hw_di); in clk_tve_di_set_rate()
411 static int tve_clk_init(struct imx_tve *tve, void __iomem *base) in tve_clk_init()
437 struct imx_tve *tve = data; in imx_tve_disable_regulator()
483 struct imx_tve *tve = dev_get_drvdata(dev); in imx_tve_bind()
527 struct imx_tve *tve; in imx_tve_probe()