Home
last modified time | relevance | path

Searched refs:tegra_soctherm_soc (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/thermal/tegra/
Dsoctherm.h107 struct tegra_soctherm_soc { struct
125 extern const struct tegra_soctherm_soc tegra124_soctherm; argument
129 extern const struct tegra_soctherm_soc tegra132_soctherm;
133 extern const struct tegra_soctherm_soc tegra210_soctherm;
Dtegra210-soctherm.c206 const struct tegra_soctherm_soc tegra210_soctherm = {
Dtegra132-soctherm.c205 const struct tegra_soctherm_soc tegra132_soctherm = {
Dtegra124-soctherm.c205 const struct tegra_soctherm_soc tegra124_soctherm = {
Dsoctherm.c236 struct tegra_soctherm_soc *soc;
1257 struct tegra_soctherm_soc *soc; in tegra_soctherm_probe()
1265 soc = (struct tegra_soctherm_soc *)match->data; in tegra_soctherm_probe()
1421 struct tegra_soctherm_soc *soc = tegra->soc; in soctherm_resume()