Home
last modified time | relevance | path

Searched refs:clock_soctherm (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/thermal/tegra/
H A Dsoctherm.c332 struct clk *clock_soctherm; member
1510 if (!tegra->clock_soctherm || !tegra->clock_tsensor) in soctherm_clk_enable()
1516 err = clk_prepare_enable(tegra->clock_soctherm); in soctherm_clk_enable()
1524 clk_disable_unprepare(tegra->clock_soctherm); in soctherm_clk_enable()
1530 clk_disable_unprepare(tegra->clock_soctherm); in soctherm_clk_enable()
2181 tegra->clock_soctherm = devm_clk_get(&pdev->dev, "soctherm"); in tegra_soctherm_probe()
2182 if (IS_ERR(tegra->clock_soctherm)) { in tegra_soctherm_probe()
2184 return PTR_ERR(tegra->clock_soctherm); in tegra_soctherm_probe()
/kernel/linux/linux-6.6/drivers/thermal/tegra/
H A Dsoctherm.c332 struct clk *clock_soctherm; member
1472 if (!tegra->clock_soctherm || !tegra->clock_tsensor) in soctherm_clk_enable()
1478 err = clk_prepare_enable(tegra->clock_soctherm); in soctherm_clk_enable()
1486 clk_disable_unprepare(tegra->clock_soctherm); in soctherm_clk_enable()
1492 clk_disable_unprepare(tegra->clock_soctherm); in soctherm_clk_enable()
2136 tegra->clock_soctherm = devm_clk_get(&pdev->dev, "soctherm"); in tegra_soctherm_probe()
2137 if (IS_ERR(tegra->clock_soctherm)) { in tegra_soctherm_probe()
2139 return PTR_ERR(tegra->clock_soctherm); in tegra_soctherm_probe()

Completed in 7 milliseconds