Lines Matching defs:delay
39 #include <linux/delay.h>
124 * @delay: delay in usecs between iterations
134 int polarity, int attempts, int delay, uint32_t *valp)
148 if (delay)
149 udelay(delay);
444 * @delay: delay between polls in ms
449 csio_hw_flash_wait_op(struct csio_hw *hw, int32_t attempts, int32_t delay)
467 if (delay)
468 msleep(delay);