Lines Matching defs:device

106 #define DEVICE_NR(device)	(MINOR(device) >> PARTN_BITS)  argument
113 #define DEVICE_NR(device) (MINOR(device)) argument
121 #define DEVICE_NR(device) (MINOR(device)) argument
130 #define DEVICE_NR(device) ( (MINOR(device) & 3) | ((MINOR(device) & 0x80 ) >> 5 )) argument
131 #define DEVICE_OFF(device) floppy_off(DEVICE_NR(device)) argument
140 #define DEVICE_NR(device) (MINOR(device)>>6) argument
146 #define DEVICE_NR(device) (((MAJOR(device) & SD_MAJOR_MASK) << (8 - 4)) + (MINOR(device) >> 4)) argument
153 #define DEVICE_NR(device) (MINOR(device)) argument
159 #define DEVICE_NR(device) (MINOR(device) & 0x7f) argument
165 #define DEVICE_NR(device) (MINOR(device) & 0x7f) argument
166 #define DEVICE_ON(device) argument
167 #define DEVICE_OFF(device) argument
172 #define DEVICE_NR(device) (MINOR(device)) argument
178 #define DEVICE_NR(device) (MINOR(device) >> 6) argument
184 #define DEVICE_NR(device) (MINOR(device) >> 6) argument
190 #define DEVICE_NR(device) (MINOR(device)) argument
197 #define DEVICE_NR(device) (MINOR(device) >> 4) argument
204 #define DEVICE_NR(device) (MINOR(device)) argument
211 #define DEVICE_NR(device) (MINOR(device)) argument
217 #define DEVICE_NR(device) (MINOR(device)) argument
223 #define DEVICE_NR(device) (MINOR(device)) argument
229 #define DEVICE_NR(device) (MINOR(device)) argument
235 #define DEVICE_NR(device) (MINOR(device)) argument
241 #define DEVICE_NR(device) (MINOR(device)) argument
248 #define DEVICE_NR(device) (MINOR(device)) argument
254 #define DEVICE_NR(device) (MINOR(device)) argument
259 #define DEVICE_NR(device) (MINOR(device)) argument
265 #define DEVICE_NR(device) (MINOR(device)) argument
271 #define DEVICE_NR(device) (MINOR(device)) argument
277 #define DEVICE_NR(device) (MINOR(device)) argument
283 #define DEVICE_NR(device) (MINOR(device)>>PARTN_BITS) argument
290 #define DEVICE_NR(device) (MINOR(device) >> 6) argument
296 #define DEVICE_NR(device) (MINOR(device)) argument
302 #define DEVICE_NR(device) (MINOR(device)) argument
308 #define DEVICE_NR(device) (MINOR(device) >> PARTN_BITS) argument
314 #define DEVICE_NR(device) (MINOR(device)>>4) argument
321 #define DEVICE_NR(device) (MINOR(device) >> 4) argument
328 #define DEVICE_ON(device) do {} while (0) argument
331 #define DEVICE_OFF(device) do {} while (0) argument