Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/thermal/intel/int340x_thermal/
Dprocessor_thermal_wt_hint.c134 u16 new_tw; in notification_delay_ms_store() local
148 ret = kstrtou16(buf, 10, &new_tw); in notification_delay_ms_store()
152 if (!new_tw) in notification_delay_ms_store()
155 new_tw = roundup_pow_of_two(new_tw); in notification_delay_ms_store()
156 tm = ilog2(new_tw); in notification_delay_ms_store()
171 notify_delay_ms = new_tw; in notification_delay_ms_store()