ttgs 1292 drivers/thermal/tegra/soctherm.c const struct tegra_tsensor_group **ttgs = ts->soc->ttgs; ttgs 1369 drivers/thermal/tegra/soctherm.c seq_printf(s, "%s:\n", ttgs[i]->name); ttgs 1373 drivers/thermal/tegra/soctherm.c u16 off = ttgs[i]->thermctl_lvl0_offset; ttgs 1377 drivers/thermal/tegra/soctherm.c mask = ttgs[i]->thermctl_lvl0_up_thresh_mask; ttgs 1383 drivers/thermal/tegra/soctherm.c mask = ttgs[i]->thermctl_lvl0_dn_thresh_mask; ttgs 1444 drivers/thermal/tegra/soctherm.c state = REG_GET_MASK(r, ttgs[0]->thermtrip_any_en_mask); ttgs 1447 drivers/thermal/tegra/soctherm.c state = REG_GET_MASK(r, ttgs[i]->thermtrip_enable_mask); ttgs 1448 drivers/thermal/tegra/soctherm.c seq_printf(s, " %s En(%d) ", ttgs[i]->name, state); ttgs 1449 drivers/thermal/tegra/soctherm.c state = REG_GET_MASK(r, ttgs[i]->thermtrip_threshold_mask); ttgs 2053 drivers/thermal/tegra/soctherm.c const struct tegra_tsensor_group **ttgs = tegra->soc->ttgs; ttgs 2065 drivers/thermal/tegra/soctherm.c pdiv = REG_SET_MASK(pdiv, ttgs[i]->pdiv_mask, ttgs 2066 drivers/thermal/tegra/soctherm.c ttgs[i]->pdiv); ttgs 2068 drivers/thermal/tegra/soctherm.c if (ttgs[i]->id == TEGRA124_SOCTHERM_SENSOR_PLLX) ttgs 2071 drivers/thermal/tegra/soctherm.c ttgs[i]->pllx_hotspot_mask, ttgs 2072 drivers/thermal/tegra/soctherm.c ttgs[i]->pllx_hotspot_diff); ttgs 2220 drivers/thermal/tegra/soctherm.c zone->reg = tegra->regs + soc->ttgs[i]->sensor_temp_offset; ttgs 2222 drivers/thermal/tegra/soctherm.c zone->sg = soc->ttgs[i]; ttgs 2226 drivers/thermal/tegra/soctherm.c soc->ttgs[i]->id, zone, ttgs 2236 drivers/thermal/tegra/soctherm.c tegra->thermctl_tzs[soc->ttgs[i]->id] = z; ttgs 2239 drivers/thermal/tegra/soctherm.c err = tegra_soctherm_set_hwtrips(&pdev->dev, soc->ttgs[i], z); ttgs 2295 drivers/thermal/tegra/soctherm.c tz = tegra->thermctl_tzs[soc->ttgs[i]->id]; ttgs 2296 drivers/thermal/tegra/soctherm.c err = tegra_soctherm_set_hwtrips(dev, soc->ttgs[i], tz); ttgs 125 drivers/thermal/tegra/soctherm.h const struct tegra_tsensor_group **ttgs; ttgs 213 drivers/thermal/tegra/tegra124-soctherm.c .ttgs = tegra124_tsensor_groups, ttgs 213 drivers/thermal/tegra/tegra132-soctherm.c .ttgs = tegra132_tsensor_groups, ttgs 221 drivers/thermal/tegra/tegra210-soctherm.c .ttgs = tegra210_tsensor_groups,