Searched refs:new_tw (Results 1 – 1 of 1) sorted by relevance
156 u16 new_tw; in notification_delay_ms_store() local170 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()