Home
last modified time | relevance | path

Searched refs:hvc_alloc (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/drivers/tty/hvc/
Dhvc_tile.c142 hp = hvc_alloc(0, tile_hvc_irq, &hvc_tile_get_put_ops, 128); in hvc_tile_probe()
198 hp = hvc_alloc(0, 0, &hvc_tile_get_put_ops, 128); in hvc_tile_init()
Dhvc_udbg.c75 hp = hvc_alloc(0, 0, &hvc_udbg_ops, 16); in hvc_udbg_init()
Dhvc_dcc.c92 p = hvc_alloc(0, 0, &hvc_dcc_get_put_ops, 128); in hvc_dcc_init()
Dhvc_rtas.c97 hp = hvc_alloc(hvc_rtas_cookie, 0, &hvc_rtas_get_put_ops, 16); in hvc_rtas_init()
Dhvc_bfin_jtag.c102 hvc_alloc(0, 0, &hvc_bfin_get_put_ops, 128); in hvc_bfin_init()
Dhvc_console.h88 extern struct hvc_struct * hvc_alloc(uint32_t vtermno, int data,
Dhvc_xen.c388 info->hvc = hvc_alloc(xenbus_devid_to_vtermno(devid), in xencons_connect_backend()
554 info->hvc = hvc_alloc(HVC_COOKIE, info->irq, ops, 256); in xen_hvc_init()
Dhvc_console.c858 struct hvc_struct *hvc_alloc(uint32_t vtermno, int data, in hvc_alloc() function
915 EXPORT_SYMBOL_GPL(hvc_alloc);
Dhvc_opal.c224 hp = hvc_alloc(termno, irq, ops, MAX_VIO_PUT_CHARS); in hvc_opal_probe()
Dhvc_vio.c351 hp = hvc_alloc(termno, vdev->irq, ops, MAX_VIO_PUT_CHARS); in hvc_vio_probe()
Dhvc_iucv.c1121 priv->hvc = hvc_alloc(HVC_IUCV_MAGIC + id, /* PAGE_SIZE */ in hvc_iucv_alloc()
/linux-4.4.14/drivers/char/
Dvirtio_console.c1253 port->cons.hvc = hvc_alloc(port->cons.vtermno, 0, &hv_ops, PAGE_SIZE); in init_port_console()