Lines Matching defs:device
176 /* initialize the rest of the device structure. */
205 arc_printk(D_NORMAL, dev, "Can't remap device memory!\n");
308 static char device[9]; /* use eg. device=arc1 to change name */
313 module_param_string(device, device, sizeof(device), 0);
322 dev = alloc_arcdev(device);
377 snprintf(device, sizeof(device), "%s", s);