Lines Matching defs:ips
2 /* ips.c -- driver for the Adaptec / IBM ServeRAID controller */
109 /* 4.72.01 - I/O Mapped Memory release ( so "insmod ips" does not Fail ) */
187 #include "ips.h"
199 static char *ips = NULL;
200 module_param(ips, charp, 0);
338 static const char ips_name[] = "ips";
360 .proc_name = "ips",
382 static char ips_hot_plug_name[] = "ips";
539 __setup("ips=", ips_setup);
560 if (ips)
561 ips_setup(ips);
6732 printk(KERN_ERR "ips: This driver has only been tested on the x86/ia64/x86_64 platforms\n");
6785 rc = pci_request_regions(pci_dev, "ips");