Searched refs:hvc_alloc (Results 1 - 11 of 11) sorted by path

/linux-master/drivers/char/
H A Dvirtio_console.c75 * with hvc in hvc_instantiate() and hvc_alloc(); this is the
1203 * hvc_alloc().
1205 * The first argument of hvc_alloc() is the virtual console
1220 port->cons.hvc = hvc_alloc(port->cons.vtermno, 0, &hv_ops, PAGE_SIZE);
/linux-master/drivers/tty/hvc/
H A Dhvc_console.c60 /* hvc_init is triggered from hvc_alloc, i.e. only when actually used */
911 struct hvc_struct *hvc_alloc(uint32_t vtermno, int data, function
975 EXPORT_SYMBOL_GPL(hvc_alloc); variable
1014 /* Driver initialization: called as soon as someone uses hvc_alloc(). */
H A Dhvc_console.h77 extern struct hvc_struct * hvc_alloc(uint32_t vtermno, int data,
H A Dhvc_dcc.c305 p = hvc_alloc(0, 0, &hvc_dcc_get_put_ops, 128);
H A Dhvc_iucv.c479 * @id: Additional data (originally passed to hvc_alloc): the index of an struct
619 * @id: Additional data (originally passed to hvc_alloc):
704 * @id: Additional data (originally passed to hvc_alloc):
1078 priv->hvc = hvc_alloc(id, /* PAGE_SIZE */
H A Dhvc_opal.c225 hp = hvc_alloc(termno, irq, ops, MAX_VIO_PUT_CHARS);
H A Dhvc_riscv_sbi.c68 err = PTR_ERR_OR_ZERO(hvc_alloc(0, 0, &hvc_sbi_dbcn_ops, 256));
73 err = PTR_ERR_OR_ZERO(hvc_alloc(0, 0, &hvc_sbi_v01_ops, 256));
H A Dhvc_rtas.c85 hp = hvc_alloc(hvc_rtas_cookie, 0, &hvc_rtas_get_put_ops, 16);
H A Dhvc_udbg.c63 hp = hvc_alloc(0, 0, &hvc_udbg_ops, 16);
H A Dhvc_vio.c352 hp = hvc_alloc(termno, vdev->irq, ops, MAX_VIO_PUT_CHARS);
H A Dhvc_xen.c445 info->hvc = hvc_alloc(xenbus_devid_to_vtermno(devid),
627 info->hvc = hvc_alloc(HVC_COOKIE, info->irq, ops, 256);

Completed in 261 milliseconds