dsspll             39 drivers/gpu/drm/omapdrm/dss/hdmi_pll.c static int hdmi_pll_enable(struct dss_pll *dsspll)
dsspll             41 drivers/gpu/drm/omapdrm/dss/hdmi_pll.c 	struct hdmi_pll_data *pll = container_of(dsspll, struct hdmi_pll_data, pll);
dsspll             48 drivers/gpu/drm/omapdrm/dss/hdmi_pll.c 	dss_ctrl_pll_enable(dsspll, true);
dsspll             57 drivers/gpu/drm/omapdrm/dss/hdmi_pll.c static void hdmi_pll_disable(struct dss_pll *dsspll)
dsspll             59 drivers/gpu/drm/omapdrm/dss/hdmi_pll.c 	struct hdmi_pll_data *pll = container_of(dsspll, struct hdmi_pll_data, pll);
dsspll             65 drivers/gpu/drm/omapdrm/dss/hdmi_pll.c 	dss_ctrl_pll_enable(dsspll, false);
dsspll             99 drivers/video/fbdev/omap2/omapfb/dss/hdmi_pll.c static int hdmi_pll_enable(struct dss_pll *dsspll)
dsspll            101 drivers/video/fbdev/omap2/omapfb/dss/hdmi_pll.c 	struct hdmi_pll_data *pll = container_of(dsspll, struct hdmi_pll_data, pll);
dsspll            114 drivers/video/fbdev/omap2/omapfb/dss/hdmi_pll.c static void hdmi_pll_disable(struct dss_pll *dsspll)
dsspll            116 drivers/video/fbdev/omap2/omapfb/dss/hdmi_pll.c 	struct hdmi_pll_data *pll = container_of(dsspll, struct hdmi_pll_data, pll);