Home
last modified time | relevance | path

Searched refs:clk_tbl (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/media/platform/qcom/iris/
H A Diris_resources.c91 const struct platform_clk_data *clk_tbl; in iris_get_clk_by_type() local
94 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()
H A Diris_probe.c43 const struct platform_clk_data *clk_tbl; in iris_init_power_domains() local
67 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()
H A Diris_platform_sm8250.c126 .clk_tbl = sm8250_clk_table,
H A Diris_platform_common.h155 const struct platform_clk_data *clk_tbl; member
H A Diris_platform_sm8550.c233 .clk_tbl = sm8550_clk_table,