Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/i2c/muxes/
A Di2c-arb-gpio-challenge.c45 unsigned long stop_retry, stop_time; in i2c_arbitrator_select() local
55 stop_retry = jiffies + usecs_to_jiffies(arb->wait_retry_us) + 1; in i2c_arbitrator_select()
56 while (time_before(jiffies, stop_retry)) { in i2c_arbitrator_select()
/linux-6.3-rc2/drivers/hid/usbhid/
A Dusbhid.h87 unsigned long stop_retry; /* Time to give up, in jiffies */ member
A Dhid-core.c156 if (time_after(jiffies, usbhid->stop_retry + HZ/2)) in hid_io_error()
162 usbhid->stop_retry = jiffies + msecs_to_jiffies(1000); in hid_io_error()
166 if (time_after(jiffies, usbhid->stop_retry)) { in hid_io_error()

Completed in 7 milliseconds