Searched refs:init_clocks (Results 1 – 10 of 10) sorted by relevance
75 static const char * const init_clocks[] = { variable87 for (i = 0; i < ARRAY_SIZE(init_clocks); i++) { in dm814x_adpll_enable_init_clocks()90 clock = clk_get(NULL, init_clocks[i]); in dm814x_adpll_enable_init_clocks()92 init_clocks[i])) in dm814x_adpll_enable_init_clocks()96 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
176 void (*init_clocks)(struct clk_mgr *clk_mgr); member
240 .init_clocks = rv1_init_clocks,
542 static int init_clocks(struct device *dev, const struct caam_imx_data *data) in init_clocks() function606 ret = init_clocks(dev, imx_soc_match->data); in caam_probe()
415 .init_clocks = dcn2_init_clocks,
335 .init_clocks = dcn2_init_clocks,
1981 if (dc->clk_mgr && dc->clk_mgr->funcs->init_clocks) in dcn20_fpga_init_hw()1982 dc->clk_mgr->funcs->init_clocks(dc->clk_mgr); in dcn20_fpga_init_hw()
1184 if (dc->clk_mgr && dc->clk_mgr->funcs->init_clocks) in dcn10_init_hw()1185 dc->clk_mgr->funcs->init_clocks(dc->clk_mgr); in dcn10_init_hw()