Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/intel-ish-hid/ipc/
H A Dipc.c579 static unsigned long prev_sync; in _ish_sync_fw_clock() local
582 if (prev_sync && time_before(jiffies, prev_sync + 20 * HZ)) in _ish_sync_fw_clock()
585 prev_sync = jiffies; in _ish_sync_fw_clock()