Searched refs:xti_clk (Results 1 – 1 of 1) sorted by relevance
142 struct clk *xti_clk; member883 if (sta32x->xti_clk) { in sta32x_probe()884 ret = clk_prepare_enable(sta32x->xti_clk); in sta32x_probe()990 if (sta32x->xti_clk) in sta32x_probe()991 clk_disable_unprepare(sta32x->xti_clk); in sta32x_probe()1002 if (sta32x->xti_clk) in sta32x_remove()1003 clk_disable_unprepare(sta32x->xti_clk); in sta32x_remove()1121 sta32x->xti_clk = devm_clk_get(dev, "xti"); in sta32x_i2c_probe()1122 if (IS_ERR(sta32x->xti_clk)) { in sta32x_i2c_probe()1123 ret = PTR_ERR(sta32x->xti_clk); in sta32x_i2c_probe()[all …]