Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/thermal/renesas/
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()
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() local
257 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 …]
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/core/
Dobject.c226 struct nvkm_object *child, *ctemp; in nvkm_object_dtor() local
232 list_for_each_entry_safe(child, ctemp, &object->tree, head) { in nvkm_object_dtor()
/linux-6.12.1/security/selinux/ss/
Dpolicydb.c216 struct constraint_node *constraint, *ctemp; in cls_destroy() local
232 ctemp = constraint; in cls_destroy()
234 kfree(ctemp); in cls_destroy()
245 ctemp = constraint; in cls_destroy()
247 kfree(ctemp); in cls_destroy()