Lines Matching full:olpc
2 * Support for the OLPC DCON and OLPC EC access
23 #include <linux/olpc-ec.h>
27 #include <asm/olpc.h>
46 printk(KERN_ERR "olpc-ec: invalid argument to " in olpc_ec_timeout_set()
49 printk(KERN_DEBUG "olpc-ec: using %d ms delay for EC commands.\n", in olpc_ec_timeout_set()
82 printk(KERN_WARNING "olpc-ec: %d: waited %u ms for IBF!\n", in __wait_on_ibf()
102 printk(KERN_WARNING "olpc-ec: %d: waited %u ms for OBF!\n", in __wait_on_obf()
127 printk(KERN_ERR "olpc-ec: timeout while attempting to " in olpc_xo1_ec_cmd()
133 printk(KERN_ERR "olpc-ec: timeout waiting for EC to " in olpc_xo1_ec_cmd()
148 pr_devel("olpc-ec: running cmd 0x%x\n", cmd); in olpc_xo1_ec_cmd()
152 printk(KERN_ERR "olpc-ec: timeout waiting for EC to read " in olpc_xo1_ec_cmd()
160 pr_devel("olpc-ec: sending cmd arg 0x%x\n", inbuf[i]); in olpc_xo1_ec_cmd()
163 printk(KERN_ERR "olpc-ec: timeout waiting for" in olpc_xo1_ec_cmd()
173 printk(KERN_ERR "olpc-ec: timeout waiting for" in olpc_xo1_ec_cmd()
180 pr_devel("olpc-ec: received 0x%x\n", outbuf[i]); in olpc_xo1_ec_cmd()
211 * XO-1 EC wakeups are available when olpc-xo1-sci driver is in olpc_ec_wakeup_available()
220 * XO-1.5 EC wakeups are available when olpc-xo15-sci driver is in olpc_ec_wakeup_available()
272 return propsize == 5 && strncmp("OLPC", olpc_arch, 5) == 0; in check_ofw_architecture()
313 pdev = platform_device_register_simple("olpc-xo1", -1, NULL, 0); in add_xo1_platform_devices()
328 pr_info("OLPC board revision %s%X (EC=%x)\n", in olpc_xo1_ec_probe()
385 platform_device_register_simple("olpc-ec", -1, NULL, 0); in olpc_init()