Searched refs:ctemp (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/ |
H A D | rcar_thermal.c | 201 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...] |
/kernel/linux/linux-6.6/drivers/thermal/ |
H A D | rcar_thermal.c | 200 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...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/core/ |
H A D | object.c | 260 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/core/ |
H A D | object.c | 260 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()
|
/kernel/linux/linux-5.10/security/selinux/ss/ |
H A D | policydb.c | 221 struct constraint_node *constraint, *ctemp; in cls_destroy() local 237 ctemp = constraint; in cls_destroy() 239 kfree(ctemp); in cls_destroy() 250 ctemp = constraint; in cls_destroy() 252 kfree(ctemp); in cls_destroy()
|
/kernel/linux/linux-6.6/security/selinux/ss/ |
H A D | policydb.c | 217 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()
|
Completed in 10 milliseconds