Lines Matching refs:delay
18 #include <linux/delay.h>
410 unsigned long delay, nodata_count_thres;
413 delay = touch->scan_ms;
421 delay = NO_DATA_SLEEP_MSECS;
423 return msecs_to_jiffies(delay);
425 delay = msecs_to_jiffies(THREAD_IRQ_SLEEP_MSECS);
426 return round_jiffies_relative(delay);
436 unsigned long delay;
441 delay = synaptics_i2c_adjust_delay(touch, have_data);
451 mod_delayed_work(system_wq, &touch->dwork, delay);