Home
last modified time | relevance | path

Searched refs:ctemp (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/thermal/
H A Drcar_thermal.c200 int old, new, ctemp = -EINVAL; in rcar_thermal_update_temp() local
222 ctemp = new; in rcar_thermal_update_temp()
228 if (ctemp < 0) { in rcar_thermal_update_temp()
243 ((ctemp - 1) << 0))); in rcar_thermal_update_temp()
249 return ctemp; in rcar_thermal_update_temp()
255 int ctemp; in rcar_thermal_get_current_temp() local
258 if (ctemp < 0) in rcar_thermal_get_current_temp()
259 return ctemp; in rcar_thermal_get_current_temp()
264 *temp = MCELSIUS((ctemp * 5) - 65); in rcar_thermal_get_current_temp()
265 else if (ctemp < 24) in rcar_thermal_get_current_temp()
[all …]
/openbmc/phosphor-hwmon/
H A Dhwmon.hpp32 static constexpr auto ctemp = "temp"; variable
40 static const std::string temp = ctemp;
53 std::make_tuple(hwmon::type::ctemp, ValueInterface::Unit::DegreesC, -3,
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Dobject.c274 struct nvkm_object *child, *ctemp; in nvkm_object_dtor() local
280 list_for_each_entry_safe(child, ctemp, &object->tree, head) { in nvkm_object_dtor()
/openbmc/linux/security/selinux/ss/
H A Dpolicydb.c217 struct constraint_node *constraint, *ctemp; in cls_destroy() local
233 ctemp = constraint; in cls_destroy()
235 kfree(ctemp); in cls_destroy()
246 ctemp = constraint; in cls_destroy()
248 kfree(ctemp); in cls_destroy()