Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/block/paride/
H A Dpf.c6 drives based on chips supported by the paride module.
10 specified, the driver can handle up to 4 drives.
106 Fix for drives that don't clear STAT_ERR
141 static int (*drives[4])[7] = {&drive0, &drive1, &drive2, &drive3}; variable
316 pf->drive = (*drives[unit])[D_SLV]; in pf_init_units()
317 pf->lun = (*drives[unit])[D_LUN]; in pf_init_units()
324 if (!(*drives[unit])[D_PRT]) in pf_init_units()
557 two bytes, and different drives interpret the standard differently.
749 int *conf = *drives[unit]; in pf_detect()
H A Dpcd.c6 drives based on chips supported by the paride module.
10 specified, the driver can handle up to 4 drives.
125 static int (*drives[4])[6] = {&drive0, &drive1, &drive2, &drive3}; variable
333 cd->drive = (*drives[unit])[D_SLV]; in pcd_init_units()
334 if ((*drives[unit])[D_PRT]) in pcd_init_units()
739 int *conf = *drives[unit]; in pcd_detect()
H A 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()
H A Dpd.c6 drives based on chips supported by the paride module.
10 specified, the driver can handle up to 4 drives.
141 static int (*drives[4])[8] = {&drive0, &drive1, &drive2, &drive3}; variable
630 available following a reset. Some Western Digital drives come up
703 /* WARNING: here there may be dragons. reset() applies to both drives, in pd_identify()
944 int *parm = *drives[unit]; in pd_detect()
976 int *parm = *drives[unit]; in pd_detect()
H A Dpt.c6 drives based on chips supported by the paride module.
18 specified, the driver can handle up to 4 drives.
130 static int (*drives[4])[6] = {&drive0, &drive1, &drive2, &drive3}; variable
139 #define DU (*drives[unit])
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Ddib8000.h31 u16 drives; member
H A Ddib8000.c1071 /* drives */ in dib8000_reset()
1073 if (state->cfg.drives) in dib8000_reset()
1074 dib8000_write_word(state, 906, state->cfg.drives); in dib8000_reset()
/kernel/linux/linux-5.10/drivers/scsi/dpt/
H A Dsys_info.h162 driveParam_S drives[16]; /* SmartROM Logical Drives */ member
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Ddib8000.h31 u16 drives; member
H A Ddib8000.c1071 /* drives */ in dib8000_reset()
1073 if (state->cfg.drives) in dib8000_reset()
1074 dib8000_write_word(state, 906, state->cfg.drives); in dib8000_reset()
/kernel/linux/linux-5.10/drivers/scsi/
H A Dgdth_ioctl.h22 #define GDTIOCTL_RESCAN (GDTIOCTL_MASK |11) /* rescan host drives */
193 u16 drives[MAX_HDRIVES]; /* drives */ member
H A Dgdth.c31 * reserve_mode:0 reserve no drives for the raw service
32 * reserve_mode:1 reserve all not init., removable drives
33 * reserve_mode:2 reserve all not init. drives
42 * hdr_channel:x x - number of virtual bus for host drives
233 /* virtual channel for the host drives */
241 /* 64 bit DMA mode, support for drives > 2 TB, if force_dma32 = 0 */
1289 /* physical drives, channel addresses */ in gdth_search_drives()
1316 TRACE2(("Channel %d: %d phys. drives\n", in gdth_search_drives()
1335 /* logical drives */ in gdth_search_drives()
1417 /* reserve drives fo in gdth_search_drives()
[all...]
/kernel/linux/linux-5.10/drivers/block/
H A Damiflop.c10 * - added support for 40 Track 5.25" drives, 80-track hopefully behaves
11 * like 3.5" dd (no way to test - are there any 5.25" drives out there
165 #define FD_MAX_UNITS 4 /* Max. Number of drives */
325 * They are not reentrant and single threaded because all drives
1809 int drive,drives,nomem; in fd_probe_drives() local
1812 drives=0; in fd_probe_drives()
1827 drives++; in fd_probe_drives()
1839 if ((drives > 0) || (nomem == 0)) { in fd_probe_drives()
1840 if (drives == 0) in fd_probe_drives()
1841 pr_cont(" no drives"); in fd_probe_drives()
[all...]
/kernel/linux/linux-6.6/drivers/block/
H A Damiflop.c10 * - added support for 40 Track 5.25" drives, 80-track hopefully behaves
11 * like 3.5" dd (no way to test - are there any 5.25" drives out there
165 #define FD_MAX_UNITS 4 /* Max. Number of drives */
325 * They are not reentrant and single threaded because all drives
1839 int drive,drives,nomem; in fd_probe_drives() local
1842 drives=0; in fd_probe_drives()
1854 drives++; in fd_probe_drives()
1856 if ((drives > 0) || (nomem == 0)) { in fd_probe_drives()
1857 if (drives == 0) in fd_probe_drives()
1858 pr_cont(" no drives"); in fd_probe_drives()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/esas2r/
H A Datioctl.h343 struct atto_csmi_raid_drives drives[1]; member
/kernel/linux/linux-6.6/drivers/scsi/esas2r/
H A Datioctl.h343 struct atto_csmi_raid_drives drives[1]; member
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/
H A Ddib0700_devices.c1210 .drives = 0x2d98,
1226 .drives = 0x2d98,
1570 .drives = 0x2d98,
1589 .drives = 0x2d08,
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/
H A Ddib0700_devices.c1210 .drives = 0x2d98,
1226 .drives = 0x2d98,
1570 .drives = 0x2d98,
1589 .drives = 0x2d08,

Completed in 48 milliseconds