Searched refs:xti_clk (Results 1 – 1 of 1) sorted by relevance
138 struct clk *xti_clk; member879 if (sta32x->xti_clk) { in sta32x_probe()880 ret = clk_prepare_enable(sta32x->xti_clk); in sta32x_probe()986 if (sta32x->xti_clk) in sta32x_probe()987 clk_disable_unprepare(sta32x->xti_clk); in sta32x_probe()998 if (sta32x->xti_clk) in sta32x_remove()999 clk_disable_unprepare(sta32x->xti_clk); in sta32x_remove()1112 sta32x->xti_clk = devm_clk_get(dev, "xti"); in sta32x_i2c_probe()1113 if (IS_ERR(sta32x->xti_clk)) { in sta32x_i2c_probe()1114 ret = PTR_ERR(sta32x->xti_clk); in sta32x_i2c_probe()[all …]