Home
last modified time | relevance | path

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

/linux/drivers/thermal/intel/int340x_thermal/
H A Dprocessor_thermal_wt_hint.c156 u16 new_tw; in notification_delay_ms_store() local
170 ret = kstrtou16(buf, 10, &new_tw); in notification_delay_ms_store()
174 if (!new_tw) in notification_delay_ms_store()
177 new_tw = roundup_pow_of_two(new_tw); in notification_delay_ms_store()
178 tm = ilog2(new_tw); in notification_delay_ms_store()
193 notify_delay_ms = new_tw; in notification_delay_ms_store()