Home
last modified time | relevance | path

Searched refs:drives (Results 1 – 25 of 30) sorted by relevance

12

/drivers/md/
DKconfig85 A RAID-1 set consists of several disk drives which are exact copies
89 kernel. In a set with N drives, the available space is the capacity
91 drives.
132 A RAID-5 set of N drives with a capacity of C MB per drive provides
134 of a single drive. For a given sector (row) number, (N - 1) drives
137 while a RAID-5 set distributes the parity across the drives in one
140 A RAID-6 set of N drives with a capacity of C MB per drive
142 against a failure of any two drives. For a given sector
143 (row) number, (N - 2) drives contain data sectors, and two
144 drives contains two independent redundancy syndromes. Like
[all …]
/drivers/ide/
DKconfig16 ATAPI units. The most common cases are IDE hard drives and ATAPI
17 CD-ROM drives.
33 comment "Please see Documentation/ide/ide.txt for help/info on IDE drives"
74 Support for ATA/ATAPI disks (including ATAPI floppy drives).
95 This will include support for ATAPI floppy drives
108 Support for Compact Flash cards, outboard IDE disks, tape drives,
109 and CD-ROM drives connected through a PCMCIA card.
123 a newer protocol used by IDE CD-ROM and TAPE drives, similar to the
124 SCSI protocol. Most new CD-ROM drives use ATAPI, including the
126 double(2X) or better speed drives.
[all …]
DMakefile30 obj-$(CONFIG_BLK_DEV_4DRIVES) += ide-4drives.o
/drivers/block/paride/
DKconfig23 EZ-135, EZ-230 and SparQ drives, the Avatar Shark and the backpack
24 hard drives from MicroSolutions.
38 MicroSolutions backpack CD-ROM drives and the Freecom Power CD. If
115 parallel port Series 5 IDE protocol. (Most BACKPACK drives made
116 before 1999 were Series 5) Series 5 drives will NOT always have the
133 parallel port Series 6 IDE protocol. (Most BACKPACK drives made
134 after 1999 were Series 6) Series 6 drives will have the Series noted
175 (low speed) adapter that is used in some portable hard drives. If
271 used in some 2.5" portable hard drives. If you chose to build PARIDE
Dpf.c141 static int (*drives[4])[7] = {&drive0, &drive1, &drive2, &drive3}; variable
300 pf->drive = (*drives[unit])[D_SLV]; in pf_init_units()
301 pf->lun = (*drives[unit])[D_LUN]; in pf_init_units()
307 if (!(*drives[unit])[D_PRT]) in pf_init_units()
732 int *conf = *drives[unit]; in pf_detect()
Dpcd.c125 static int (*drives[4])[6] = {&drive0, &drive1, &drive2, &drive3}; variable
316 cd->drive = (*drives[unit])[D_SLV]; in pcd_init_units()
317 if ((*drives[unit])[D_PRT]) in pcd_init_units()
721 int *conf = *drives[unit]; in pcd_detect()
Dpg.c150 static int (*drives[4])[6] = {&drive0, &drive1, &drive2, &drive3}; variable
249 int *parm = *drives[unit]; in pg_init_units()
504 int *parm = *drives[unit]; in pg_detect()
Dpd.c141 static int (*drives[4])[8] = {&drive0, &drive1, &drive2, &drive3}; variable
884 int *parm = *drives[unit]; in pd_detect()
915 int *parm = *drives[unit]; in pd_detect()
Dpt.c130 static int (*drives[4])[6] = {&drive0, &drive1, &drive2, &drive3}; variable
139 #define DU (*drives[unit])
/drivers/scsi/
Dgdth_ioctl.h198 u16 drives[MAX_HDRIVES];/* drives */ member
282 u16 drives[MAX_HDRIVES]; /* drives */ member
DKconfig113 The OnStream SC-x0 SCSI tape drives cannot be driven by the
116 you may be able to drive the USB-x0 and DI-x0 drives as well.
118 tape drives (ADR-x0) that supports the standard SCSI-2 commands for
151 drives (and HP Writers). If you have such a drive and get the first
843 tristate "IOMEGA parallel port (ppa - older drives)"
856 newer drives)", below.
870 tristate "IOMEGA parallel port (imm - newer drives)"
883 here and Y to "IOMEGA Parallel Port (ppa - older drives)", above.
1368 drives a bus which is entirely internal to the machine (such as the
/drivers/usb/storage/
DKconfig14 floppy drives, USB hard disks, USB tape drives, USB CD-ROMs,
94 - HP 8200e/8210e/8230e CD-Writer Plus drives
/drivers/media/dvb-frontends/
Ddib8000.h31 u16 drives; member
Ddib8000.c1076 if (state->cfg.drives) in dib8000_reset()
1077 dib8000_write_word(state, 906, state->cfg.drives); in dib8000_reset()
/drivers/block/
Damiflop.c1734 int drive,drives,nomem; in fd_probe_drives() local
1737 drives=0; in fd_probe_drives()
1752 drives++; in fd_probe_drives()
1763 if ((drives > 0) || (nomem == 0)) { in fd_probe_drives()
1764 if (drives == 0) in fd_probe_drives()
1767 return drives; in fd_probe_drives()
DKconfig90 subsystem which contains drivers for many of these external drives.
184 drive partitions, CD-ROM drives or floppy drives. The loop devices
306 block devices (such as hard drives). It is usually used to load and
420 in another domain which drives the actual block device.
/drivers/nvme/host/
DKconfig9 The NVM Express driver is for solid state drives directly
/drivers/scsi/dpt/
Dsys_info.h162 driveParam_S drives[16]; /* SmartROM Logical Drives */ member
/drivers/firewire/
DKconfig38 harddisks and DVD drives, also some other FireWire devices
/drivers/memory/
DKconfig71 memory drives like NOR, NAND, OneNAND, SRAM.
/drivers/pcmcia/
DKconfig10 modems or hard drives often used with laptops computers. There are
/drivers/scsi/esas2r/
Datioctl.h343 struct atto_csmi_raid_drives drives[1]; member
/drivers/macintosh/
DKconfig119 that can contains batteries, floppy drives, or IDE devices. PCI
/drivers/media/usb/dvb-usb/
Ddib0700_devices.c1210 .drives = 0x2d98,
1226 .drives = 0x2d98,
1570 .drives = 0x2d98,
1589 .drives = 0x2d08,
/drivers/mtd/maps/
DKconfig155 mtd0 and mtd2 are the two BIOS drives, which use the resident

12