Searched refs:imx_tve (Results 1 – 1 of 1) sorted by relevance
102 struct imx_tve { struct119 static inline struct imx_tve *con_to_tve(struct drm_connector *c) in con_to_tve() argument121 return container_of(c, struct imx_tve, connector); in con_to_tve()124 static inline struct imx_tve *enc_to_tve(struct drm_encoder *e) in enc_to_tve()126 return container_of(e, struct imx_tve, encoder); in enc_to_tve()129 static void tve_enable(struct imx_tve *tve) in tve_enable()147 static void tve_disable(struct imx_tve *tve) in tve_disable()153 static int tve_setup_tvout(struct imx_tve *tve) in tve_setup_tvout()158 static int tve_setup_vga(struct imx_tve *tve) in tve_setup_vga()198 struct imx_tve *tve = con_to_tve(connector); in imx_tve_connector_get_modes()[all …]