Searched refs:stop_retry (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/i2c/muxes/ |
H A D | i2c-arb-gpio-challenge.c | 45 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()
|
/kernel/linux/linux-6.6/drivers/i2c/muxes/ |
H A D | i2c-arb-gpio-challenge.c | 45 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()
|
/kernel/linux/linux-5.10/drivers/hid/usbhid/ |
H A D | usbhid.h | 87 unsigned long stop_retry; /* Time to give up, in jiffies */ member
|
H A D | hid-core.c | 156 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()
|
/kernel/linux/linux-6.6/drivers/hid/usbhid/ |
H A D | usbhid.h | 87 unsigned long stop_retry; /* Time to give up, in jiffies */ member
|
H A D | hid-core.c | 156 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 6 milliseconds