Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi_pll.c39 static int hdmi_pll_enable(struct dss_pll *dsspll) in hdmi_pll_enable() argument
41 struct hdmi_pll_data *pll = container_of(dsspll, struct hdmi_pll_data, pll); in hdmi_pll_enable()
48 dss_ctrl_pll_enable(dsspll, true); in hdmi_pll_enable()
57 static void hdmi_pll_disable(struct dss_pll *dsspll) in hdmi_pll_disable() argument
59 struct hdmi_pll_data *pll = container_of(dsspll, struct hdmi_pll_data, pll); in hdmi_pll_disable()
65 dss_ctrl_pll_enable(dsspll, false); in hdmi_pll_disable()
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi_pll.c99 static int hdmi_pll_enable(struct dss_pll *dsspll) in hdmi_pll_enable() argument
101 struct hdmi_pll_data *pll = container_of(dsspll, struct hdmi_pll_data, pll); in hdmi_pll_enable()
109 static void hdmi_pll_disable(struct dss_pll *dsspll) in hdmi_pll_disable() argument
111 struct hdmi_pll_data *pll = container_of(dsspll, struct hdmi_pll_data, pll); in hdmi_pll_disable()