Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/tegra/
H A Dsoctherm.h122 struct tegra_soctherm_soc { struct
141 extern const struct tegra_soctherm_soc tegra124_soctherm; argument
145 extern const struct tegra_soctherm_soc tegra132_soctherm;
149 extern const struct tegra_soctherm_soc tegra210_soctherm;
H A Dtegra132-soctherm.c210 const struct tegra_soctherm_soc tegra132_soctherm = {
H A Dtegra124-soctherm.c210 const struct tegra_soctherm_soc tegra124_soctherm = {
H A Dtegra210-soctherm.c218 const struct tegra_soctherm_soc tegra210_soctherm = {
H A Dsoctherm.c342 struct tegra_soctherm_soc *soc;
2083 struct tegra_soctherm_soc *soc; in tegra_soctherm_probe()
2091 soc = (struct tegra_soctherm_soc *)match->data; in tegra_soctherm_probe()
2246 struct tegra_soctherm_soc *soc = tegra->soc; in soctherm_resume()