Searched refs:clk_sync_input (Results 1 – 2 of 2) sorted by relevance
113 struct clk *clk_sync_input; member
67 if (!IS_ERR(i2s->clk_sync_input)) { in tegra210_i2s_set_clock_rate()73 err = clk_set_rate(i2s->clk_sync_input, clock_rate); in tegra210_i2s_set_clock_rate()905 i2s->clk_sync_input = devm_clk_get(dev, "sync_input"); in tegra210_i2s_probe()906 if (IS_ERR(i2s->clk_sync_input)) in tegra210_i2s_probe()