Searched refs:drive1 (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/drivers/block/paride/ |
D | pg.c | 146 static int drive1[6] = { 0, 0, 0, -1, -1, -1 }; variable 150 static int (*drives[4])[6] = {&drive0, &drive1, &drive2, &drive3}; 175 module_param_array(drive1, int, NULL, 0);
|
D | pd.c | 137 static int drive1[8] = { 0, 0, 0, -1, 0, 1, -1, -1 }; variable 141 static int (*drives[4])[8] = {&drive0, &drive1, &drive2, &drive3}; 170 module_param_array(drive1, int, NULL, 0);
|
D | pcd.c | 121 static int drive1[6] = { 0, 0, 0, -1, -1, -1 }; variable 125 static int (*drives[4])[6] = {&drive0, &drive1, &drive2, &drive3}; 152 module_param_array(drive1, int, NULL, 0);
|
D | pf.c | 137 static int drive1[7] = { 0, 0, 0, -1, -1, -1, -1 }; variable 141 static int (*drives[4])[7] = {&drive0, &drive1, &drive2, &drive3}; 169 module_param_array(drive1, int, NULL, 0);
|
D | pt.c | 126 static int drive1[6] = { 0, 0, 0, -1, -1, -1 }; variable 130 static int (*drives[4])[6] = {&drive0, &drive1, &drive2, &drive3}; 159 module_param_array(drive1, int, NULL, 0);
|
/linux-3.4.99/Documentation/blockdev/ |
D | paride.txt | 166 pd.drive0=0x378,1 pf.drive0=0x278,1 pf.drive1=0x378,0,36 168 In the last option, pf.drive1 configures device /dev/pf1, the 0x378 216 # insmod pcd drive0=0x378,1 drive1=0x3bc,1
|