Lines Matching defs:sclk
20 struct clk *sclk;
109 * If sclk is inverted, it means the bit should latched on the
114 ret = clk_set_phase(formatter->sclk, invert ? 0 : 180);
126 ret = clk_prepare_enable(formatter->sclk);
132 clk_disable_unprepare(formatter->sclk);
151 clk_disable_unprepare(formatter->sclk);
208 ret = clk_set_parent(formatter->sclk_sel, ts->iface->sclk);
303 formatter->sclk = devm_clk_get(dev, "sclk");
304 if (IS_ERR(formatter->sclk)) {
305 ret = PTR_ERR(formatter->sclk);
307 dev_err(dev, "failed to get sclk: %d\n", ret);