Lines Matching defs:device
89 static char device[9]; /* use eg. device=arc1 to change name */
94 module_param_string(device, device, sizeof(device), 0);
107 if (!io && !irq && !shmem && !*device && com90xx_skip_probe)
294 * register an ARCnet device.
296 * Currently, we can only register one device per probe, so quit
469 dev = alloc_arcdev(device);
471 arc_cont(D_NORMAL, "com90xx: Can't allocate device!\n");
517 /* Initialize the rest of the device structure. */
529 arc_printk(D_NORMAL, dev, "Can't remap device memory!\n");
708 snprintf(device, sizeof(device), "%s", s);