Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Dhdmi_pll.c42 static int hdmi_pll_enable(struct dss_pll *dsspll) in hdmi_pll_enable() argument
44 struct hdmi_pll_data *pll = container_of(dsspll, struct hdmi_pll_data, pll); in hdmi_pll_enable()
51 dss_ctrl_pll_enable(dsspll, true); in hdmi_pll_enable()
60 static void hdmi_pll_disable(struct dss_pll *dsspll) in hdmi_pll_disable() argument
62 struct hdmi_pll_data *pll = container_of(dsspll, struct hdmi_pll_data, pll); in hdmi_pll_disable()
68 dss_ctrl_pll_enable(dsspll, false); in hdmi_pll_disable()
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Dhdmi_pll.c102 static int hdmi_pll_enable(struct dss_pll *dsspll) in hdmi_pll_enable() argument
104 struct hdmi_pll_data *pll = container_of(dsspll, struct hdmi_pll_data, pll); in hdmi_pll_enable()
117 static void hdmi_pll_disable(struct dss_pll *dsspll) in hdmi_pll_disable() argument
119 struct hdmi_pll_data *pll = container_of(dsspll, struct hdmi_pll_data, pll); in hdmi_pll_disable()