imx_tve 121 drivers/gpu/drm/imx/imx-tve.c static inline struct imx_tve *con_to_tve(struct drm_connector *c) imx_tve 123 drivers/gpu/drm/imx/imx-tve.c return container_of(c, struct imx_tve, connector); imx_tve 126 drivers/gpu/drm/imx/imx-tve.c static inline struct imx_tve *enc_to_tve(struct drm_encoder *e) imx_tve 128 drivers/gpu/drm/imx/imx-tve.c return container_of(e, struct imx_tve, encoder); imx_tve 134 drivers/gpu/drm/imx/imx-tve.c struct imx_tve *tve = __tve; imx_tve 142 drivers/gpu/drm/imx/imx-tve.c struct imx_tve *tve = __tve; imx_tve 147 drivers/gpu/drm/imx/imx-tve.c static void tve_enable(struct imx_tve *tve) imx_tve 169 drivers/gpu/drm/imx/imx-tve.c static void tve_disable(struct imx_tve *tve) imx_tve 178 drivers/gpu/drm/imx/imx-tve.c static int tve_setup_tvout(struct imx_tve *tve) imx_tve 183 drivers/gpu/drm/imx/imx-tve.c static int tve_setup_vga(struct imx_tve *tve) imx_tve 223 drivers/gpu/drm/imx/imx-tve.c struct imx_tve *tve = con_to_tve(connector); imx_tve 243 drivers/gpu/drm/imx/imx-tve.c struct imx_tve *tve = con_to_tve(connector); imx_tve 265 drivers/gpu/drm/imx/imx-tve.c struct imx_tve *tve = con_to_tve(connector); imx_tve 274 drivers/gpu/drm/imx/imx-tve.c struct imx_tve *tve = enc_to_tve(encoder); imx_tve 311 drivers/gpu/drm/imx/imx-tve.c struct imx_tve *tve = enc_to_tve(encoder); imx_tve 318 drivers/gpu/drm/imx/imx-tve.c struct imx_tve *tve = enc_to_tve(encoder); imx_tve 328 drivers/gpu/drm/imx/imx-tve.c struct imx_tve *tve = enc_to_tve(encoder); imx_tve 364 drivers/gpu/drm/imx/imx-tve.c struct imx_tve *tve = data; imx_tve 378 drivers/gpu/drm/imx/imx-tve.c struct imx_tve *tve = container_of(hw, struct imx_tve, clk_hw_di); imx_tve 415 drivers/gpu/drm/imx/imx-tve.c struct imx_tve *tve = container_of(hw, struct imx_tve, clk_hw_di); imx_tve 445 drivers/gpu/drm/imx/imx-tve.c static int tve_clk_init(struct imx_tve *tve, void __iomem *base) imx_tve 469 drivers/gpu/drm/imx/imx-tve.c static int imx_tve_register(struct drm_device *drm, struct imx_tve *tve) imx_tve 542 drivers/gpu/drm/imx/imx-tve.c struct imx_tve *tve; imx_tve 670 drivers/gpu/drm/imx/imx-tve.c struct imx_tve *tve = dev_get_drvdata(dev);