| /linux/drivers/block/paride/ |
| A D | pt.c | 548 tape->name, tape->drive, dt); in pt_identify() 555 tape->flags = 0; in pt_identify() 557 tape->bs = 0; in pt_identify() 571 printk("%s: %s %s, %s", tape->name, mf, id, ms[tape->drive]); in pt_identify() 591 for (tape->drive = 0; tape->drive <= 1; tape->drive++) in pt_probe() 618 tape->pi = &tape->pia; in pt_detect() 620 tape->flags = 0; in pt_detect() 640 tape = pt; in pt_detect() 754 pt_rewind(tape); in pt_release() 792 b = (n - 1 + tape->bs) / tape->bs; in pt_read() [all …]
|
| /linux/Documentation/ide/ |
| A D | ide-tape.rst | 2 IDE ATAPI streaming tape driver 13 tape's relative position in the ide interfaces, as explained in ide.c. 17 ht0 major 37, minor 0 first IDE tape, rewind on close. 18 ht1 major 37, minor 1 second IDE tape, rewind on close. 20 nht0 major 37, minor 128 first IDE tape, no rewind on close. 21 nht1 major 37, minor 129 second IDE tape, no rewind on close. 37 1. ide-tape is operating in the pipelined operation mode. 54 other device while the tape is busy executing a command. The 55 DSC overlap method involves polling the tape's status register 56 for the DSC bit, and servicing the other device while the tape [all …]
|
| A D | ChangeLog.ide-tape.1995-2002 | 14 * Some general mtio.h magnetic tape operations are 37 * service all of them after this single tape request. 95 * higher tape throughput. 142 * Added multiple tape drives support. 146 * Removed ide-tape.h. 155 * number of tape blocks. 161 * spinlock with private per-tape spinlock. 162 * Ver 1.16 Sep 1 99 Add OnStream tape support. 179 * like to add tape->name where possible 214 * Wouldn't it be better to control the tape buffer [all …]
|
| A D | changelogs.rst | 13 Changelog for ide tape 16 .. include:: ChangeLog.ide-tape.1995-2002
|
| A D | index.rst | 11 ide-tape
|
| A D | ChangeLog.ide-floppy.1996-2002 | 5 * Ver 0.1 Oct 17 96 Initial test version, mostly based on ide-tape.c.
|
| /linux/Documentation/scsi/ |
| A D | st.rst | 18 to any specific tape drive. The tape parameters can be specified with 31 beginning of the tape. The second method is applicable if the tape 35 the tape is rewritten from the beginning (or a new tape is written 214 not all data made it to tape. 344 tape drive if this is non-zero 416 wait until data is on tape) 420 Rewind tape. 426 Re-tension tape. 444 Explicitly lock/unlock the tape drive door. 461 next tape operation. The block at which the tape is positioned [all …]
|
| A D | scsi.rst | 32 tape driver [1]_ (st.o) and scsi generics driver (sg.o) represent the upper 34 controlled. You can for example load the tape driver to use the tape drive, 45 .. [1] There is a variant of the st driver for controlling OnStream tape
|
| A D | hpsa.rst | 11 driver (for logical drives) AND a SCSI driver (for tape drives). This 57 (e.g. hot-plugged tape drives, or newly configured or deleted logical drives, 62 tape drives, or entire storage boxes containing pre-configured logical drives.
|
| A D | scsi-changer.rst | 24 later may be anything, a MOD, a CD-ROM, a tape or whatever. For the 71 Grundig. I got some reports telling it works ok with tape autoloaders
|
| A D | scsi-parameters.rst | 104 st= [HW,SCSI] SCSI tape parameters (buffers, etc.)
|
| A D | scsi-generic.rst | 12 drivers along with sd, st and sr (disk, tape and CDROM respectively). Sg
|
| /linux/Documentation/ABI/testing/ |
| A D | sysfs-class-scsi_tape | 17 to and from the tape drive to complete. This includes all 18 reads, writes, and other SCSI commands issued to the tape 19 drive. An example of other SCSI commands would be tape 20 movement such as a rewind when a rewind tape device is 33 The number of I/O requests issued to the tape drive other 43 Shows the total number of bytes requested from the tape drive. 44 This value is presented in bytes because tape drives support 54 Shows the total number of read requests issued to the tape 74 Shows the total number of bytes written to the tape drive. 75 This value is presented in bytes because tape drives support [all …]
|
| /linux/drivers/s390/char/ |
| A D | Kconfig | 105 prompt "S/390 tape device support" 108 Select this option if you want to access channel-attached tape 111 least one of the tape interface options and one of the tape 112 hardware options in order to access a tape device. 117 comment "S/390 tape hardware support" 122 prompt "Support for 3480/3490 tape hardware" 126 tape subsystems and 100% compatibles. 131 prompt "Support for 3590 tape hardware" 135 tape subsystems and 100% compatibles.
|
| A D | Makefile | 42 tape-$(CONFIG_PROC_FS) += tape_proc.o 43 tape-objs := tape_core.o tape_std.o tape_char.o $(tape-y) 44 obj-$(CONFIG_S390_TAPE) += tape.o tape_class.o
|
| /linux/Documentation/admin-guide/ |
| A D | devices.txt | 211 9 char SCSI tape devices 212 0 = /dev/st0 First SCSI tape, mode 0 213 1 = /dev/st1 Second SCSI tape, mode 0 215 32 = /dev/st0l First SCSI tape, mode 1 398 12 char QIC-02 tape 573 27 char QIC-117 tape 764 37 char IDE tape 765 0 = /dev/ht0 First IDE tape 766 1 = /dev/ht1 Second IDE tape 2777 206 char OnStream SC-x0 tape devices [all …]
|
| A D | devices.rst | 114 /dev/tape tape device symbolic Current tape device 128 For SCSI devices, ``/dev/tape`` and ``/dev/cdrom`` should point to the
|
| /linux/Documentation/admin-guide/blockdev/ |
| A D | paride.rst | 12 CD-ROM, LS-120 and tape drives use the parallel port to connect to their 24 controller like an NCR 5380. The "ditto" family of external tape 26 which is then connected to a floppy-tape mechanism. The vast majority 36 devices. It does not cover parallel port SCSI devices, "ditto" tape 43 - MicroSolutions backpack 8000t tape drive 49 - Hewlett-Packard 5GB and 8GB tape drives 64 pt ATAPI tape 121 MicroSolutions 8000t tape pt bpck 324 The pt driver for parallel port ATAPI tape drives is a minimal driver. 325 It does not yet support many of the standard tape ioctl operations.
|
| /linux/arch/parisc/ |
| A D | defpalo.conf | 6 --init-tape=lifimage
|
| /linux/drivers/scsi/ |
| A D | st.c | 4162 struct st_modedef *STm = &(tape->modes[mode]); in create_one_cdev() 4164 int dev_num = tape->index; in create_one_cdev() 4188 tape->name, st_formats[i]); in create_one_cdev() 4209 static int create_cdevs(struct scsi_tape *tape) in create_cdevs() argument 4213 error = create_one_cdev(tape, mode, 0); in create_cdevs() 4216 error = create_one_cdev(tape, mode, 1); in create_cdevs() 4222 &tape->modes[0].devs[0]->kobj, "tape"); in create_cdevs() 4225 static void remove_cdevs(struct scsi_tape *tape) in remove_cdevs() argument 4230 struct st_modedef *STm = &(tape->modes[mode]); in remove_cdevs() 4324 STm->tape = tpnt; in st_probe() [all …]
|
| A D | st.h | 69 struct scsi_tape *tape; member
|
| /linux/include/acpi/ |
| A D | acbuffer.h | 37 u32 tape; member
|
| /linux/drivers/usb/storage/ |
| A D | Kconfig | 15 floppy drives, USB hard disks, USB tape drives, USB CD-ROMs,
|
| /linux/Documentation/m68k/ |
| A D | kernel-options.rst | 292 Sets several parameters of the SCSI tape driver. <buffer_size> is 293 the number of 512-byte buffers reserved for tape operations for each 295 to start an actual write operation to the tape. Maximum value is the 297 buffers allocated for all tape devices.
|
| /linux/Documentation/driver-api/ |
| A D | scsi.rst | 16 peripherals (disk drives, tape drives, modems, printers, scanners,
|