Home
last modified time | relevance | path

Searched refs:thermtrips (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/thermal/tegra/
H A Dsoctherm.h131 struct tsensor_group_thermtrips *thermtrips; member
H A Dtegra210-soctherm.c227 .thermtrips = tegra210_tsensor_thermtrips,
H A Dsoctherm.c570 struct tsensor_group_thermtrips *tt = ts->soc->thermtrips; in tsensor_group_thermtrip_get()
604 * If thermtrips property is set in DT, in tegra_thermctl_set_trip_temp()
755 * "THROTTLE" trip points , using "thermtrips", "critical" or "hot"
780 /* Get thermtrips. If missing, try to get critical trips. */ in tegra_soctherm_set_hwtrips()
1576 struct tsensor_group_thermtrips *tt = ts->soc->thermtrips; in soctherm_thermtrips_parse()
1584 n = of_property_count_u32_elems(dev->of_node, "nvidia,thermtrips"); in soctherm_thermtrips_parse()
1587 "missing thermtrips, will use critical trips as shut down temp\n"); in soctherm_thermtrips_parse()
1596 ret = of_property_read_u32_array(dev->of_node, "nvidia,thermtrips", in soctherm_thermtrips_parse()
1599 dev_err(dev, "invalid num ele: thermtrips:%d\n", ret); in soctherm_thermtrips_parse()
/kernel/linux/linux-6.6/drivers/thermal/tegra/
H A Dsoctherm.h131 struct tsensor_group_thermtrips *thermtrips; member
H A Dtegra210-soctherm.c227 .thermtrips = tegra210_tsensor_thermtrips,
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()

Completed in 11 milliseconds