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);
298 formatter->sclk = devm_clk_get(dev, "sclk");
299 if (IS_ERR(formatter->sclk))
300 return dev_err_probe(dev, PTR_ERR(formatter->sclk), "failed to get sclk\n");