Searched refs:tsensors (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/tegra/ |
H A D | soctherm.c | 387 const struct tegra_tsensor *sensor = &tegra->soc->tsensors[i]; in enable_tsensor() 1296 const struct tegra_tsensor *tsensors = ts->soc->tsensors; in regs_show() local 1304 r = readl(ts->regs + tsensors[i].base + SENSOR_CONFIG1); in regs_show() 1307 seq_printf(s, "%s: ", tsensors[i].name); in regs_show() 1322 r = readl(ts->regs + tsensors[i].base + SENSOR_STATUS1); in regs_show() 1328 r = readl(ts->regs + tsensors[i].base + SENSOR_STATUS0); in regs_show() 1334 r = readl(ts->regs + tsensors[i].base + SENSOR_CONFIG0); in regs_show() 1346 r = readl(ts->regs + tsensors[i].base + SENSOR_CONFIG2); in regs_show() 2200 err = tegra_calc_tsensor_calib(&soc->tsensors[ in tegra_soctherm_probe() [all...] |
H A D | soctherm.h | 123 const struct tegra_tsensor *tsensors; member
|
H A D | tegra210-soctherm.c | 219 .tsensors = tegra210_tsensors,
|
H A D | tegra132-soctherm.c | 211 .tsensors = tegra132_tsensors,
|
H A D | tegra124-soctherm.c | 211 .tsensors = tegra124_tsensors,
|
/kernel/linux/linux-6.6/drivers/thermal/tegra/ |
H A D | soctherm.c | 387 const struct tegra_tsensor *sensor = &tegra->soc->tsensors[i]; in enable_tsensor() 1258 const struct tegra_tsensor *tsensors = ts->soc->tsensors; in regs_show() local 1266 r = readl(ts->regs + tsensors[i].base + SENSOR_CONFIG1); in regs_show() 1269 seq_printf(s, "%s: ", tsensors[i].name); in regs_show() 1284 r = readl(ts->regs + tsensors[i].base + SENSOR_STATUS1); in regs_show() 1290 r = readl(ts->regs + tsensors[i].base + SENSOR_STATUS0); in regs_show() 1296 r = readl(ts->regs + tsensors[i].base + SENSOR_CONFIG0); in regs_show() 1308 r = readl(ts->regs + tsensors[i].base + SENSOR_CONFIG2); in regs_show() 2155 err = tegra_calc_tsensor_calib(&soc->tsensors[ in tegra_soctherm_probe() [all...] |
H A D | soctherm.h | 123 const struct tegra_tsensor *tsensors; member
|
H A D | tegra210-soctherm.c | 219 .tsensors = tegra210_tsensors,
|
H A D | tegra132-soctherm.c | 211 .tsensors = tegra132_tsensors,
|
H A D | tegra124-soctherm.c | 211 .tsensors = tegra124_tsensors,
|
Completed in 12 milliseconds