Searched refs:startstop (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ide/
H A Dide-io.c300 ide_startstop_t startstop; local
319 if (ide_wait_stat(&startstop, drive, drive->ready_stat,
322 return startstop;
343 startstop = ide_start_power_step(drive, rq);
344 if (startstop == ide_stopped &&
347 return startstop;
434 ide_startstop_t startstop; local
532 startstop = start_request(drive, rq);
535 if (startstop == ide_stopped) {
636 ide_startstop_t startstop local
777 ide_startstop_t startstop; local
[all...]
H A Dide-iops.c160 * In case of error returns error value after doing "*startstop = ide_error()".
161 * The caller should return the updated value of "startstop" in this case,
162 * "startstop" is unchanged when the function returns 0.
164 int ide_wait_stat(ide_startstop_t *startstop, ide_drive_t *drive, u8 good, argument
172 *startstop = ide_stopped;
180 *startstop = ide_error(drive, s, stat);
H A Dide-atapi.c590 ide_startstop_t startstop; local
593 if (ide_wait_stat(&startstop, drive, ATA_DRQ, ATA_BUSY, WAIT_READY)) {
596 return startstop;
H A Dide-taskfile.c406 ide_startstop_t startstop; local
408 if (ide_wait_stat(&startstop, drive, ATA_DRQ,
413 return startstop;

Completed in 82 milliseconds