Searched refs:imx_tve (Results 1 – 1 of 1) sorted by relevance
102 struct imx_tve { struct121 static inline struct imx_tve *con_to_tve(struct drm_connector *c) in con_to_tve() argument123 return container_of(c, struct imx_tve, connector); in con_to_tve()126 static inline struct imx_tve *enc_to_tve(struct drm_encoder *e) in enc_to_tve()128 return container_of(e, struct imx_tve, encoder); in enc_to_tve()134 struct imx_tve *tve = __tve; in tve_lock()142 struct imx_tve *tve = __tve; in tve_unlock()147 static void tve_enable(struct imx_tve *tve) in tve_enable()169 static void tve_disable(struct imx_tve *tve) in tve_disable()178 static int tve_setup_tvout(struct imx_tve *tve) in tve_setup_tvout()[all …]