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