Searched refs:current_temp (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/trace/events/ |
D | thermal_power_allocator.h | 14 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/ |
D | 4965.c | 1027 s32 current_temp; in il4965_fill_txpower_tbl() local 1121 current_temp = max(il->temperature, IL_TX_POWER_TEMPERATURE_MIN); in il4965_fill_txpower_tbl() 1122 current_temp = min(il->temperature, IL_TX_POWER_TEMPERATURE_MAX); in il4965_fill_txpower_tbl() 1123 current_temp = KELVIN_TO_CELSIUS(current_temp); in il4965_fill_txpower_tbl() 1139 il4965_math_div_round((current_temp - in il4965_fill_txpower_tbl() 1149 factory_temp, current_temp, temperature_comp[c]); in il4965_fill_txpower_tbl()
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | dib0090.c | 1336 s32 current_temp = state->temperature; in dib0090_get_wbd_target() local 1345 if (current_temp < 0) in dib0090_get_wbd_target() 1346 current_temp = 0; in dib0090_get_wbd_target() 1347 if (current_temp > 128) in dib0090_get_wbd_target() 1348 current_temp = 128; in dib0090_get_wbd_target() 1361 wbd_tcold += ((wbd_thot - wbd_tcold) * current_temp) >> 7; in dib0090_get_wbd_target()
|
/linux-4.4.14/drivers/sbus/char/ |
D | uctrl.c | 98 u8 current_temp; /* 0x07 */ member
|
/linux-4.4.14/Documentation/thermal/ |
D | power_allocator.txt | 36 current_temp |
|