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