Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/wireless/iwlegacy/
D4965.c1028 s32 current_temp; in il4965_fill_txpower_tbl() local
1122 current_temp = max(il->temperature, IL_TX_POWER_TEMPERATURE_MIN); in il4965_fill_txpower_tbl()
1123 current_temp = min(il->temperature, IL_TX_POWER_TEMPERATURE_MAX); in il4965_fill_txpower_tbl()
1124 current_temp = KELVIN_TO_CELSIUS(current_temp); in il4965_fill_txpower_tbl()
1140 il4965_math_div_round((current_temp - in il4965_fill_txpower_tbl()
1150 factory_temp, current_temp, temperature_comp[c]); in il4965_fill_txpower_tbl()
/linux-3.4.99/drivers/media/dvb/frontends/
Ddib0090.c1356 s32 current_temp = state->temperature; in dib0090_get_wbd_target() local
1365 if (current_temp < 0) in dib0090_get_wbd_target()
1366 current_temp = 0; in dib0090_get_wbd_target()
1367 if (current_temp > 128) in dib0090_get_wbd_target()
1368 current_temp = 128; in dib0090_get_wbd_target()
1381 wbd_tcold += ((wbd_thot - wbd_tcold) * current_temp) >> 7; in dib0090_get_wbd_target()
/linux-3.4.99/drivers/sbus/char/
Ductrl.c99 u8 current_temp; /* 0x07 */ member