Searched refs:current_temp (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | thermal_power_allocator.h | 15 int current_temp, s32 delta_temp), 18 max_allocatable_power, current_temp, delta_temp), 28 __field(int, current_temp ) 42 __entry->current_temp = current_temp; 54 __entry->max_allocatable_power, __entry->current_temp,
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-exynos/include/mach/ |
| H A D | tmu.h | 35 u32 current_temp; member
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/ |
| H A D | aw_monitor.c | 196 int current_temp = 0; in aw_monitor_get_temp_and_vol() local 209 ret = aw_monitor_get_temperature(aw_dev, ¤t_temp); in aw_monitor_get_temp_and_vol() 213 current_temp = monitor->test_temp; in aw_monitor_get_temp_and_vol() 220 ret = aw_monitor_get_temperature(aw_dev, ¤t_temp); in aw_monitor_get_temp_and_vol() 226 monitor->temp_trace.sum_val += current_temp; in aw_monitor_get_temp_and_vol()
|
| /OK3568_Linux_fs/kernel/drivers/staging/wfx/ |
| H A D | hif_api_general.h | 208 s8 current_temp; member
|
| H A D | hif_rx.c | 250 body->data.rx_stats.current_temp); in hif_generic_indication()
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | dib0090.c | 1332 s32 current_temp = state->temperature; in dib0090_get_wbd_target() local 1341 if (current_temp < 0) in dib0090_get_wbd_target() 1342 current_temp = 0; in dib0090_get_wbd_target() 1343 if (current_temp > 128) in dib0090_get_wbd_target() 1344 current_temp = 128; in dib0090_get_wbd_target() 1357 wbd_tcold += ((wbd_thot - wbd_tcold) * current_temp) >> 7; in dib0090_get_wbd_target()
|
| /OK3568_Linux_fs/u-boot/drivers/power/ |
| H A D | exynos-tmu.c | 120 cur_temp = readl(®->current_temp) & 0xff; in get_cur_temp()
|
| /OK3568_Linux_fs/kernel/drivers/sbus/char/ |
| H A D | uctrl.c | 96 u8 current_temp; /* 0x07 */ member
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/thermal/ |
| H A D | power_allocator.rst | 37 current_temp |
|