Searched refs:init_clocks (Results 1 – 10 of 10) sorted by relevance
80 static const char * const init_clocks[] = { variable92 for (i = 0; i < ARRAY_SIZE(init_clocks); i++) { in dm814x_adpll_enable_init_clocks()95 clock = clk_get(NULL, init_clocks[i]); in dm814x_adpll_enable_init_clocks()97 init_clocks[i])) in dm814x_adpll_enable_init_clocks()101 init_clocks[i])) in dm814x_adpll_enable_init_clocks()
175 .init_clocks = dcn201_init_clocks,
492 .init_clocks = dcn3_init_clocks,516 .init_clocks = dcn3_init_clocks_fpga,
296 void (*init_clocks)(struct clk_mgr *clk_mgr); member
305 .init_clocks = rv1_init_clocks,
234 if (dc->clk_mgr && dc->clk_mgr->funcs->init_clocks) in dcn201_init_hw()235 dc->clk_mgr->funcs->init_clocks(dc->clk_mgr); in dcn201_init_hw()
520 .init_clocks = dcn2_init_clocks,
566 .init_clocks = rn_init_clocks,
3133 if (dc->clk_mgr && dc->clk_mgr->funcs->init_clocks) in dcn20_fpga_init_hw()3134 dc->clk_mgr->funcs->init_clocks(dc->clk_mgr); in dcn20_fpga_init_hw()
147 if (dc->clk_mgr && dc->clk_mgr->funcs && dc->clk_mgr->funcs->init_clocks) { in dcn401_init_hw()148 dc->clk_mgr->funcs->init_clocks(dc->clk_mgr); in dcn401_init_hw()