Home
last modified time | relevance | path

Searched refs:imx_tve (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/imx/
Dimx-tve.c108 struct imx_tve { struct
127 static inline struct imx_tve *con_to_tve(struct drm_connector *c) in con_to_tve() argument
129 return container_of(c, struct imx_tve, connector); in con_to_tve()
132 static inline struct imx_tve *enc_to_tve(struct drm_encoder *e) in enc_to_tve()
134 return container_of(e, struct imx_tve, encoder); in enc_to_tve()
140 struct imx_tve *tve = __tve; in tve_lock()
148 struct imx_tve *tve = __tve; in tve_unlock()
153 static void tve_enable(struct imx_tve *tve) in tve_enable()
175 static void tve_disable(struct imx_tve *tve) in tve_disable()
184 static int tve_setup_tvout(struct imx_tve *tve) in tve_setup_tvout()
[all …]