Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/ide/
H A Dide-io.c321 ide_startstop_t startstop; in start_request() local
341 if (ide_wait_stat(&startstop, drive, drive->ready_stat, in start_request()
344 return startstop; in start_request()
365 startstop = ide_start_power_step(drive, rq); in start_request()
366 if (startstop == ide_stopped && in start_request()
369 return startstop; in start_request()
464 ide_startstop_t startstop; in ide_issue_rq() local
531 startstop = start_request(drive, rq); in ide_issue_rq()
534 if (startstop == ide_stopped) { in ide_issue_rq()
640 ide_startstop_t startstop in ide_timer_expiry() local
781 ide_startstop_t startstop; ide_intr() local
[all...]
H A Dide-iops.c166 * In case of error returns error value after doing "*startstop = ide_error()".
167 * The caller should return the updated value of "startstop" in this case,
168 * "startstop" is unchanged when the function returns 0.
170 int ide_wait_stat(ide_startstop_t *startstop, ide_drive_t *drive, u8 good, in ide_wait_stat() argument
178 *startstop = ide_stopped; in ide_wait_stat()
186 *startstop = ide_error(drive, s, stat); in ide_wait_stat()
H A Dide-atapi.c617 ide_startstop_t startstop; in ide_transfer_pc() local
620 if (ide_wait_stat(&startstop, drive, ATA_DRQ, ATA_BUSY, WAIT_READY)) { in ide_transfer_pc()
623 return startstop; in ide_transfer_pc()
H A Dide-taskfile.c399 ide_startstop_t startstop; in pre_task_out_intr() local
401 if (ide_wait_stat(&startstop, drive, ATA_DRQ, in pre_task_out_intr()
406 return startstop; in pre_task_out_intr()

Completed in 5 milliseconds