Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/thermal/tegra/
Dsoctherm.h130 const bool use_ccroc; member
Dtegra124-soctherm.c218 .use_ccroc = false,
Dtegra132-soctherm.c218 .use_ccroc = true,
Dsoctherm.c1468 if (ts->soc->use_ccroc) { in regs_show()
1652 ret = of_property_read_u32(np, ts->soc->use_ccroc ? in soctherm_throt_cfg_parse()
1656 if (ts->soc->use_ccroc && in soctherm_throt_cfg_parse()
1659 else if (!ts->soc->use_ccroc && val <= 100) in soctherm_throt_cfg_parse()
1939 if (ts->soc->use_ccroc) in soctherm_throttle_program()
1968 if (ts->soc->use_ccroc) { in tegra_soctherm_throttle()
1979 if (ts->soc->use_ccroc) { in tegra_soctherm_throttle()
2140 if (!tegra->soc->use_ccroc) { in tegra_soctherm_probe()
Dtegra210-soctherm.c226 .use_ccroc = false,