Home
last modified time | relevance | path

Searched refs:tsensors (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/thermal/tegra/
H A Dsoctherm.c394 const struct tegra_tsensor *sensor = &tegra->soc->tsensors[i]; in enable_tsensor()
1260 const struct tegra_tsensor *tsensors = ts->soc->tsensors; in regs_show() local
1268 r = readl(ts->regs + tsensors[i].base + SENSOR_CONFIG1); in regs_show()
1271 seq_printf(s, "%s: ", tsensors[i].name); in regs_show()
1286 r = readl(ts->regs + tsensors[i].base + SENSOR_STATUS1); in regs_show()
1292 r = readl(ts->regs + tsensors[i].base + SENSOR_STATUS0); in regs_show()
1298 r = readl(ts->regs + tsensors[i].base + SENSOR_CONFIG0); in regs_show()
1310 r = readl(ts->regs + tsensors[i].base + SENSOR_CONFIG2); in regs_show()
2161 err = tegra_calc_tsensor_calib(&soc->tsensors[i], in tegra_soctherm_probe()
H A Dsoctherm.h128 const struct tegra_tsensor *tsensors; member
H A Dtegra132-soctherm.c215 .tsensors = tegra132_tsensors,
H A Dtegra114-soctherm.c201 .tsensors = tegra114_tsensors,
H A Dtegra210-soctherm.c223 .tsensors = tegra210_tsensors,
H A Dtegra124-soctherm.c215 .tsensors = tegra124_tsensors,