Searched refs:drive3 (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/drivers/block/paride/ |
D | pg.c | 148 static int drive3[6] = { 0, 0, 0, -1, -1, -1 }; variable 150 static int (*drives[4])[6] = {&drive0, &drive1, &drive2, &drive3}; 177 module_param_array(drive3, int, NULL, 0);
|
D | pcd.c | 123 static int drive3[6] = { 0, 0, 0, -1, -1, -1 }; variable 125 static int (*drives[4])[6] = {&drive0, &drive1, &drive2, &drive3}; 154 module_param_array(drive3, int, NULL, 0);
|
D | pd.c | 139 static int drive3[8] = { 0, 0, 0, -1, 0, 1, -1, -1 }; variable 141 static int (*drives[4])[8] = {&drive0, &drive1, &drive2, &drive3}; 172 module_param_array(drive3, int, NULL, 0);
|
D | pf.c | 139 static int drive3[7] = { 0, 0, 0, -1, -1, -1, -1 }; variable 141 static int (*drives[4])[7] = {&drive0, &drive1, &drive2, &drive3}; 171 module_param_array(drive3, int, NULL, 0);
|
D | pt.c | 128 static int drive3[6] = { 0, 0, 0, -1, -1, -1 }; variable 130 static int (*drives[4])[6] = {&drive0, &drive1, &drive2, &drive3}; 161 module_param_array(drive3, int, NULL, 0);
|