Home
last modified time | relevance | path

Searched refs:lvds_pll (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_tcon.c1190 tcon->lvds_pll = devm_clk_get(dev, "lvds-alt"); in sun4i_tcon_bind()
1191 if (IS_ERR(tcon->lvds_pll)) { in sun4i_tcon_bind()
1192 if (PTR_ERR(tcon->lvds_pll) == -ENOENT) { in sun4i_tcon_bind()
1196 return PTR_ERR(tcon->lvds_pll); in sun4i_tcon_bind()
H A Dsun4i_tcon.h268 struct clk *lvds_pll; member