Lines Matching defs:ccu_pll_data
78 struct ccu_pll_data {
84 static struct ccu_pll_data *pll_data;
86 static struct ccu_pll *ccu_pll_find_desc(struct ccu_pll_data *data,
99 static struct ccu_pll_data *ccu_pll_create_data(struct device_node *np)
101 struct ccu_pll_data *data;
112 static void ccu_pll_free_data(struct ccu_pll_data *data)
117 static int ccu_pll_find_sys_regs(struct ccu_pll_data *data)
132 struct ccu_pll_data *data = priv;
148 static int ccu_pll_clk_register(struct ccu_pll_data *data, bool defer)
195 static void ccu_pll_clk_unregister(struct ccu_pll_data *data, bool defer)
208 static int ccu_pll_of_register(struct ccu_pll_data *data)
223 struct ccu_pll_data *data = pll_data;
248 struct ccu_pll_data *data;