Home
last modified time | relevance | path

Searched refs:clk_hw_data (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/clk/imx/
Dclk-imx6sll.c57 static struct clk_hw_onecell_data *clk_hw_data; variable
100 clk_hw_data = kzalloc(struct_size(clk_hw_data, hws, in imx6sll_clocks_init()
102 if (WARN_ON(!clk_hw_data)) in imx6sll_clocks_init()
105 clk_hw_data->num = IMX6SLL_CLK_END; in imx6sll_clocks_init()
106 hws = clk_hw_data->hws; in imx6sll_clocks_init()
357 of_clk_add_hw_provider(np, of_clk_hw_onecell_get, clk_hw_data); in imx6sll_clocks_init()
Dclk-imx6sl.c99 static struct clk_hw_onecell_data *clk_hw_data; variable
194 clk_hw_data = kzalloc(struct_size(clk_hw_data, hws, in imx6sl_clocks_init()
196 if (WARN_ON(!clk_hw_data)) in imx6sl_clocks_init()
199 clk_hw_data->num = IMX6SL_CLK_END; in imx6sl_clocks_init()
200 hws = clk_hw_data->hws; in imx6sl_clocks_init()
425 of_clk_add_hw_provider(np, of_clk_hw_onecell_get, clk_hw_data); in imx6sl_clocks_init()
Dclk-imx6ul.c72 static struct clk_hw_onecell_data *clk_hw_data; variable
119 clk_hw_data = kzalloc(struct_size(clk_hw_data, hws, in imx6ul_clocks_init()
121 if (WARN_ON(!clk_hw_data)) in imx6ul_clocks_init()
124 clk_hw_data->num = IMX6UL_CLK_END; in imx6ul_clocks_init()
125 hws = clk_hw_data->hws; in imx6ul_clocks_init()
471 of_clk_add_hw_provider(np, of_clk_hw_onecell_get, clk_hw_data); in imx6ul_clocks_init()
Dclk-imx6sx.c85 static struct clk_hw_onecell_data *clk_hw_data; variable
132 clk_hw_data = kzalloc(struct_size(clk_hw_data, hws, in imx6sx_clocks_init()
134 if (WARN_ON(!clk_hw_data)) in imx6sx_clocks_init()
137 clk_hw_data->num = IMX6SX_CLK_CLK_END; in imx6sx_clocks_init()
138 hws = clk_hw_data->hws; in imx6sx_clocks_init()
497 of_clk_add_hw_provider(np, of_clk_hw_onecell_get, clk_hw_data); in imx6sx_clocks_init()
Dclk-imx7d.c377 static struct clk_hw_onecell_data *clk_hw_data; variable
397 clk_hw_data = kzalloc(struct_size(clk_hw_data, hws, in imx7d_clocks_init()
399 if (WARN_ON(!clk_hw_data)) in imx7d_clocks_init()
402 clk_hw_data->num = IMX7D_CLK_END; in imx7d_clocks_init()
403 hws = clk_hw_data->hws; in imx7d_clocks_init()
879 of_clk_add_hw_provider(np, of_clk_hw_onecell_get, clk_hw_data); in imx7d_clocks_init()
Dclk-imx6q.c92 static struct clk_hw_onecell_data *clk_hw_data; variable
444 clk_hw_data = kzalloc(struct_size(clk_hw_data, hws, in imx6q_clocks_init()
446 if (WARN_ON(!clk_hw_data)) in imx6q_clocks_init()
449 clk_hw_data->num = IMX6QDL_CLK_END; in imx6q_clocks_init()
450 hws = clk_hw_data->hws; in imx6q_clocks_init()
917 of_clk_add_hw_provider(np, of_clk_hw_onecell_get, clk_hw_data); in imx6q_clocks_init()