Searched refs:video1_pll (Results 1 – 1 of 1) sorted by relevance
102 struct dss_pll *video1_pll; member1119 dss.video1_pll = dss_video_pll_init(pdev, 0, pll_regulator); in omap_dsshw_probe()1120 if (IS_ERR(dss.video1_pll)) { in omap_dsshw_probe()1121 r = PTR_ERR(dss.video1_pll); in omap_dsshw_probe()1147 if (dss.video1_pll) in omap_dsshw_probe()1148 dss_video_pll_uninit(dss.video1_pll); in omap_dsshw_probe()1161 if (dss.video1_pll) in omap_dsshw_remove()1162 dss_video_pll_uninit(dss.video1_pll); in omap_dsshw_remove()