Lines Matching refs:startstop
321 ide_startstop_t startstop;
341 if (ide_wait_stat(&startstop, drive, drive->ready_stat,
344 return startstop;
365 startstop = ide_start_power_step(drive, rq);
366 if (startstop == ide_stopped &&
369 return startstop;
464 ide_startstop_t startstop;
531 startstop = start_request(drive, rq);
534 if (startstop == ide_stopped) {
640 ide_startstop_t startstop = ide_stopped;
667 startstop = handler(drive);
676 startstop = handler(drive);
679 startstop = ide_dma_timeout_retry(drive, wait);
681 startstop = ide_error(drive, "irq timeout",
687 if (startstop == ide_stopped && hwif->polling == 0) {
781 ide_startstop_t startstop;
853 startstop = handler(drive);
863 if (startstop == ide_stopped && hwif->polling == 0) {