Searched refs:current_temp (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/thermal/ |
H A D | thermal_trace_ipa.h | 15 u32 max_allocatable_power, int current_temp, s32 delta_temp), 17 power_range, max_allocatable_power, current_temp, delta_temp), 25 __field(int, current_temp ) 35 __entry->current_temp = current_temp; 42 __entry->max_allocatable_power, __entry->current_temp,
|
/linux/drivers/net/wireless/intel/iwlegacy/ |
H A D | 4965.c | 1011 s32 current_temp; in il4965_fill_txpower_tbl() local 1105 current_temp = max(il->temperature, IL_TX_POWER_TEMPERATURE_MIN); in il4965_fill_txpower_tbl() 1106 current_temp = min(il->temperature, IL_TX_POWER_TEMPERATURE_MAX); in il4965_fill_txpower_tbl() 1107 current_temp = kelvin_to_celsius(current_temp); in il4965_fill_txpower_tbl() 1123 il4965_math_div_round((current_temp - in il4965_fill_txpower_tbl() 1133 factory_temp, current_temp, temperature_comp[c]); in il4965_fill_txpower_tbl()
|
/linux/drivers/net/wireless/silabs/wfx/ |
H A D | hif_api_general.h | 193 s8 current_temp; member
|
H A D | hif_rx.c | 236 body->data.rx_stats.current_temp); in wfx_hif_generic_indication()
|
/linux/drivers/sbus/char/ |
H A D | uctrl.c | 96 u8 current_temp; /* 0x07 */ member
|
/linux/Documentation/driver-api/thermal/ |
H A D | power_allocator.rst | 37 current_temp |
|