Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/thermal/
Drcar_thermal.c201 int old, new, ctemp = -EINVAL; in rcar_thermal_update_temp() local
223 ctemp = new; in rcar_thermal_update_temp()
229 if (ctemp < 0) { in rcar_thermal_update_temp()
243 rcar_thermal_write(priv, INTCTRL, (((ctemp - 0) << 8) | 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() local
258 ctemp = rcar_thermal_update_temp(priv); in rcar_thermal_get_current_temp()
259 if (ctemp < 0) in rcar_thermal_get_current_temp()
260 return ctemp; in rcar_thermal_get_current_temp()
[all …]
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/core/
Dobject.c260 struct nvkm_object *child, *ctemp; in nvkm_object_dtor() local
266 list_for_each_entry_safe(child, ctemp, &object->tree, head) { in nvkm_object_dtor()
/linux-6.1.9/security/selinux/ss/
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()