Home
last modified time | relevance | path

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

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