Lines Matching full:iris
3 * Eurobraille/Iris power off support.
5 * Eurobraille's Iris machine is a PC with no APM or ACPI support.
25 #define IRIS_GIO_NODEV 0xff /* Likely not an Iris */
29 MODULE_DESCRIPTION("A power_off handler for Iris devices from EuroBraille");
30 MODULE_SUPPORTED_DEVICE("Eurobraille/Iris");
48 * running on an Iris. Since Iris does not support DMI, this is done
56 printk(KERN_ERR "This machine does not seem to be an Iris. " in iris_probe()
62 printk(KERN_INFO "Iris power_off handler installed.\n"); in iris_probe()
69 printk(KERN_INFO "Iris power_off handler uninstalled.\n"); in iris_remove()
75 .name = "iris",
97 " The Iris poweroff handler will not be installed.\n"); in iris_init()
102 printk(KERN_ERR "Failed to register iris platform driver: %d\n", in iris_init()
106 iris_device = platform_device_register_simple("iris", (-1), in iris_init()
109 printk(KERN_ERR "Failed to register iris platform device\n"); in iris_init()