Lines Matching refs:t
252 long t; in fza_reset() local
265 t = wait_event_timeout(fp->state_chg_wait, fp->state_chg_flag, in fza_reset()
280 (45 * HZ - t) * 1000 / HZ); in fza_reset()
384 long t; in fza_init_send() local
397 t = wait_event_timeout(fp->cmd_done_wait, fp->cmd_done_flag, 3 * HZ); in fza_init_send()
411 (3 * HZ - t) * 1000 / HZ); in fza_init_send()
1045 static void fza_reset_timer(struct timer_list *t) in fza_reset_timer() argument
1047 struct fza_private *fp = from_timer(fp, t, reset_timer); in fza_reset_timer()
1156 long t; in fza_open() local
1200 t = wait_event_timeout(fp->cmd_done_wait, fp->cmd_done_flag, 3 * HZ); in fza_open()
1214 (3 * HZ - t) * 1000 / HZ); in fza_open()
1224 long t; in fza_close() local
1240 t = wait_event_timeout(fp->state_chg_wait, fp->state_chg_flag, in fza_close()
1252 (15 * HZ - t) * 1000 / HZ); in fza_close()