Searched refs:sun4i_tcon (Results 1 – 11 of 11) sorted by relevance
| /Linux-v4.19/drivers/gpu/drm/sun4i/ |
| D | sun4i_dotclock.h | 16 struct sun4i_tcon; 18 int sun4i_dclk_create(struct device *dev, struct sun4i_tcon *tcon); 19 int sun4i_dclk_free(struct sun4i_tcon *tcon);
|
| D | sun4i_lvds.c | 23 struct sun4i_tcon *tcon; 44 struct sun4i_tcon *tcon = lvds->tcon; in sun4i_lvds_get_modes() 57 struct sun4i_tcon *tcon = lvds->tcon; in sun4i_lvds_connector_destroy() 74 struct sun4i_tcon *tcon = lvds->tcon; in sun4i_lvds_encoder_enable() 87 struct sun4i_tcon *tcon = lvds->tcon; in sun4i_lvds_encoder_disable() 106 int sun4i_lvds_init(struct drm_device *drm, struct sun4i_tcon *tcon) in sun4i_lvds_init()
|
| D | sun4i_rgb.c | 29 struct sun4i_tcon *tcon; 50 struct sun4i_tcon *tcon = rgb->tcon; in sun4i_rgb_get_modes() 59 struct sun4i_tcon *tcon = rgb->tcon; in sun4i_rgb_mode_valid() 117 struct sun4i_tcon *tcon = rgb->tcon; in sun4i_rgb_connector_destroy() 134 struct sun4i_tcon *tcon = rgb->tcon; in sun4i_rgb_encoder_enable() 147 struct sun4i_tcon *tcon = rgb->tcon; in sun4i_rgb_encoder_disable() 172 int sun4i_rgb_init(struct drm_device *drm, struct sun4i_tcon *tcon) in sun4i_rgb_init()
|
| D | sun4i_tcon.c | 81 static void sun4i_tcon_channel_set_status(struct sun4i_tcon *tcon, int channel, in sun4i_tcon_channel_set_status() 115 static void sun4i_tcon_lvds_set_status(struct sun4i_tcon *tcon, in sun4i_tcon_lvds_set_status() 161 void sun4i_tcon_set_status(struct sun4i_tcon *tcon, in sun4i_tcon_set_status() 198 void sun4i_tcon_enable_vblank(struct sun4i_tcon *tcon, bool enable) in sun4i_tcon_enable_vblank() 221 static struct sun4i_tcon *sun4i_get_tcon0(struct drm_device *drm) in sun4i_get_tcon0() 224 struct sun4i_tcon *tcon; in sun4i_get_tcon0() 236 void sun4i_tcon_set_mux(struct sun4i_tcon *tcon, int channel, in sun4i_tcon_set_mux() 266 static void sun4i_tcon0_mode_set_common(struct sun4i_tcon *tcon, in sun4i_tcon0_mode_set_common() 278 static void sun4i_tcon0_mode_set_cpu(struct sun4i_tcon *tcon, in sun4i_tcon0_mode_set_cpu() 343 static void sun4i_tcon0_mode_set_lvds(struct sun4i_tcon *tcon, in sun4i_tcon0_mode_set_lvds() [all …]
|
| D | sun4i_tcon.h | 218 struct sun4i_tcon; 229 int (*set_mux)(struct sun4i_tcon *, const struct drm_encoder *); 232 struct sun4i_tcon { struct 273 void sun4i_tcon_enable_vblank(struct sun4i_tcon *tcon, bool enable); argument 274 void sun4i_tcon_mode_set(struct sun4i_tcon *tcon, 277 void sun4i_tcon_set_status(struct sun4i_tcon *crtc,
|
| D | sun4i_crtc.h | 21 struct sun4i_tcon *tcon; 31 struct sun4i_tcon *tcon);
|
| D | sun4i_dotclock.c | 22 struct sun4i_tcon *tcon; 78 struct sun4i_tcon *tcon = dclk->tcon; in sun4i_dclk_round_rate() 169 int sun4i_dclk_create(struct device *dev, struct sun4i_tcon *tcon) in sun4i_dclk_create() 205 int sun4i_dclk_free(struct sun4i_tcon *tcon) in sun4i_dclk_free()
|
| D | sun4i_lvds.h | 10 int sun4i_lvds_init(struct drm_device *drm, struct sun4i_tcon *tcon);
|
| D | sun4i_rgb.h | 16 int sun4i_rgb_init(struct drm_device *drm, struct sun4i_tcon *tcon);
|
| D | Makefile | 24 sun4i-tcon-y += sun4i_tcon.o
|
| D | sun4i_crtc.c | 191 struct sun4i_tcon *tcon) in sun4i_crtc_init()
|