Lines Matching refs:name
372 .name = "GSC-PCI",
513 char name[128];
518 size = scnprintf(name, sizeof(name), "Dino LMMIO (%s)",
520 res->name = kmalloc(size+1, GFP_KERNEL);
521 if(res->name)
522 strcpy((char *)res->name, name);
524 res->name = dino_dev->hba.lmmio_space.name;
767 dino_bridge_init(struct dino_device *dino_dev, const char *name)
779 printk(KERN_WARNING "%s: No PCI devices enabled.\n", name);
800 printk(KERN_ERR "%s is out of resource windows for range %d (0x%lx-0x%lx)\n", name, count, start, end);
807 res->name = kmalloc(64, GFP_KERNEL);
808 if(res->name)
809 snprintf((char *)res->name, 64, "%s LMMIO %d",
810 name, count);
825 "space %d (%pR)!\n", name, i, &res[i]);
833 struct dino_device *dino_dev, const char *name)
859 printk(KERN_WARNING "%s: gsc_alloc_irq() failed\n", name);
863 status = request_irq(dev->irq, dino_isr, 0, name, dino_dev);
866 name, status);
892 res->name = "Dino I/O Port";
894 res->name = "Cujo I/O Port";
902 name, (unsigned long)res->start, (unsigned long)res->end,
938 char *name;
945 name = "Dino";
954 name = "Cujo";
962 printk("%s version %s found at 0x%lx\n", name, version, hpa);
964 if (!request_mem_region(hpa, PAGE_SIZE, name)) {
1010 dino_bridge_init(dino_dev, name);
1013 if (dino_common_init(dev, dino_dev, name))
1079 .name = "dino",