Lines Matching defs:delay
2869 static unsigned long dib8000_get_timeout(struct dib8000_state *state, u32 delay, enum timeout_mode mode)
2872 delay *= state->symbol_duration;
2874 return jiffies + usecs_to_jiffies(delay * 100);
3024 int ret = 1; /* 1 symbol duration (in 100us unit) delay most of the time */
3202 /* 2 times lmod4_win_len + 10 symbols (pipe delay after coff + nb to compute a 1st correlation) */
3606 unsigned long delay, callback_time;
3692 delay = dib8000_tune(state->fe[index_frontend]);
3693 if (delay != 0) {
3694 delay = jiffies + usecs_to_jiffies(100 * delay);
3695 if (!callback_time || delay < callback_time)
3696 callback_time = delay;