Home
last modified time | relevance | path

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

/linux/drivers/thermal/renesas/
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()
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/drivers/gpu/drm/nouveau/nvkm/core/
H A 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/security/selinux/ss/
H A Dpolicydb.c226 struct constraint_node *constraint, *ctemp; in cls_destroy() local
242 ctemp = constraint; in cls_destroy()
244 kfree(ctemp); in cls_destroy()
255 ctemp = constraint; in cls_destroy()
257 kfree(ctemp); in cls_destroy()