Searched refs:ctemp (Results 1 – 3 of 3) sorted by relevance
201 int old, new, ctemp = -EINVAL; in rcar_thermal_update_temp() local223 ctemp = new; in rcar_thermal_update_temp()229 if (ctemp < 0) { in rcar_thermal_update_temp()244 ((ctemp - 1) << 0))); in rcar_thermal_update_temp()250 return ctemp; in rcar_thermal_update_temp()256 int ctemp; in rcar_thermal_get_current_temp() local259 if (ctemp < 0) in rcar_thermal_get_current_temp()260 return ctemp; in rcar_thermal_get_current_temp()265 *temp = MCELSIUS((ctemp * 5) - 65); in rcar_thermal_get_current_temp()266 else if (ctemp < 24) in rcar_thermal_get_current_temp()[all …]
260 struct nvkm_object *child, *ctemp; in nvkm_object_dtor() local266 list_for_each_entry_safe(child, ctemp, &object->tree, head) { in nvkm_object_dtor()
217 struct constraint_node *constraint, *ctemp; in cls_destroy() local233 ctemp = constraint; in cls_destroy()235 kfree(ctemp); in cls_destroy()246 ctemp = constraint; in cls_destroy()248 kfree(ctemp); in cls_destroy()
Completed in 15 milliseconds