use_ccroc        1468 drivers/thermal/tegra/soctherm.c 	if (ts->soc->use_ccroc) {
use_ccroc        1652 drivers/thermal/tegra/soctherm.c 	ret = of_property_read_u32(np, ts->soc->use_ccroc ?
use_ccroc        1656 drivers/thermal/tegra/soctherm.c 		if (ts->soc->use_ccroc &&
use_ccroc        1659 drivers/thermal/tegra/soctherm.c 		else if (!ts->soc->use_ccroc && val <= 100)
use_ccroc        1939 drivers/thermal/tegra/soctherm.c 	if (ts->soc->use_ccroc)
use_ccroc        1968 drivers/thermal/tegra/soctherm.c 	if (ts->soc->use_ccroc) {
use_ccroc        1979 drivers/thermal/tegra/soctherm.c 	if (ts->soc->use_ccroc) {
use_ccroc        2140 drivers/thermal/tegra/soctherm.c 	if (!tegra->soc->use_ccroc) {
use_ccroc         130 drivers/thermal/tegra/soctherm.h 	const bool use_ccroc;
use_ccroc         218 drivers/thermal/tegra/tegra124-soctherm.c 	.use_ccroc = false,
use_ccroc         218 drivers/thermal/tegra/tegra132-soctherm.c 	.use_ccroc = true,
use_ccroc         226 drivers/thermal/tegra/tegra210-soctherm.c 	.use_ccroc = false,