Home
last modified time | relevance | path

Searched full:thermtrips (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/Documentation/devicetree/bindings/thermal/
H A Dnvidia,tegra124-soctherm.yaml151 nvidia,thermtrips:
164 "nvidia,thermtrips" property is missing. When the thermtrips property
254 nvidia,thermtrips = <TEGRA124_SOCTHERM_SENSOR_CPU 102500>,
/openbmc/linux/drivers/thermal/tegra/
H A Dsoctherm.h131 struct tsensor_group_thermtrips *thermtrips; member
H A Dsoctherm.c570 struct tsensor_group_thermtrips *tt = ts->soc->thermtrips; in tsensor_group_thermtrip_get()
603 * If thermtrips property is set in DT, in tegra_thermctl_set_trip_temp()
717 * "THROTTLE" trip points , using "thermtrips", "critical" or "hot"
742 /* Get thermtrips. If missing, try to get critical trips. */ in tegra_soctherm_set_hwtrips()
1538 struct tsensor_group_thermtrips *tt = ts->soc->thermtrips; in soctherm_thermtrips_parse()
1546 n = of_property_count_u32_elems(dev->of_node, "nvidia,thermtrips"); in soctherm_thermtrips_parse()
1549 "missing thermtrips, will use critical trips as shut down temp\n"); in soctherm_thermtrips_parse()
1558 ret = of_property_read_u32_array(dev->of_node, "nvidia,thermtrips", in soctherm_thermtrips_parse()
1561 dev_err(dev, "invalid num ele: thermtrips:%d\n", ret); in soctherm_thermtrips_parse()
H A Dtegra210-soctherm.c227 .thermtrips = tegra210_tsensor_thermtrips,