dss_pll_find      448 drivers/gpu/drm/omapdrm/dss/dss.h struct dss_pll *dss_pll_find(struct dss_device *dss, const char *name);
dss_pll_find       80 drivers/gpu/drm/omapdrm/dss/pll.c 		return dss_pll_find(dss, "hdmi");
dss_pll_find       85 drivers/gpu/drm/omapdrm/dss/pll.c 		pll = dss_pll_find(dss, "dsi0");
dss_pll_find       87 drivers/gpu/drm/omapdrm/dss/pll.c 			pll = dss_pll_find(dss, "video0");
dss_pll_find       93 drivers/gpu/drm/omapdrm/dss/pll.c 		pll = dss_pll_find(dss, "dsi1");
dss_pll_find       95 drivers/gpu/drm/omapdrm/dss/pll.c 			pll = dss_pll_find(dss, "video1");
dss_pll_find     3320 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 		pll = dss_pll_find("dsi0");
dss_pll_find     3322 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 			pll = dss_pll_find("video0");
dss_pll_find     3327 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 		pll = dss_pll_find("dsi1");
dss_pll_find     3329 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 			pll = dss_pll_find("video1");
dss_pll_find     3358 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 			pll = dss_pll_find("dsi0");
dss_pll_find     3360 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 				pll = dss_pll_find("video0");
dss_pll_find     3365 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 			pll = dss_pll_find("dsi1");
dss_pll_find     3367 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 				pll = dss_pll_find("video1");
dss_pll_find       82 drivers/video/fbdev/omap2/omapfb/dss/dpi.c 			return dss_pll_find("dsi0");
dss_pll_find       84 drivers/video/fbdev/omap2/omapfb/dss/dpi.c 			return dss_pll_find("dsi1");
dss_pll_find       92 drivers/video/fbdev/omap2/omapfb/dss/dpi.c 			return dss_pll_find("dsi0");
dss_pll_find       94 drivers/video/fbdev/omap2/omapfb/dss/dpi.c 			return dss_pll_find("dsi1");
dss_pll_find      103 drivers/video/fbdev/omap2/omapfb/dss/dpi.c 			return dss_pll_find("video0");
dss_pll_find      105 drivers/video/fbdev/omap2/omapfb/dss/dpi.c 			return dss_pll_find("video1");
dss_pll_find      484 drivers/video/fbdev/omap2/omapfb/dss/dss.h struct dss_pll *dss_pll_find(const char *name);