Searched refs:ctemp (Results 1 – 3 of 3) sorted by relevance
200 int old, new, ctemp = -EINVAL; in rcar_thermal_update_temp() local222 ctemp = new; in rcar_thermal_update_temp()228 if (ctemp < 0) { in rcar_thermal_update_temp()242 rcar_thermal_write(priv, INTCTRL, (((ctemp - 0) << 8) | 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() local257 ctemp = rcar_thermal_update_temp(priv); in rcar_thermal_get_current_temp()258 if (ctemp < 0) in rcar_thermal_get_current_temp()259 return ctemp; in rcar_thermal_get_current_temp()[all …]
226 struct nvkm_object *child, *ctemp; in nvkm_object_dtor() local232 list_for_each_entry_safe(child, ctemp, &object->tree, head) { in nvkm_object_dtor()
216 struct constraint_node *constraint, *ctemp; in cls_destroy() local232 ctemp = constraint; in cls_destroy()234 kfree(ctemp); in cls_destroy()245 ctemp = constraint; in cls_destroy()247 kfree(ctemp); in cls_destroy()