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");
47 * running on an Iris. Since Iris does not support DMI, this is done
55 printk(KERN_ERR "This machine does not seem to be an Iris. " in iris_probe()
61 printk(KERN_INFO "Iris power_off handler installed.\n"); in iris_probe()
68 printk(KERN_INFO "Iris power_off handler uninstalled.\n"); in iris_remove()
73 .name = "iris",
95 " The Iris poweroff handler will not be installed.\n"); in iris_init()
100 printk(KERN_ERR "Failed to register iris platform driver: %d\n", in iris_init()
104 iris_device = platform_device_register_simple("iris", (-1), in iris_init()
107 printk(KERN_ERR "Failed to register iris platform device\n"); in iris_init()