Lines Matching refs:fast_clk
257 struct clk *fast_clk; member
649 ret = clk_enable(i2c_dev->fast_clk); in tegra_i2c_runtime_resume()
661 clk_disable(i2c_dev->fast_clk); in tegra_i2c_runtime_resume()
674 clk_disable(i2c_dev->fast_clk); in tegra_i2c_runtime_suspend()
1514 struct clk *fast_clk; in tegra_i2c_probe() local
1574 fast_clk = devm_clk_get(&pdev->dev, "fast-clk"); in tegra_i2c_probe()
1575 if (IS_ERR(fast_clk)) { in tegra_i2c_probe()
1577 return PTR_ERR(fast_clk); in tegra_i2c_probe()
1579 i2c_dev->fast_clk = fast_clk; in tegra_i2c_probe()
1585 ret = clk_prepare(i2c_dev->fast_clk); in tegra_i2c_probe()
1684 clk_unprepare(i2c_dev->fast_clk); in tegra_i2c_probe()
1704 clk_unprepare(i2c_dev->fast_clk); in tegra_i2c_remove()