Searched refs:current_temp (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/include/trace/events/
H A Dthermal_power_allocator.h14 int current_temp, s32 delta_temp),
17 max_allocatable_power, current_temp, delta_temp),
27 __field(int, current_temp )
41 __entry->current_temp = current_temp;
53 __entry->max_allocatable_power, __entry->current_temp,
/linux-4.4.14/drivers/net/wireless/iwlegacy/
H A D4965.c1027 s32 current_temp; il4965_fill_txpower_tbl() local
1121 current_temp = max(il->temperature, IL_TX_POWER_TEMPERATURE_MIN); il4965_fill_txpower_tbl()
1122 current_temp = min(il->temperature, IL_TX_POWER_TEMPERATURE_MAX); il4965_fill_txpower_tbl()
1123 current_temp = KELVIN_TO_CELSIUS(current_temp); il4965_fill_txpower_tbl()
1139 il4965_math_div_round((current_temp - il4965_fill_txpower_tbl()
1149 factory_temp, current_temp, temperature_comp[c]); il4965_fill_txpower_tbl()
/linux-4.4.14/drivers/sbus/char/
H A Ductrl.c98 u8 current_temp; /* 0x07 */ member in struct:uctrl_status
/linux-4.4.14/drivers/media/dvb-frontends/
H A Ddib0090.c1336 s32 current_temp = state->temperature; dib0090_get_wbd_target() local
1345 if (current_temp < 0) dib0090_get_wbd_target()
1346 current_temp = 0; dib0090_get_wbd_target()
1347 if (current_temp > 128) dib0090_get_wbd_target()
1348 current_temp = 128; dib0090_get_wbd_target()
1361 wbd_tcold += ((wbd_thot - wbd_tcold) * current_temp) >> 7; dib0090_get_wbd_target()

Completed in 201 milliseconds