Lines Matching full:vio
2 /* vio.c: Virtual I/O channel devices probing infrastructure.
20 #include <asm/vio.h>
53 add_uevent_var(env, "MODALIAS=vio:T%sS%s", vio_dev->type, vio_dev->compat); in vio_hotplug()
140 return sprintf(buf, "vio:T%sS%s\n", vdev->type, vdev->compat); in modalias_show()
153 .name = "vio",
309 printk(KERN_ERR "VIO: Type string [%s] is too long.\n", in vio_create_one()
322 printk(KERN_ERR "VIO: Compat len %d for [%s] is too long.\n", in vio_create_one()
329 printk(KERN_ERR "VIO: Could not allocate vio_dev\n"); in vio_create_one()
387 pr_err("VIO: Could not get MD node info %s, err=%d\n", in vio_create_one()
394 pr_info("VIO: Adding device %s (tx_ino = %llx, rx_ino = %llx)\n", in vio_create_one()
399 printk(KERN_ERR "VIO: Could not register device %s, err=%d\n", in vio_create_one()
449 printk(KERN_INFO "VIO: Removing device %s\n", dev_name(dev)); in vio_remove()
454 pr_err("VIO: %s node not found in MDESC\n", node_name); in vio_remove()
510 printk(KERN_ERR "VIO: Could not register bus type err=%d\n", in vio_init()
521 printk(KERN_INFO "VIO: No channel-devices MDESC node.\n"); in vio_init()
529 printk(KERN_INFO "VIO: No channel-devices OBP node.\n"); in vio_init()
535 printk(KERN_ERR "VIO: Channel devices lacks compatible " in vio_init()
540 printk(KERN_ERR "VIO: Channel devices node lacks (%s) " in vio_init()
547 printk(KERN_ERR "VIO: Channel devices lacks %s property\n", in vio_init()
557 printk(KERN_ERR "VIO: Could not create root device.\n"); in vio_init()