Searched refs:ntemp (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/drivers/hwmon/
H A Dlm75.h39 int ntemp = clamp_val(temp, LM75_TEMP_MIN, LM75_TEMP_MAX); LM75_TEMP_TO_REG() local
40 ntemp += (ntemp < 0 ? -250 : 250); LM75_TEMP_TO_REG()
41 return (u16)((ntemp / 500) << 7); LM75_TEMP_TO_REG()
H A Djc42.c210 int ntemp = clamp_val(temp, jc42_temp_to_reg() local
215 return (ntemp * 2 / 125) & 0x1fff; jc42_temp_to_reg()
H A Dasb100.c151 int ntemp = clamp_val(temp, ASB100_TEMP_MIN, ASB100_TEMP_MAX); TEMP_TO_REG() local
152 ntemp += (ntemp < 0 ? -500 : 500); TEMP_TO_REG()
153 return (u8)(ntemp / 1000); TEMP_TO_REG()
H A Dw83627hf.c277 int ntemp = clamp_val(temp, TEMP_MIN, TEMP_MAX); TEMP_TO_REG() local
278 ntemp += (ntemp < 0 ? -500 : 500); TEMP_TO_REG()
279 return (u8)(ntemp / 1000); TEMP_TO_REG()
H A Dlm93.c440 int ntemp = clamp_val(temp, LM93_TEMP_MIN, LM93_TEMP_MAX); LM93_TEMP_TO_REG() local
441 ntemp += (ntemp < 0 ? -500 : 500); LM93_TEMP_TO_REG()
442 return (u8)(ntemp / 1000); LM93_TEMP_TO_REG()
/linux-4.4.14/drivers/gpu/drm/nouveau/
H A Dnouveau_usif.c382 struct usif_notify *notify, *ntemp; usif_client_fini() local
384 list_for_each_entry_safe(notify, ntemp, &cli->notifys, head) { usif_client_fini()

Completed in 280 milliseconds