Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/misc/
Dxilinx_sdfec.c183 struct clk *dout_clk; member
1240 clks->dout_clk = devm_clk_get(&pdev->dev, "m_axis_dout_aclk"); in xsdfec_clk_init()
1241 if (IS_ERR(clks->dout_clk)) { in xsdfec_clk_init()
1242 if (PTR_ERR(clks->dout_clk) != -ENOENT) { in xsdfec_clk_init()
1243 err = PTR_ERR(clks->dout_clk); in xsdfec_clk_init()
1246 clks->dout_clk = NULL; in xsdfec_clk_init()
1301 err = clk_prepare_enable(clks->dout_clk); in xsdfec_clk_init()
1333 clk_disable_unprepare(clks->dout_clk); in xsdfec_clk_init()
1351 clk_disable_unprepare(clks->dout_clk); in xsdfec_disable_all_clks()