Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/codecs/
H A Dsta32x.c139 struct clk *xti_clk; member
880 if (sta32x->xti_clk) { in sta32x_probe()
881 ret = clk_prepare_enable(sta32x->xti_clk); in sta32x_probe()
987 if (sta32x->xti_clk) in sta32x_probe()
988 clk_disable_unprepare(sta32x->xti_clk); in sta32x_probe()
999 if (sta32x->xti_clk) in sta32x_remove()
1000 clk_disable_unprepare(sta32x->xti_clk); in sta32x_remove()
1113 sta32x->xti_clk = devm_clk_get(dev, "xti"); in sta32x_i2c_probe()
1114 if (IS_ERR(sta32x->xti_clk)) { in sta32x_i2c_probe()
1115 ret = PTR_ERR(sta32x->xti_clk); in sta32x_i2c_probe()
[all …]