Lines Matching refs:timeout
106 unsigned long timeout, u8 *rstat) in __ide_wait_stat() argument
120 timeout += jiffies; in __ide_wait_stat()
122 if (time_after(jiffies, timeout)) { in __ide_wait_stat()
165 u8 bad, unsigned long timeout) in ide_wait_stat() argument
176 err = __ide_wait_stat(drive, good, bad, timeout, &stat); in ide_wait_stat()
445 unsigned int timeout) in __ide_set_handler() argument
451 hwif->timer.expires = jiffies + timeout; in __ide_set_handler()
457 unsigned int timeout) in ide_set_handler() argument
463 __ide_set_handler(drive, handler, timeout); in ide_set_handler()
482 ide_handler_t *handler, unsigned timeout) in ide_execute_command() argument
491 __ide_set_handler(drive, handler, timeout); in ide_execute_command()
507 int ide_wait_not_busy(ide_hwif_t *hwif, unsigned long timeout) in ide_wait_not_busy() argument
511 while (timeout--) { in ide_wait_not_busy()