Searched refs:init_clocks (Results 1 – 9 of 9) sorted by relevance
168 static void init_clocks(void);214 init_clocks(void) in init_clocks() function434 init_clocks(); in initarm()
185 static void init_clocks(void);263 init_clocks(); in initarm()353 init_clocks(void) in init_clocks() function
252 static void init_clocks(void);570 init_clocks(); in initarm()742 init_clocks(void) in init_clocks() function
176 void (*init_clocks)(struct clk_mgr *clk_mgr); member
248 .init_clocks = rv1_init_clocks,
427 .init_clocks = dcn2_init_clocks,
506 .init_clocks = rn_init_clocks,
2296 if (dc->clk_mgr && dc->clk_mgr->funcs->init_clocks) in dcn20_fpga_init_hw()2297 dc->clk_mgr->funcs->init_clocks(dc->clk_mgr); in dcn20_fpga_init_hw()
1248 if (dc->clk_mgr && dc->clk_mgr->funcs->init_clocks) in dcn10_init_hw()1249 dc->clk_mgr->funcs->init_clocks(dc->clk_mgr); in dcn10_init_hw()