Searched refs:clk_tbl (Results 1 – 5 of 5) sorted by relevance
91 const struct platform_clk_data *clk_tbl; in iris_get_clk_by_type() local94 clk_tbl = core->iris_platform_data->clk_tbl; in iris_get_clk_by_type()98 if (clk_tbl[i].clk_type == clk_type) { in iris_get_clk_by_type()100 if (!strcmp(core->clock_tbl[j].id, clk_tbl[i].clk_name)) in iris_get_clk_by_type()
43 const struct platform_clk_data *clk_tbl; in iris_init_power_domains() local67 clk_tbl = core->iris_platform_data->clk_tbl; in iris_init_power_domains()71 if (clk_tbl[i].clk_type == IRIS_HW_CLK) { in iris_init_power_domains()72 ret = devm_pm_opp_set_clkname(core->dev, clk_tbl[i].clk_name); in iris_init_power_domains()
126 .clk_tbl = sm8250_clk_table,
155 const struct platform_clk_data *clk_tbl; member
233 .clk_tbl = sm8550_clk_table,