Searched defs:drive1 (Results 1 - 5 of 5) sorted by relevance

/drivers/block/paride/
H A Dpcd.c17 drive1 1-6 integers as follows:
77 pcd.drive1
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);
H A Dpg.c51 drive1 1-6 integers as follows:
108 pg.drive1
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);
H A Dpt.c28 drive1 1-6 integers as follows:
85 pt.drive1
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);
H A Dpd.c17 drive1 1-8 integers as follows:
94 pd.drive1
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);
H A Dpf.c17 drive1 1-7 integers as follows:
92 pf.drive1
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);

Completed in 105 milliseconds