Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/misc/
Dxilinx_sdfec.c183 struct clk *dout_clk; member
1262 clks->dout_clk = devm_clk_get(&pdev->dev, "m_axis_dout_aclk"); in xsdfec_clk_init()
1263 if (IS_ERR(clks->dout_clk)) { in xsdfec_clk_init()
1264 if (PTR_ERR(clks->dout_clk) != -ENOENT) { in xsdfec_clk_init()
1265 err = PTR_ERR(clks->dout_clk); in xsdfec_clk_init()
1268 clks->dout_clk = NULL; in xsdfec_clk_init()
1323 err = clk_prepare_enable(clks->dout_clk); in xsdfec_clk_init()
1355 clk_disable_unprepare(clks->dout_clk); in xsdfec_clk_init()
1373 clk_disable_unprepare(clks->dout_clk); in xsdfec_disable_all_clks()