Lines Matching refs:phantom
7 * http://www.fi.muni.cz/~xslaby/phantom.html
21 #include <linux/phantom.h>
111 pr_debug("phantom: writing %x to %u\n", r.value, r.reg);
132 pr_debug("phantom: SRS %u regs %x\n", rs.count, rs.mask);
167 pr_debug("phantom: GRS %u regs %x\n", rs.count, rs.mask);
181 printk(KERN_ERR "phantom: you need to set NOT_OH "
356 retval = pci_request_regions(pdev, "phantom");
394 IRQF_SHARED, "phantom", pht);
408 "phantom%u", minor)))
492 .name = "phantom",
506 phantom_class = class_create(THIS_MODULE, "phantom");
509 printk(KERN_ERR "phantom: can't register phantom class\n");
514 printk(KERN_ERR "phantom: can't create sysfs version file\n");
518 retval = alloc_chrdev_region(&dev, 0, PHANTOM_MAX_MINORS, "phantom");
520 printk(KERN_ERR "phantom: can't register character device\n");
527 printk(KERN_ERR "phantom: can't register pci driver\n");
554 pr_debug("phantom: module successfully removed\n");