Home
last modified time | relevance | path

Searched defs:dss_pll_ops (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/video/fbdev/omap2/omapfb/dss/
A Ddss.h122 struct dss_pll_ops { struct
123 int (*enable)(struct dss_pll *pll);
124 void (*disable)(struct dss_pll *pll);
125 int (*set_config)(struct dss_pll *pll,
A Dvideo-pll.c98 static const struct dss_pll_ops dss_pll_ops = { variable
/linux/drivers/gpu/drm/omapdrm/dss/
A Ddss.h143 struct dss_pll_ops { struct
144 int (*enable)(struct dss_pll *pll);
145 void (*disable)(struct dss_pll *pll);
146 int (*set_config)(struct dss_pll *pll,
A Dvideo-pll.c96 static const struct dss_pll_ops dss_pll_ops = { variable

Completed in 7 milliseconds