Searched refs:clock_soctherm (Results 1 – 1 of 1) sorted by relevance
168 struct clk *clock_soctherm; member374 tegra->clock_soctherm = devm_clk_get(&pdev->dev, "soctherm"); in tegra_soctherm_probe()375 if (IS_ERR(tegra->clock_soctherm)) { in tegra_soctherm_probe()377 return PTR_ERR(tegra->clock_soctherm); in tegra_soctherm_probe()382 err = clk_prepare_enable(tegra->clock_soctherm); in tegra_soctherm_probe()388 clk_disable_unprepare(tegra->clock_soctherm); in tegra_soctherm_probe()443 clk_disable_unprepare(tegra->clock_soctherm); in tegra_soctherm_probe()459 clk_disable_unprepare(tegra->clock_soctherm); in tegra_soctherm_remove()