Searched refs:dsspll (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | hdmi_pll.c | 39 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()
|
/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | hdmi_pll.c | 99 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()
|