Home
last modified time | relevance | path

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

/linux/drivers/tty/hvc/
H A Dhvc_riscv_sbi.c68 err = PTR_ERR_OR_ZERO(hvc_alloc(0, 0, &hvc_sbi_dbcn_ops, 256)); in hvc_sbi_init()
73 err = PTR_ERR_OR_ZERO(hvc_alloc(0, 0, &hvc_sbi_v01_ops, 256)); in hvc_sbi_init()
H A Dhvc_udbg.c63 hp = hvc_alloc(0, 0, &hvc_udbg_ops, 16); in hvc_udbg_init()
H A Dhvc_rtas.c85 hp = hvc_alloc(hvc_rtas_cookie, 0, &hvc_rtas_get_put_ops, 16); in hvc_rtas_init()
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); in hvc_dcc_init()
H A Dhvc_console.c911 struct hvc_struct *hvc_alloc(uint32_t vtermno, int data, in hvc_alloc() function
975 EXPORT_SYMBOL_GPL(hvc_alloc);
H A Dhvc_opal.c225 hp = hvc_alloc(termno, irq, ops, MAX_VIO_PUT_CHARS); in hvc_opal_probe()
H A Dhvc_vio.c352 hp = hvc_alloc(termno, vdev->irq, ops, MAX_VIO_PUT_CHARS); in hvc_vio_probe()
/linux/drivers/char/
H A Dvirtio_console.c1220 port->cons.hvc = hvc_alloc(port->cons.vtermno, 0, &hv_ops, PAGE_SIZE); in init_port_console()