tag | line | file | source code |
tape_drive | 1232 | drivers/block/ide-tape.c | HWIF(drive)->tape_drive=drive; |
tape_drive | 512 | drivers/block/ide-tape.h | if (hwif->tape_drive != NULL) { \ |
tape_drive | 513 | drivers/block/ide-tape.h | if (hwif->tape_drive->tape.request_status) { \ |
tape_drive | 514 | drivers/block/ide-tape.h | SELECT_DRIVE(hwif,hwif->tape_drive); \ |
tape_drive | 515 | drivers/block/ide-tape.h | hwif->tape_drive->tape.last_status=GET_STAT(); \ |
tape_drive | 516 | drivers/block/ide-tape.h | hwif->tape_drive->tape.request_status=0; \ |
tape_drive | 340 | drivers/block/ide.c | hwif->tape_drive = NULL; |
tape_drive | 433 | drivers/block/ide.h | ide_drive_t *tape_drive; /* Pointer to the tape on this interface */ |