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
558 static int init_clocks(struct device *dev, const struct caam_imx_data *data) in init_clocks() function646 ret = init_clocks(dev, imx_soc_match->data); in caam_probe()
473 .init_clocks = dcn3_init_clocks,493 .init_clocks = dcn3_init_clocks_fpga,
308 .init_clocks = rv1_init_clocks,
431 if (dc->clk_mgr && dc->clk_mgr->funcs->init_clocks) in dcn30_init_hw()432 dc->clk_mgr->funcs->init_clocks(dc->clk_mgr); in dcn30_init_hw()
449 .init_clocks = dcn2_init_clocks,
534 .init_clocks = rn_init_clocks,
2413 if (dc->clk_mgr && dc->clk_mgr->funcs->init_clocks) in dcn20_fpga_init_hw()2414 dc->clk_mgr->funcs->init_clocks(dc->clk_mgr); in dcn20_fpga_init_hw()
1262 if (dc->clk_mgr && dc->clk_mgr->funcs->init_clocks) in dcn10_init_hw()1263 dc->clk_mgr->funcs->init_clocks(dc->clk_mgr); in dcn10_init_hw()