Searched refs:sun4i_tcon (Results 1 – 9 of 9) sorted by relevance
/drivers/gpu/drm/sun4i/ |
D | sun4i_tcon.h | 150 struct sun4i_tcon { struct 178 void sun4i_tcon_disable(struct sun4i_tcon *tcon); argument 179 void sun4i_tcon_enable(struct sun4i_tcon *tcon); 182 void sun4i_tcon_channel_disable(struct sun4i_tcon *tcon, int channel); 183 void sun4i_tcon_channel_enable(struct sun4i_tcon *tcon, int channel); 185 void sun4i_tcon_enable_vblank(struct sun4i_tcon *tcon, bool enable); 188 void sun4i_tcon_switch_interlace(struct sun4i_tcon *tcon, 190 void sun4i_tcon0_mode_set(struct sun4i_tcon *tcon, 192 void sun4i_tcon1_mode_set(struct sun4i_tcon *tcon,
|
D | sun4i_tcon.c | 35 void sun4i_tcon_disable(struct sun4i_tcon *tcon) in sun4i_tcon_disable() 45 void sun4i_tcon_enable(struct sun4i_tcon *tcon) in sun4i_tcon_enable() 56 void sun4i_tcon_channel_disable(struct sun4i_tcon *tcon, int channel) in sun4i_tcon_channel_disable() 73 void sun4i_tcon_channel_enable(struct sun4i_tcon *tcon, int channel) in sun4i_tcon_channel_enable() 92 void sun4i_tcon_enable_vblank(struct sun4i_tcon *tcon, bool enable) in sun4i_tcon_enable_vblank() 126 void sun4i_tcon0_mode_set(struct sun4i_tcon *tcon, in sun4i_tcon0_mode_set() 199 void sun4i_tcon1_mode_set(struct sun4i_tcon *tcon, in sun4i_tcon1_mode_set() 291 struct sun4i_tcon *tcon = private; in sun4i_tcon_handler() 316 struct sun4i_tcon *tcon) in sun4i_tcon_init_clocks() 342 static void sun4i_tcon_free_clocks(struct sun4i_tcon *tcon) in sun4i_tcon_free_clocks() [all …]
|
D | sun4i_rgb.c | 50 struct sun4i_tcon *tcon = drv->tcon; in sun4i_rgb_get_modes() 60 struct sun4i_tcon *tcon = drv->tcon; in sun4i_rgb_mode_valid() 124 struct sun4i_tcon *tcon = drv->tcon; in sun4i_rgb_connector_destroy() 151 struct sun4i_tcon *tcon = drv->tcon; in sun4i_rgb_encoder_enable() 168 struct sun4i_tcon *tcon = drv->tcon; in sun4i_rgb_encoder_disable() 187 struct sun4i_tcon *tcon = drv->tcon; in sun4i_rgb_encoder_mode_set() 216 struct sun4i_tcon *tcon = drv->tcon; in sun4i_rgb_init()
|
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_dotclock.c | 153 int sun4i_dclk_create(struct device *dev, struct sun4i_tcon *tcon) in sun4i_dclk_create() 188 int sun4i_dclk_free(struct sun4i_tcon *tcon) in sun4i_dclk_free()
|
D | sun4i_drv.h | 22 struct sun4i_tcon *tcon;
|
D | Makefile | 6 sun4i-tcon-y += sun4i_tcon.o
|
D | sun4i_drv.c | 31 struct sun4i_tcon *tcon = drv->tcon; in sun4i_drv_enable_vblank() 43 struct sun4i_tcon *tcon = drv->tcon; in sun4i_drv_disable_vblank()
|
D | sun4i_tv.c | 353 struct sun4i_tcon *tcon = drv->tcon; in sun4i_tv_disable() 369 struct sun4i_tcon *tcon = drv->tcon; in sun4i_tv_enable() 388 struct sun4i_tcon *tcon = drv->tcon; in sun4i_tv_mode_set()
|