Searched defs:dss_pll_ops (Results 1 – 2 of 2) sorted by relevance
133 struct dss_pll_ops { struct134 int (*enable)(struct dss_pll *pll);135 void (*disable)(struct dss_pll *pll);136 int (*set_config)(struct dss_pll *pll,
104 static const struct dss_pll_ops dss_pll_ops = { variable