Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/sun4i/
Dsun4i_tcon.c83 static void sun4i_tcon_channel_set_status(struct sun4i_tcon *tcon, int channel, in sun4i_tcon_channel_set_status()
117 static void sun4i_tcon_setup_lvds_phy(struct sun4i_tcon *tcon, in sun4i_tcon_setup_lvds_phy()
141 static void sun6i_tcon_setup_lvds_phy(struct sun4i_tcon *tcon, in sun6i_tcon_setup_lvds_phy()
172 static void sun4i_tcon_lvds_set_status(struct sun4i_tcon *tcon, in sun4i_tcon_lvds_set_status()
188 void sun4i_tcon_set_status(struct sun4i_tcon *tcon, in sun4i_tcon_set_status()
225 void sun4i_tcon_enable_vblank(struct sun4i_tcon *tcon, bool enable) in sun4i_tcon_enable_vblank()
248 static struct sun4i_tcon *sun4i_get_tcon0(struct drm_device *drm) in sun4i_get_tcon0()
251 struct sun4i_tcon *tcon; in sun4i_get_tcon0()
263 static void sun4i_tcon_set_mux(struct sun4i_tcon *tcon, int channel, in sun4i_tcon_set_mux()
293 static void sun4i_tcon0_mode_set_common(struct sun4i_tcon *tcon, in sun4i_tcon0_mode_set_common()
[all …]
Dsun4i_dotclock.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);
Dsun4i_tcon.h235 struct sun4i_tcon;
248 int (*set_mux)(struct sun4i_tcon *, const struct drm_encoder *);
250 void (*setup_lvds_phy)(struct sun4i_tcon *tcon,
254 struct sun4i_tcon { struct
293 void sun4i_tcon_enable_vblank(struct sun4i_tcon *tcon, bool enable); argument
294 void sun4i_tcon_mode_set(struct sun4i_tcon *tcon,
297 void sun4i_tcon_set_status(struct sun4i_tcon *crtc,
Dsun4i_crtc.h17 struct sun4i_tcon *tcon;
27 struct sun4i_tcon *tcon);
Dsun4i_dotclock.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()
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()
Dsun4i_lvds.h10 int sun4i_lvds_init(struct drm_device *drm, struct sun4i_tcon *tcon);
Dsun4i_rgb.h12 int sun4i_rgb_init(struct drm_device *drm, struct sun4i_tcon *tcon);
DMakefile24 sun4i-tcon-y += sun4i_tcon.o
Dsun4i_lvds.c97 int sun4i_lvds_init(struct drm_device *drm, struct sun4i_tcon *tcon) in sun4i_lvds_init()
Dsun4i_crtc.c194 struct sun4i_tcon *tcon) in sun4i_crtc_init()