Lines Matching defs:usecs
156 static int usecs_to_dev(unsigned long usecs, unsigned long const array[],
163 if (array[(i * 2) + 1] >= usecs) {
191 * @usecs: amount of time to wait before reading the response (in usecs)
195 u8 response[], const int respn, const int usecs)
217 until_jiffies = jiffies + usecs_to_jiffies(usecs) + 1;
222 usecs_to_jiffies(usecs) + 1))
243 if (usecs <= 1000)
244 usleep_range(usecs, 1000);
492 * @usecs: timeout to wait for STC interrupt signal
494 static int si4713_wait_stc(struct si4713_device *sdev, const int usecs)
502 !wait_for_completion_timeout(&sdev->work, usecs_to_jiffies(usecs) + 1))
521 if (jiffies_to_usecs(jiffies - start_jiffies) > usecs)