Home
last modified time | relevance | path

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

/drivers/hid/usbhid/
Dusbhid.h86 unsigned long last_out; /* record of last output for timeouts */ member
Dhid-core.c358 usbhid->last_out = jiffies; in hid_submit_out()
549 } else if (time_after(jiffies, usbhid->last_out + HZ * 5)) { in __usbhid_submit_report()