Searched refs:clk_i2s (Results 1 – 8 of 8) sorted by relevance
77 static struct clk *clk_i2s; variable99 if (IS_ERR(clk_i2s)) in pxa2xx_i2s_startup()100 return PTR_ERR(clk_i2s); in pxa2xx_i2s_startup()160 if (WARN_ON(IS_ERR(clk_i2s))) in pxa2xx_i2s_hw_params()162 clk_prepare_enable(clk_i2s); in pxa2xx_i2s_hw_params()255 clk_disable_unprepare(clk_i2s); in pxa2xx_i2s_shutdown()297 clk_i2s = clk_get(dai->dev, "I2SCLK"); in pxa2xx_i2s_probe()298 if (IS_ERR(clk_i2s)) in pxa2xx_i2s_probe()299 return PTR_ERR(clk_i2s); in pxa2xx_i2s_probe()322 clk_put(clk_i2s); in pxa2xx_i2s_remove()[all …]
86 struct clk *clk_i2s; member124 ret = clk_prepare_enable(i2s->clk_i2s); in jz4740_i2s_startup()142 clk_disable_unprepare(i2s->clk_i2s); in jz4740_i2s_shutdown()308 div = jz4740_i2s_get_i2sdiv(clk_get_rate(i2s->clk_i2s), in jz4740_i2s_hw_params()424 clk_disable_unprepare(i2s->clk_i2s); in jz4740_i2s_suspend()442 ret = clk_prepare_enable(i2s->clk_i2s); in jz4740_i2s_resume()566 i2s->clk_i2s = devm_clk_get(dev, "i2s"); in jz4740_i2s_dev_probe()567 if (IS_ERR(i2s->clk_i2s)) in jz4740_i2s_dev_probe()568 return PTR_ERR(i2s->clk_i2s); in jz4740_i2s_dev_probe()
76 err = clk_set_rate(i2s->clk_i2s, clock_rate); in tegra210_i2s_set_clock_rate() 187 clk_disable_unprepare(i2s->clk_i2s); in tegra210_i2s_runtime_suspend() 197 err = clk_prepare_enable(i2s->clk_i2s); in tegra210_i2s_runtime_resume() 1070 i2s->clk_i2s = devm_clk_get(dev, "i2s"); in tegra210_i2s_probe() 1071 if (IS_ERR(i2s->clk_i2s)) { in tegra210_i2s_probe() 1073 return PTR_ERR(i2s->clk_i2s); in tegra210_i2s_probe()
143 struct clk *clk_i2s; member
162 struct clk *clk_i2s; member
227 struct clk *clk_i2s; member
129 struct clk *clk_i2s; member
65 clk_i2s: i2s_ckin { label548 clocks = <&clk_hse>, <&clk_lse>, <&clk_i2s>;