Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Ddss.h133 struct dss_pll_ops { struct
134 int (*enable)(struct dss_pll *pll);
135 void (*disable)(struct dss_pll *pll);
136 int (*set_config)(struct dss_pll *pll,
Dvideo-pll.c104 static const struct dss_pll_ops dss_pll_ops = { variable