Searched refs:startstop (Results 1 - 4 of 4) sorted by relevance
/drivers/ide/ |
H A D | ide-io.c | 308 ide_startstop_t startstop; local 327 if (ide_wait_stat(&startstop, drive, drive->ready_stat, 330 return startstop; 351 startstop = ide_start_power_step(drive, rq); 352 if (startstop == ide_stopped && 355 return startstop; 462 ide_startstop_t startstop; local 551 startstop = start_request(drive, rq); 554 if (startstop == ide_stopped) { 636 ide_startstop_t startstop local 777 ide_startstop_t startstop; local [all...] |
H A D | ide-iops.c | 160 * 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 D | ide-atapi.c | 590 ide_startstop_t startstop; local 593 if (ide_wait_stat(&startstop, drive, ATA_DRQ, ATA_BUSY, WAIT_READY)) { 596 return startstop;
|
H A D | ide-taskfile.c | 407 ide_startstop_t startstop; local 409 if (ide_wait_stat(&startstop, drive, ATA_DRQ, 414 return startstop;
|
Completed in 168 milliseconds