Searched refs:video2_pll (Results 1 – 1 of 1) sorted by relevance
103 struct dss_pll *video2_pll; member1127 dss.video2_pll = dss_video_pll_init(pdev, 1, pll_regulator); in omap_dsshw_probe()1128 if (IS_ERR(dss.video2_pll)) { in omap_dsshw_probe()1129 r = PTR_ERR(dss.video2_pll); in omap_dsshw_probe()1150 if (dss.video2_pll) in omap_dsshw_probe()1151 dss_video_pll_uninit(dss.video2_pll); in omap_dsshw_probe()1164 if (dss.video2_pll) in omap_dsshw_remove()1165 dss_video_pll_uninit(dss.video2_pll); in omap_dsshw_remove()