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()
142 return sprintf(buf, "vio:T%sS%s\n", vdev->type, vdev->compat); in modalias_show()
155 .name = "vio",
311 printk(KERN_ERR "VIO: Type string [%s] is too long.\n", in vio_create_one()
324 printk(KERN_ERR "VIO: Compat len %d for [%s] is too long.\n", in vio_create_one()
331 printk(KERN_ERR "VIO: Could not allocate vio_dev\n"); in vio_create_one()
389 pr_err("VIO: Could not get MD node info %s, err=%d\n", in vio_create_one()
396 pr_info("VIO: Adding device %s (tx_ino = %llx, rx_ino = %llx)\n", in vio_create_one()
401 printk(KERN_ERR "VIO: Could not register device %s, err=%d\n", in vio_create_one()
451 printk(KERN_INFO "VIO: Removing device %s\n", dev_name(dev)); in vio_remove()
456 pr_err("VIO: %s node not found in MDESC\n", node_name); in vio_remove()
512 printk(KERN_ERR "VIO: Could not register bus type err=%d\n", in vio_init()
523 printk(KERN_INFO "VIO: No channel-devices MDESC node.\n"); in vio_init()
531 printk(KERN_INFO "VIO: No channel-devices OBP node.\n"); in vio_init()
537 printk(KERN_ERR "VIO: Channel devices lacks compatible " in vio_init()
542 printk(KERN_ERR "VIO: Channel devices node lacks (%s) " in vio_init()
549 printk(KERN_ERR "VIO: Channel devices lacks %s property\n", in vio_init()
559 printk(KERN_ERR "VIO: Could not create root device.\n"); in vio_init()