Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/thermal/
Drcar_thermal.c66 u32 ctemp; member
148 u32 ctemp, old, new; in rcar_thermal_update_temp() local
159 ctemp = 0; in rcar_thermal_update_temp()
171 ctemp = new; in rcar_thermal_update_temp()
177 if (!ctemp) { in rcar_thermal_update_temp()
190 rcar_thermal_write(priv, INTCTRL, (((ctemp - 0) << 8) | in rcar_thermal_update_temp()
191 ((ctemp - 1) << 0))); in rcar_thermal_update_temp()
194 dev_dbg(dev, "thermal%d %d -> %d\n", priv->id, priv->ctemp, ctemp); in rcar_thermal_update_temp()
196 priv->ctemp = ctemp; in rcar_thermal_update_temp()
212 *temp = MCELSIUS((priv->ctemp * 5) - 65); in rcar_thermal_get_temp()
/linux-4.1.27/security/selinux/ss/
Dpolicydb.c641 struct constraint_node *constraint, *ctemp; in cls_destroy() local
657 ctemp = constraint; in cls_destroy()
659 kfree(ctemp); in cls_destroy()
670 ctemp = constraint; in cls_destroy()
672 kfree(ctemp); in cls_destroy()