Searched refs:init_clocks (Results 1 – 12 of 12) 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()
81 if (cpu->init_clocks == NULL) in s3c24xx_init_clocks()84 (cpu->init_clocks)(xtal); in s3c24xx_init_clocks()
99 void (*init_clocks)(int xtal); member
235 void (*init_clocks)(struct clk_mgr *clk_mgr); member
477 .init_clocks = dcn3_init_clocks,497 .init_clocks = dcn3_init_clocks_fpga,
558 static int init_clocks(struct device *dev, const struct caam_imx_data *data) in init_clocks() function653 ret = init_clocks(dev, imx_soc_match->data); in caam_probe()
308 .init_clocks = rv1_init_clocks,
441 if (dc->clk_mgr && dc->clk_mgr->funcs->init_clocks) in dcn30_init_hw()442 dc->clk_mgr->funcs->init_clocks(dc->clk_mgr); in dcn30_init_hw()
449 .init_clocks = dcn2_init_clocks,
536 .init_clocks = rn_init_clocks,
2425 if (dc->clk_mgr && dc->clk_mgr->funcs->init_clocks) in dcn20_fpga_init_hw()2426 dc->clk_mgr->funcs->init_clocks(dc->clk_mgr); in dcn20_fpga_init_hw()
1272 if (dc->clk_mgr && dc->clk_mgr->funcs->init_clocks) in dcn10_init_hw()1273 dc->clk_mgr->funcs->init_clocks(dc->clk_mgr); in dcn10_init_hw()