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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ide/
H A Dide-floppy.c475 * idefloppy_do_end_request is used to finish servicing a request.
480 static int idefloppy_do_end_request(ide_drive_t *drive, int uptodate, int nsecs) function
534 idefloppy_do_end_request(drive, 1, done >> 9);
568 idefloppy_do_end_request(drive, 1, done >> 9);
584 idefloppy_do_end_request(drive, 1, 0);
652 idefloppy_do_end_request(drive, 1, 0);
655 idefloppy_do_end_request(drive, 0, 0);
668 idefloppy_do_end_request(drive, floppy->pc->error ? 0 : 1, 0);
1053 idefloppy_do_end_request(drive, 1, 0);
1208 idefloppy_do_end_request(driv
[all...]

Completed in 54 milliseconds