Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/i2c/muxes/
Di2c-arb-gpio-challenge.c65 unsigned long stop_retry, stop_time; in i2c_arbitrator_select() local
75 stop_retry = jiffies + usecs_to_jiffies(arb->wait_retry_us) + 1; in i2c_arbitrator_select()
76 while (time_before(jiffies, stop_retry)) { in i2c_arbitrator_select()
/linux-4.1.27/drivers/hid/usbhid/
Dusbhid.h92 unsigned long stop_retry; /* Time to give up, in jiffies */ member
Dhid-core.c154 if (time_after(jiffies, usbhid->stop_retry + HZ/2)) in hid_io_error()
160 usbhid->stop_retry = jiffies + msecs_to_jiffies(1000); in hid_io_error()
164 if (time_after(jiffies, usbhid->stop_retry)) { in hid_io_error()