Searched refs:clk_hw_data (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/drivers/clk/imx/ |
D | clk-imx6sll.c | 57 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()
|
D | clk-imx6sl.c | 99 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()
|
D | clk-imx6ul.c | 72 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()
|
D | clk-imx6sx.c | 85 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()
|
D | clk-imx7d.c | 377 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()
|
D | clk-imx6q.c | 92 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()
|