Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/imx/
H A Dclk-scu.h32 struct clk_hw *imx_clk_scu_alloc_dev(const char *name,
54 return imx_clk_scu_alloc_dev(name, NULL, 0, rsrc_id, clk_type); in imx_clk_scu()
60 return imx_clk_scu_alloc_dev(name, parents, num_parents, rsrc_id, clk_type); in imx_clk_scu2()
H A Dclk-scu.c673 struct clk_hw *imx_clk_scu_alloc_dev(const char *name, in imx_clk_scu_alloc_dev() function