Lines Matching defs:ccu_div_data
123 struct ccu_div_data {
135 #define to_ccu_div_data(_rcdev) container_of(_rcdev, struct ccu_div_data, rcdev)
262 static struct ccu_div *ccu_div_find_desc(struct ccu_div_data *data,
280 struct ccu_div_data *data = to_ccu_div_data(rcdev);
313 static struct ccu_div_data *ccu_div_create_data(struct device_node *np)
315 struct ccu_div_data *data;
354 static void ccu_div_free_data(struct ccu_div_data *data)
361 static int ccu_div_find_sys_regs(struct ccu_div_data *data)
376 struct ccu_div_data *data = priv;
390 static int ccu_div_clk_register(struct ccu_div_data *data)
446 static void ccu_div_clk_unregister(struct ccu_div_data *data)
456 static int ccu_div_rst_register(struct ccu_div_data *data)
474 struct ccu_div_data *data;