hvc_alloc
port->cons.hvc = hvc_alloc(port->cons.vtermno, 0, &hv_ops, PAGE_SIZE);
EXPORT_SYMBOL_GPL(hvc_alloc);
extern struct hvc_struct * hvc_alloc(uint32_t vtermno, int data,
p = hvc_alloc(0, 0, &hvc_dcc_get_put_ops, 128);
priv->hvc = hvc_alloc(id, /* PAGE_SIZE */
hp = hvc_alloc(termno, irq, ops, MAX_VIO_PUT_CHARS);
err = PTR_ERR_OR_ZERO(hvc_alloc(0, 0, &hvc_sbi_dbcn_ops, 256));
err = PTR_ERR_OR_ZERO(hvc_alloc(0, 0, &hvc_sbi_v01_ops, 256));
hp = hvc_alloc(hvc_rtas_cookie, 0, &hvc_rtas_get_put_ops, 16);
hp = hvc_alloc(0, 0, &hvc_udbg_ops, 16);
hp = hvc_alloc(termno, vdev->irq, ops, MAX_VIO_PUT_CHARS);
info->hvc = hvc_alloc(xenbus_devid_to_vtermno(devid),
info->hvc = hvc_alloc(HVC_COOKIE, info->irq, ops, 256);