Home
last modified time | relevance | path

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

/drivers/gpu/drm/sun4i/
Dsun4i_tcon.h150 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,
Dsun4i_tcon.c35 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 …]
Dsun4i_rgb.c50 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()
Dsun4i_dotclock.h16 struct sun4i_tcon;
18 int sun4i_dclk_create(struct device *dev, struct sun4i_tcon *tcon);
19 int sun4i_dclk_free(struct sun4i_tcon *tcon);
Dsun4i_dotclock.c153 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()
Dsun4i_drv.h22 struct sun4i_tcon *tcon;
DMakefile6 sun4i-tcon-y += sun4i_tcon.o
Dsun4i_drv.c31 struct sun4i_tcon *tcon = drv->tcon; in sun4i_drv_enable_vblank()
43 struct sun4i_tcon *tcon = drv->tcon; in sun4i_drv_disable_vblank()
Dsun4i_tv.c353 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()