Searched defs:dss_pll_ops (Results 1 – 4 of 4) sorted by relevance
122 struct dss_pll_ops { struct123 int (*enable)(struct dss_pll *pll);124 void (*disable)(struct dss_pll *pll);125 int (*set_config)(struct dss_pll *pll,
98 static const struct dss_pll_ops dss_pll_ops = { variable
143 struct dss_pll_ops { struct144 int (*enable)(struct dss_pll *pll);145 void (*disable)(struct dss_pll *pll);146 int (*set_config)(struct dss_pll *pll,
96 static const struct dss_pll_ops dss_pll_ops = { variable
Completed in 12 milliseconds