Home
last modified time | relevance | path

Searched refs:sun4i_dclk_create (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/sun4i/
Dsun4i_dotclock.h18 int sun4i_dclk_create(struct device *dev, struct sun4i_tcon *tcon);
Dsun4i_dotclock.c169 int sun4i_dclk_create(struct device *dev, struct sun4i_tcon *tcon) in sun4i_dclk_create() function
203 EXPORT_SYMBOL(sun4i_dclk_create);
Dsun4i_tcon.c1065 ret = sun4i_dclk_create(dev, tcon); in sun4i_tcon_bind()