imx_tve
struct imx_tve *tve;
static inline struct imx_tve *con_to_tve(struct drm_connector *c)
static inline struct imx_tve *enc_to_tve(struct drm_encoder *e)
static void tve_enable(struct imx_tve *tve)
static void tve_disable(struct imx_tve *tve)
static int tve_setup_tvout(struct imx_tve *tve)
static int tve_setup_vga(struct imx_tve *tve)
struct imx_tve *tve = con_to_tve(connector);
struct imx_tve *tve = con_to_tve(connector);
struct imx_tve *tve = enc_to_tve(encoder);
struct imx_tve *tve = enc_to_tve(encoder);
struct imx_tve *tve = enc_to_tve(encoder);
struct imx_tve *tve = enc_to_tve(encoder);
struct imx_tve *tve = data;
struct imx_tve *tve = container_of(hw, struct imx_tve, clk_hw_di);
struct imx_tve *tve = container_of(hw, struct imx_tve, clk_hw_di);
static int tve_clk_init(struct imx_tve *tve, void __iomem *base)
struct imx_tve *tve = data;
struct imx_tve *tve = dev_get_drvdata(dev);
struct imx_tve *tve;