Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_tcon_dclk.h12 struct sun4i_tcon;
14 int sun4i_dclk_create(struct device *dev, struct sun4i_tcon *tcon);
15 int sun4i_dclk_free(struct sun4i_tcon *tcon);
H A Dsun4i_tcon.c189 void sun4i_tcon_set_status(struct sun4i_tcon *tcon, in sun4i_tcon_set_status()
252 struct sun4i_tcon *tcon; in sun4i_get_tcon0()
598 static void sun4i_tcon1_mode_set(struct sun4i_tcon *tcon, in sun4i_tcon1_mode_set()
712 void sun4i_tcon_mode_set(struct sun4i_tcon *tcon, in sun4i_tcon_mode_set()
755 struct sun4i_tcon *tcon = private; in sun4i_tcon_handler()
785 struct sun4i_tcon *tcon) in sun4i_tcon_init_clocks()
813 struct sun4i_tcon *tcon) in sun4i_tcon_init_irq()
840 struct sun4i_tcon *tcon) in sun4i_tcon_init_regmap()
1116 struct sun4i_tcon *tcon; in sun4i_tcon_bind()
1302 struct sun4i_tcon *tcon = dev_get_drvdata(dev); in sun4i_tcon_unbind()
[all …]
H A Dsun4i_tcon.h236 struct sun4i_tcon;
249 int (*set_mux)(struct sun4i_tcon *, const struct drm_encoder *);
251 void (*setup_lvds_phy)(struct sun4i_tcon *tcon,
255 struct sun4i_tcon { struct
294 void sun4i_tcon_enable_vblank(struct sun4i_tcon *tcon, bool enable); argument
295 void sun4i_tcon_mode_set(struct sun4i_tcon *tcon,
298 void sun4i_tcon_set_status(struct sun4i_tcon *crtc,
H A Dsun4i_crtc.h17 struct sun4i_tcon *tcon;
27 struct sun4i_tcon *tcon);
H A Dsun4i_tcon_dclk.c18 struct sun4i_tcon *tcon;
74 struct sun4i_tcon *tcon = dclk->tcon; in sun4i_dclk_round_rate()
165 int sun4i_dclk_create(struct device *dev, struct sun4i_tcon *tcon) in sun4i_dclk_create()
201 int sun4i_dclk_free(struct sun4i_tcon *tcon) in sun4i_dclk_free()
H A Dsun4i_rgb.c27 struct sun4i_tcon *tcon;
66 struct sun4i_tcon *tcon = rgb->tcon; in sun4i_rgb_mode_valid()
189 int sun4i_rgb_init(struct drm_device *drm, struct sun4i_tcon *tcon) in sun4i_rgb_init()
H A Dsun4i_rgb.h12 int sun4i_rgb_init(struct drm_device *drm, struct sun4i_tcon *tcon);
H A Dsun4i_lvds.h10 int sun4i_lvds_init(struct drm_device *drm, struct sun4i_tcon *tcon);
H A DMakefile24 sun4i-tcon-y += sun4i_tcon.o
H A Dsun4i_lvds.c97 int sun4i_lvds_init(struct drm_device *drm, struct sun4i_tcon *tcon) in sun4i_lvds_init()
H A Dsun4i_crtc.c194 struct sun4i_tcon *tcon) in sun4i_crtc_init()