Home
last modified time | relevance | path

Searched refs:imx_clk_scu_alloc_dev (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/clk/imx/
H A Dclk-scu.h34 struct clk_hw *imx_clk_scu_alloc_dev(const char *name,
56 return imx_clk_scu_alloc_dev(name, NULL, 0, rsrc_id, clk_type); in imx_clk_scu()
62 return imx_clk_scu_alloc_dev(name, parents, num_parents, rsrc_id, clk_type); in imx_clk_scu2()
H A Dclk-scu.c678 struct clk_hw *imx_clk_scu_alloc_dev(const char *name, in imx_clk_scu_alloc_dev() function